Fix 'npm outdated'
This commit is contained in:
parent
e3418faa8f
commit
2123123bfa
2 changed files with 3350 additions and 2208 deletions
5522
package-lock.json
generated
5522
package-lock.json
generated
File diff suppressed because it is too large
Load diff
36
package.json
36
package.json
|
@ -5,30 +5,30 @@
|
|||
"sourceDir": "build/production"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"react": "^18.3",
|
||||
"react-dom": "^18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.1.3",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/chrome": "^0.0.246",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/react": "^18.0.18",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@testing-library/jest-dom": "^6.4",
|
||||
"@testing-library/react": "^16.0",
|
||||
"@types/chrome": "^0.0.269",
|
||||
"@types/jest": "^29.5",
|
||||
"@types/react": "^18.3",
|
||||
"@types/react-dom": "^18.3",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"esbuild-loader": "^4.1.0",
|
||||
"eslint": "^8.26.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"copy-webpack-plugin": "^12.0",
|
||||
"esbuild-loader": "^4.2",
|
||||
"eslint": "^9.8",
|
||||
"eslint-config-prettier": "^9.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-jest": "^29.1.1",
|
||||
"prettier": "^3.3",
|
||||
"ts-jest": "^29.2",
|
||||
"ts-standard": "^12.0.1",
|
||||
"typescript": "^4.8.2",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-merge": "^5.10.0"
|
||||
"typescript": "^5.5",
|
||||
"webpack": "^5.93",
|
||||
"webpack-cli": "^5.1",
|
||||
"webpack-merge": "^6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:production": "npm exec webpack -- --config webpack.production.js",
|
||||
|
|
Loading…
Reference in a new issue