Skip to content

Commit

Permalink
chore(deps): upgrade to typescript 4.2 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec authored Mar 7, 2021
1 parent ff3a074 commit 4c7242a
Show file tree
Hide file tree
Showing 4 changed files with 2,663 additions and 2,994 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lerna": "latest",
"nuxt-edge": "latest",
"ts-jest": "latest",
"typescript": "~4.1",
"typescript": "~4.2",
"vue-property-decorator": "latest"
}
}
4 changes: 2 additions & 2 deletions packages/typescript-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"consola": "^2.15.3",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"fork-ts-checker-webpack-plugin": "^6.1.1",
"ts-loader": "^8.0.17",
"typescript": "~4.1"
"typescript": "~4.2"
},
"peerDependencies": {
"@nuxt/types": ">=2.13.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"ts-node": "^9.1.1",
"typescript": "~4.1"
"typescript": "~4.2"
},
"peerDependencies": {
"@nuxt/types": ">=2.13.1"
Expand Down
Loading

0 comments on commit 4c7242a

Please sign in to comment.