update dependencies (skips react)

This commit is contained in:
Michael C
2022-10-07 17:19:36 -04:00
parent bb7f069254
commit 7ec09dd385
2 changed files with 2319 additions and 1761 deletions

4046
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,32 +8,32 @@
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/chrome": "^0.0.193", "@types/chrome": "^0.0.197",
"@types/firefox-webext-browser": "^94.0.1", "@types/firefox-webext-browser": "^94.0.1",
"@types/jest": "^28.1.6", "@types/jest": "^29.1.2",
"@types/react": "^17.0.47", "@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17", "@types/react-dom": "^17.0.17",
"@types/selenium-webdriver": "^4.1.2", "@types/selenium-webdriver": "^4.1.5",
"@types/wicg-mediasession": "^1.1.3", "@types/wicg-mediasession": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.31.0", "@typescript-eslint/parser": "^5.39.0",
"chromedriver": "^103.0.0", "chromedriver": "^106.0.1",
"concurrently": "^7.3.0", "concurrently": "^7.4.0",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^11.0.0",
"eslint": "^8.20.0", "eslint": "^8.24.0",
"eslint-plugin-react": "^7.30.1", "eslint-plugin-react": "^7.31.8",
"fork-ts-checker-webpack-plugin": "^7.2.13", "fork-ts-checker-webpack-plugin": "^7.2.13",
"jest": "^28.1.3", "jest": "^29.1.2",
"jest-environment-jsdom": "^28.1.0", "jest-environment-jsdom": "^29.1.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"schema-utils": "^4.0.0", "schema-utils": "^4.0.0",
"selenium-webdriver": "^4.3.1", "selenium-webdriver": "^4.5.0",
"speed-measure-webpack-plugin": "^1.5.0", "speed-measure-webpack-plugin": "^1.5.0",
"ts-jest": "^28.0.7", "ts-jest": "^29.0.3",
"ts-loader": "^9.3.1", "ts-loader": "^9.4.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "4.7", "typescript": "4.8",
"web-ext": "^7.1.1", "web-ext": "^7.2.0",
"webpack": "^5.74.0", "webpack": "^5.74.0",
"webpack-cli": "^4.10.0", "webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"