Skip to content

Commit

Permalink
Merge pull request #22391 from storybookjs/valentin/adjust-typescript…
Browse files Browse the repository at this point in the history
…-range-in-angular

Update typescript version to include both 4.0.0 and 5.0.0 in package.json
  • Loading branch information
valentinpalkovic authored and shilman committed May 5, 2023
1 parent 74eebc2 commit 8dd709d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/frameworks/angular/package.json
Expand Up @@ -86,7 +86,7 @@
"jest-specific-snapshot": "^7.0.0",
"rimraf": "^3.0.2",
"tmp": "^0.2.1",
"typescript": "~4.9.3",
"typescript": "^5.0.4",
"webpack": "5",
"zone.js": "^0.13.0"
},
Expand All @@ -106,7 +106,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"rxjs": "^6.0.0 || ^7.4.0",
"typescript": "^4.0.0",
"typescript": "^4.0.0 || ^5.0.0",
"zone.js": "^0.8.29 || >= 0.9.0 < 1.0.0"
},
"peerDependenciesMeta": {
Expand Down
24 changes: 22 additions & 2 deletions code/yarn.lock
Expand Up @@ -5400,7 +5400,7 @@ __metadata:
tmp: ^0.2.1
ts-dedent: ^2.0.0
tsconfig-paths-webpack-plugin: ^3.5.2
typescript: ~4.9.3
typescript: ^5.0.4
util-deprecate: ^1.0.2
webpack: 5
zone.js: ^0.13.0
Expand All @@ -5420,7 +5420,7 @@ __metadata:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
rxjs: ^6.0.0 || ^7.4.0
typescript: ^4.0.0
typescript: ^4.0.0 || ^5.0.0
zone.js: ^0.8.29 || >= 0.9.0 < 1.0.0
peerDependenciesMeta:
"@angular/cli":
Expand Down Expand Up @@ -28978,6 +28978,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0.4":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2f5bd1cead194905957cb34e220b1d6ff1662399adef8ec1864f74620922d860ee35b6e50eafb3b636ea6fd437195e454e1146cb630a4236b5095ed7617395c2
languageName: node
linkType: hard

"typescript@patch:typescript@*#~builtin<compat/typescript>":
version: 5.0.3
resolution: "typescript@patch:typescript@npm%3A5.0.3#~builtin<compat/typescript>::version=5.0.3&hash=1f5320"
Expand Down Expand Up @@ -29008,6 +29018,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=1f5320"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: db16dd188048c172051825c7e6eea3e6bf577020625e5635fb8265d22683897d9ed7579b41a3a3e961fba5728c58e324d52041e9ca21d0dfc4bafa8bcf8e7a4b
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.17.4
resolution: "uglify-js@npm:3.17.4"
Expand Down

0 comments on commit 8dd709d

Please sign in to comment.