Skip to content

Commit

Permalink
meta: upgrade to TypeScript 4.8 (#4048)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 30, 2022
1 parent da835ee commit f7d0d5b
Show file tree
Hide file tree
Showing 7 changed files with 778 additions and 959 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions examples/angular-example/package.json
Expand Up @@ -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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/svelte-example/package.json
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/angular/package.json
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/companion/package.json
Expand Up @@ -85,7 +85,7 @@
"jest": "^28.0.0",
"nock": "^13.1.3",
"supertest": "6.2.4",
"typescript": "~4.7"
"typescript": "~4.8"
},
"files": [
"bin/",
Expand Down

0 comments on commit f7d0d5b

Please sign in to comment.