Skip to content

Commit

Permalink
Merge pull request #23011 from storybookjs/norbert/sync-package-versi…
Browse files Browse the repository at this point in the history
…ons-angular

Dependencies: Use `latest` version of `vue-tsc` & sync versions of `angular`
  • Loading branch information
ndelangen committed Jun 9, 2023
2 parents 2068bed + 002ee20 commit 12295b7
Show file tree
Hide file tree
Showing 4 changed files with 831 additions and 819 deletions.
4 changes: 2 additions & 2 deletions code/addons/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@angular/core": "^13.3.6",
"@angular/platform-browser-dynamic": "^13.3.6",
"@angular/core": "^16.0.0-rc.4",
"@angular/platform-browser-dynamic": "^16.0.0-rc.4",
"@emotion/jest": "^11.8.0",
"@storybook/addon-docs": "7.1.0-alpha.30",
"@storybook/angular": "7.1.0-alpha.30",
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"typescript": "~4.9.3",
"vue": "2.6.14",
"vue-tsc": "^1.0.9"
"vue-tsc": "latest"
},
"peerDependencies": {
"@babel/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@vue/vue3-jest": "29",
"typescript": "~4.9.3",
"vue": "^3.2.47",
"vue-tsc": "^1.2.0"
"vue-tsc": "latest"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
Loading

0 comments on commit 12295b7

Please sign in to comment.