Skip to content

Commit

Permalink
fix(angular, vue): peerDependencies pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
philippone committed Jul 25, 2023
1 parent feeff10 commit 2137112
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"types": "dist/angular/public-api.d.ts",
"peerDependencies": {
"@angular/core": ">=8.0.0",
"@storybook/addons": "^5.2.6 | ^6",
"@storybook/angular": "^5.2.6 | ^6",
"@storybook/api": "^5.2.6 | ^6",
"@storybook/components": "^5.2.6 | ^6",
"@storybook/core-events": "^5.2.6 | ^6",
"@storybook/addons": "^5.2.6 || ^6",
"@storybook/angular": "^5.2.6 || ^6",
"@storybook/api": "^5.2.6 || ^6",
"@storybook/components": "^5.2.6 || ^6",
"@storybook/core-events": "^5.2.6 || ^6",
"postcss-loader": "^4.3.0",
"postcss-pseudo-classes": "^0.3.0",
"react": "^16.11.0 | ^17"
"react": "^16.11.0 || ^17"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions src/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"browser": "dist/vue/public-api.js",
"types": "dist/vue/public-api.d.ts",
"peerDependencies": {
"@storybook/addons": "^5.2.6 | ^6.3.0",
"@storybook/api": "^5.2.6 | ^6.3.0",
"@storybook/components": "^5.2.6 | ^6.3.0",
"@storybook/core-events": "^5.2.6 | ^6.3.0",
"@storybook/addons": "^5.2.6 || ^6.3.0",
"@storybook/api": "^5.2.6 || ^6.3.0",
"@storybook/components": "^5.2.6 || ^6.3.0",
"@storybook/core-events": "^5.2.6 || ^6.3.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0"
},
Expand Down

0 comments on commit 2137112

Please sign in to comment.