upgrade dependencies

- remove speed-measure-webpack-plugin since it was there only for POC
This commit is contained in:
Michael C
2023-01-30 17:05:06 -05:00
parent afe8d2a20c
commit ef222ce229
2 changed files with 2540 additions and 1732 deletions

4227
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,33 +10,32 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/chrome": "^0.0.199",
"@types/firefox-webext-browser": "^94.0.1",
"@types/jest": "^29.2.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/selenium-webdriver": "^4.1.6",
"@types/chrome": "^0.0.210",
"@types/firefox-webext-browser": "^109.0.0",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/selenium-webdriver": "^4.1.10",
"@types/wicg-mediasession": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"chromedriver": "^110.0.0",
"concurrently": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"chromedriver": "^109.0.0",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.25.0",
"eslint-plugin-react": "^7.31.10",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"rimraf": "^3.0.2",
"eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"rimraf": "^4.1.2",
"schema-utils": "^4.0.0",
"selenium-webdriver": "^4.5.0",
"speed-measure-webpack-plugin": "^1.5.0",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"selenium-webdriver": "^4.8.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "4.8",
"web-ext": "^7.3.1",
"webpack": "^5.74.0",
"typescript": "4.9",
"web-ext": "^7.5.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},