meta: upgrade to TypeScript 4.8 (#4048)

This commit is contained in:
Antoine du Hamel 2022-08-30 11:46:45 +02:00 committed by GitHub
parent da835ee489
commit f7d0d5b3cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 776 additions and 957 deletions

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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:*",

View file

@ -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": {

View file

@ -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"
}
}

View file

@ -85,7 +85,7 @@
"jest": "^28.0.0",
"nock": "^13.1.3",
"supertest": "6.2.4",
"typescript": "~4.7"
"typescript": "~4.8"
},
"files": [
"bin/",

1719
yarn.lock

File diff suppressed because it is too large Load diff