Skip to content

Commit

Permalink
Upgrade Karma, Qunit and related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Feb 7, 2024
1 parent 4ef3c6c commit 5a7686e
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 360 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^11.1.1",
"@types/qunit": "^2.9.0",
"@types/qunit": "^2.19.10",
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"concurrently": "^6.2.1",
"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": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-qunit": "^4.1.2",
"karma-sauce-launcher": "^4.3.6",
"karma-webpack": "^4.0.2",
"prettier": "^2.8.8",
"qunit": "^2.9.2",
"qunit": "^2.20.0",
"rimraf": "^3.0.2",
"rollup": "^2.53",
"rollup-plugin-terser": "^7.0.2",
"ts-loader": "^9.4.3",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"webpack": "^4.39.1"
"webpack": "^4.47.0"
},
"resolutions": {
"webdriverio": "^7.19.5"
Expand Down
Loading

0 comments on commit 5a7686e

Please sign in to comment.