Skip to content

Commit

Permalink
Upgrade TypeScript to 5.1 (#688)
Browse files Browse the repository at this point in the history
* Upgrade TypeScript to 5.1
* Upgrade `eslint`, `prettier` and related packages
  • Loading branch information
marcoroth committed Jun 18, 2023
1 parent 4f4b9bd commit 823cfee
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 168 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,28 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^11.1.1",
"@types/qunit": "^2.9.0",
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"concurrently": "^6.2.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-qunit": "^4.1.2",
"karma-sauce-launcher": "^4.3.6",
"karma-webpack": "^4.0.2",
"prettier": "^2.8.2",
"prettier": "^2.8.8",
"qunit": "^2.9.2",
"rimraf": "^3.0.2",
"rollup": "^2.53",
"rollup-plugin-terser": "^7.0.2",
"ts-loader": "^6.0.4",
"tslib": "^2.4.0",
"typescript": "^4.9.4",
"ts-loader": "^9.4.3",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"webpack": "^4.39.1"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 823cfee

Please sign in to comment.