Skip to content

Commit

Permalink
make peerDep a broad version range
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 10, 2024
1 parent 8c81126 commit a7e6767
Show file tree
Hide file tree
Showing 81 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion code/addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*",
"@storybook/core": "workspace:^",
"@storybook/test": "workspace:*"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"vite": "^4.0.4"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*",
"@storybook/core": "workspace:^",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion code/addons/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/outline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/toolbars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/builders/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"@preact/preset-vite": "*",
"@storybook/core": "workspace:*",
"@storybook/core": "workspace:^",
"typescript": ">= 4.3.x",
"vite": "^4.0.0 || ^5.0.0",
"vite-plugin-glimmerx": "*"
Expand Down
2 changes: 1 addition & 1 deletion code/builders/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/builder-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/client-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/core-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/csf-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/manager-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/node-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/preview-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@angular/forms": ">=15.0.0 < 19.0.0",
"@angular/platform-browser": ">=15.0.0 < 19.0.0",
"@angular/platform-browser-dynamic": ">=15.0.0 < 19.0.0",
"@storybook/core": "workspace:*",
"@storybook/core": "workspace:^",
"rxjs": "^6.0.0 || ^7.4.0",
"typescript": "^4.0.0 || ^5.0.0",
"zone.js": ">= 0.11.1 < 1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@babel/core": "*",
"@storybook/core": "workspace:*",
"@storybook/core": "workspace:^",
"babel-plugin-ember-modules-api-polyfill": "^3.5.0",
"babel-plugin-htmlbars-inline-precompile": "^5.3.1",
"ember-source": "~3.28.1 || ^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/html-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/html-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "workspace:*"
"@storybook/core": "workspace:^"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"webpack": "^5.65.0"
},
"peerDependencies": {
"@storybook/core": "workspace:*",
"@storybook/core": "workspace:^",
"next": "^13.5.0 || ^14.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/preact-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"vite": "^4.0.0"
},
"peerDependencies": {
"@storybook/core": "workspace:*",
"@storybook/core": "workspace:^",
"preact": ">=10"
},
"engines": {
Expand Down
Loading

0 comments on commit a7e6767

Please sign in to comment.