Skip to content

Commit

Permalink
Merge pull request #25283 from storybookjs/norbert/bundle-semver
Browse files Browse the repository at this point in the history
Dependencies: Semver dependency fixes
  • Loading branch information
shilman committed Dec 21, 2023
2 parents 3f09b13 + 0c6020e commit c92a672
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"@storybook/preview-api": "workspace:*",
"@storybook/react": "workspace:*",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.4",
"css-loader": "^6.7.3",
"find-up": "^5.0.0",
"fs-extra": "^11.1.0",
Expand Down
1 change: 0 additions & 1 deletion code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/prompts": "^2.0.9",
"@types/semver": "^7.3.4",
"@types/util-deprecate": "^1.0.0",
"boxen": "^5.1.2",
"slash": "^5.0.0",
Expand Down
3 changes: 2 additions & 1 deletion code/lib/manager-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"dequal": "^2.0.2",
"lodash": "^4.17.21",
"memoizerific": "^1.11.3",
"semver": "^7.3.7",
"store2": "^2.14.2",
"telejson": "^7.2.0",
"ts-dedent": "^2.0.0"
Expand All @@ -63,10 +62,12 @@
"@jest/globals": "^29.3.1",
"@types/lodash": "^4.14.167",
"@types/qs": "^6",
"@types/semver": "^7.3.4",
"flush-promises": "^1.0.2",
"qs": "^6.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semver": "^7.3.7",
"typescript": "^5.3.2"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions code/presets/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
"@storybook/types": "workspace:*",
"@types/babel__core": "^7.1.7",
"@types/semver": "^7.3.4",
"pnp-webpack-plugin": "^1.7.0",
"semver": "^7.3.5"
},
Expand Down
3 changes: 3 additions & 0 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5793,6 +5793,7 @@ __metadata:
"@storybook/types": "workspace:*"
"@types/lodash": "npm:^4.14.167"
"@types/qs": "npm:^6"
"@types/semver": "npm:^7.3.4"
dequal: "npm:^2.0.2"
flush-promises: "npm:^1.0.2"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -5890,6 +5891,7 @@ __metadata:
"@types/babel__preset-env": "npm:^7"
"@types/loader-utils": "npm:^2.0.5"
"@types/node": "npm:^18.0.0"
"@types/semver": "npm:^7.3.4"
css-loader: "npm:^6.7.3"
find-up: "npm:^5.0.0"
fs-extra: "npm:^11.1.0"
Expand Down Expand Up @@ -5995,6 +5997,7 @@ __metadata:
"@storybook/types": "workspace:*"
"@types/babel__core": "npm:^7.1.7"
"@types/node": "npm:^18.0.0"
"@types/semver": "npm:^7.3.4"
pnp-webpack-plugin: "npm:^1.7.0"
semver: "npm:^7.3.5"
typescript: "npm:^5.3.2"
Expand Down

0 comments on commit c92a672

Please sign in to comment.