File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 42
42
"storybook:deploy:action" : " npm run storybook:build && gh-pages -d storybook-static -u \" github-actions-bot <support+actions@github.com>\" " ,
43
43
"release" : " semantic-release"
44
44
},
45
- "dependencies " : {
46
- "react" : " ^18.2.0 " ,
47
- "react-dom" : " ^18.2.0 "
45
+ "peerDependencies " : {
46
+ "react" : " * " ,
47
+ "react-dom" : " * "
48
48
},
49
49
"devDependencies" : {
50
50
"@babel/core" : " ^7.20.2" ,
51
+ "@semantic-release/changelog" : " ^6.0.2" ,
51
52
"@semantic-release/commit-analyzer" : " ^9.0.2" ,
52
53
"@semantic-release/git" : " ^10.0.1" ,
53
54
"@semantic-release/github" : " ^8.0.6" ,
Original file line number Diff line number Diff line change 2343
2343
schema-utils "^3.0.0"
2344
2344
source-map "^0.7.3"
2345
2345
2346
+ "@semantic-release/changelog@^6.0.2":
2347
+ version "6.0.2"
2348
+ resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-6.0.2.tgz#fdcdbd368788c8fcc69c4af29bf2064f4afb45f4"
2349
+ integrity sha512-jHqfTkoPbDEOAgAP18mGP53IxeMwxTISN+GwTRy9uLu58UjARoZU8ScCgWGeO2WPkEsm57H8AkyY02W2ntIlIw==
2350
+ dependencies:
2351
+ "@semantic-release/error" "^3.0.0"
2352
+ aggregate-error "^3.0.0"
2353
+ fs-extra "^11.0.0"
2354
+ lodash "^4.17.4"
2355
+
2346
2356
"@semantic-release/commit-analyzer@^9.0.2":
2347
2357
version "9.0.2"
2348
2358
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz#a78e54f9834193b55f1073fa6258eecc9a545e03"
@@ -7632,6 +7642,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
7632
7642
jsonfile "^6.0.1"
7633
7643
universalify "^2.0.0"
7634
7644
7645
+ fs-extra@^11.0.0:
7646
+ version "11.1.0"
7647
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
7648
+ integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
7649
+ dependencies:
7650
+ graceful-fs "^4.2.0"
7651
+ jsonfile "^6.0.1"
7652
+ universalify "^2.0.0"
7653
+
7635
7654
fs-extra@^8.1.0:
7636
7655
version "8.1.0"
7637
7656
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
You can’t perform that action at this time.
0 commit comments