mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-01 22:33:57 +00:00
meta: upgrade to TypeScript 4.8 (#4048)
This commit is contained in:
parent
da835ee489
commit
f7d0d5b3cd
7 changed files with 776 additions and 957 deletions
|
|
@ -52,7 +52,7 @@
|
|||
"prompts": "^2.4.2",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"typescript": "~4.7",
|
||||
"typescript": "~4.8",
|
||||
"vue": "^3.2.33"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
"@angular-eslint/eslint-plugin-template": "^14.0.2",
|
||||
"@angular-eslint/schematics": "^14.0.2",
|
||||
"@angular-eslint/template-parser": "^14.0.2",
|
||||
"@angular/cli": "~14.1.2",
|
||||
"@angular/cli": "~14.2.0",
|
||||
"@angular/compiler-cli": "^14.1.0",
|
||||
"@types/jasmine": "~4.0.0",
|
||||
"eslint": "^8.0.0",
|
||||
|
|
@ -49,6 +49,6 @@
|
|||
"karma-coverage": "~2.2.0",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.0.0",
|
||||
"typescript": "~4.7"
|
||||
"typescript": "~4.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"svelte-check": "^1.6.0",
|
||||
"svelte-preprocess": "^4.6.1",
|
||||
"tslib": "^2.0.0",
|
||||
"typescript": "~4.7"
|
||||
"typescript": "~4.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uppy/core": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
"stylelint-scss": "^4.0.0",
|
||||
"tar": "^6.1.0",
|
||||
"tsd": "^0.22.0",
|
||||
"typescript": "~4.7",
|
||||
"typescript": "~4.8",
|
||||
"vue-template-compiler": "workspace:*"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@
|
|||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.0.0",
|
||||
"ng-packagr": "^13.0.0",
|
||||
"typescript": "~4.7"
|
||||
"typescript": "~4.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
"jest": "^28.0.0",
|
||||
"nock": "^13.1.3",
|
||||
"supertest": "6.2.4",
|
||||
"typescript": "~4.7"
|
||||
"typescript": "~4.8"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue