Skip to content

Commit

Permalink
Update typescript (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Oct 12, 2022
1 parent 0ca20f1 commit 5c3558c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@babel/plugin-syntax-pipeline-operator": "^7.16.0",
"@babel/plugin-syntax-typescript": "^7.16.0",
"@types/debug": "^4.1.7",
"@types/eslint": "^7.29.0",
"@types/estree": "^0.0.50",
"@types/lodash": "^4.14.177",
"@types/eslint": "^8.4.6",
"@types/estree": "^1.0.0",
"@types/lodash": "^4.14.186",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"@types/semver": "^7.3.9",
"@types/node": "^18.8.4",
"@types/semver": "^7.3.12",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"chokidar": "^3.5.2",
Expand All @@ -58,7 +58,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"typescript": "~4.8.4",
"wait-on": "^6.0.0",
"warun": "^1.0.0"
},
Expand Down

0 comments on commit 5c3558c

Please sign in to comment.