Skip to content

Commit

Permalink
upgrade TypeScript to 4.6 & tstest to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 6, 2022
1 parent e1cb06e commit 7a694fa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@chatie/git-scripts": "^0.6.2",
"@chatie/semver": "^0.4.7",
"@types/json5": "2.2.0",
"file-box": "^1.4.1",
"file-box": "^1.4.15",
"is-my-json-valid": "^2.20.6",
"json5": "^2.2.0"
},
Expand All @@ -58,19 +58,19 @@
"bin/install.js"
],
"dependencies": {
"@swc/core": "^1.2.112",
"@swc/helpers": "^0.2.14",
"@types/node": "^16.11.7",
"@swc/core": "^1.2.149",
"@swc/helpers": "^0.3.6",
"@types/node": "^17.0.21",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"pkg-jq": "^0.2.11",
"pkg-up": "3.1.0",
"regenerator-runtime": "^0.13.9",
"shx": "^0.3.3",
"ts-node": "^10.4.0",
"tstest": "^1.0.1",
"type-fest": "^2.5.4",
"typescript": "^4.5.2"
"shx": "^0.3.4",
"ts-node": "^10.7.0",
"tstest": "^1.2.1",
"type-fest": "^2.12.0",
"typescript": "^4.6.2"
},
"git": {
"scripts": {
Expand Down

0 comments on commit 7a694fa

Please sign in to comment.