Skip to content

Commit

Permalink
chore: pin TS for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Jun 21, 2024
1 parent a397141 commit 01375f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/examples/nuxt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nuxt/types": "^2.17.4",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/composition-api": "^0.34.0",
"typescript": "^5.4.5"
"typescript": "5.4.5"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11685,7 +11685,7 @@ __metadata:
core-js: "npm:^3.37.1"
examples: "workspace:*"
nuxt: "npm:^2.17.4"
typescript: "npm:^5.4.5"
typescript: "npm:5.4.5"
vue: "npm:^2.7.16"
vue-server-renderer: "npm:^2.7.16"
vue-template-compiler: "npm:^2.7.16"
Expand Down Expand Up @@ -21685,16 +21685,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.5":
version: 5.5.2
resolution: "typescript@npm:5.5.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/9118b20f248e76b0dbff8737fef65dfa89d02668d4e633d2c5ceac99033a0ca5e8a1c1a53bc94da68e8f67677a88f318663dde859c9e9a09c1e116415daec2ba
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=5adc0c"
Expand All @@ -21715,16 +21705,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.5.2
resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/ac3145f65cf9e72ab29f2196e05d5816b355dc1a9195b9f010d285182a12457cfacd068be2dd22c877f88ebc966ac6e0e83f51c8586412b16499a27e3670ff4b
languageName: node
linkType: hard

"ua-parser-js@npm:^1.0.38":
version: 1.0.38
resolution: "ua-parser-js@npm:1.0.38"
Expand Down

0 comments on commit 01375f8

Please sign in to comment.