Update TypeScript to 4.8 (#739)

This commit is contained in:
woxtu
2022-08-30 23:17:14 +09:00
committed by GitHub
parent 8dd699d235
commit 6731467514
2 changed files with 197 additions and 116 deletions

View File

@@ -18,13 +18,13 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^8.4.0",
"@tsconfig/svelte": "^1.0.0",
"@types/jest": "^28.1.6",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.7.11",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
@@ -43,7 +43,7 @@
"svelte-check": "^1.0.0",
"ts-jest": "^28.0.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
"typescript": "^4.8.2"
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.1",