Upgrade npm packages except eslint
This commit is contained in:
98
package.json
98
package.json
@@ -29,48 +29,48 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@manaflair/redux-batch": "^1.0.0",
|
||||
"@reduxjs/toolkit": "^1.9.0",
|
||||
"bootstrap": "^5.3.2",
|
||||
"bootswatch": "^5.2.3",
|
||||
"classnames": "^2.3.2",
|
||||
"@reduxjs/toolkit": "^2.2.7",
|
||||
"bootstrap": "^5.3.3",
|
||||
"bootswatch": "^5.3.3",
|
||||
"classnames": "^2.5.1",
|
||||
"create-react-class": "^15.7.0",
|
||||
"font-awesome": "4.7.0",
|
||||
"idb": "^7.1.1",
|
||||
"jquery": "^3.6.3",
|
||||
"moment": "^2.29.4",
|
||||
"idb": "^8.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"moment": "^2.30.1",
|
||||
"node-html-parser": "^6.1.13",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-redux": "^8.0.5",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-redux": "^9.1.2",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"redux-logger": "^4.0.0",
|
||||
"uuid": "^10.0.0",
|
||||
"webextension-polyfill": "^0.10.0"
|
||||
"webextension-polyfill": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.7",
|
||||
"@babel/preset-env": "^7.8.7",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/preset-typescript": "^7.8.3",
|
||||
"@testing-library/dom": "^7.29.4",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^12.6.0",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/preset-env": "^7.25.4",
|
||||
"@babel/preset-react": "^7.24.7",
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
"@testing-library/react": "^16.0.1",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/bootstrap": "^5.2.10",
|
||||
"@types/chai": "^4.3.4",
|
||||
"@types/chrome": "0.0.128",
|
||||
"@types/classnames": "^2.2.11",
|
||||
"@types/chai": "^4.3.19",
|
||||
"@types/chrome": "0.0.270",
|
||||
"@types/classnames": "^2.3.0",
|
||||
"@types/copy-webpack-plugin": "^10.1.0",
|
||||
"@types/firefox-webext-browser": "^82.0.0",
|
||||
"@types/jest": "^29.2.5",
|
||||
"@types/jquery": "^3.5.5",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react-redux": "^7.1.25",
|
||||
"@types/redux-logger": "^3.0.9",
|
||||
"@types/shelljs": "^0.8.8",
|
||||
"@types/sinon-chrome": "^2.2.11",
|
||||
"@types/firefox-webext-browser": "^120.0.4",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/jquery": "^3.5.30",
|
||||
"@types/node": "^22.5.1",
|
||||
"@types/react": "^18.3.5",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-redux": "^7.1.33",
|
||||
"@types/redux-logger": "^3.0.13",
|
||||
"@types/shelljs": "^0.8.15",
|
||||
"@types/sinon-chrome": "^2.2.15",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/wait-on": "^5.2.0",
|
||||
"@types/webextension-polyfill": "^0.10.0",
|
||||
@@ -78,10 +78,10 @@
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"@xarc/run": "^1.0.4",
|
||||
"axios": "^1.7.5",
|
||||
"babel-jest": "^29.3.1",
|
||||
"babel-loader": "^9.1.2",
|
||||
"babel-jest": "^29.7.0",
|
||||
"babel-loader": "^9.1.3",
|
||||
"browserify": "^17.0.0",
|
||||
"chai": "^4.3.7",
|
||||
"chai": "^5.1.1",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"del": "^7.0.0",
|
||||
@@ -103,25 +103,25 @@
|
||||
"jsdom": "^21.0.0",
|
||||
"jshint": "^2.13.6",
|
||||
"jsxhint": "^0.15.1",
|
||||
"lint-staged": "^13.1.0",
|
||||
"mocha": "^10.2.0",
|
||||
"lint-staged": "^15.2.9",
|
||||
"mocha": "^10.7.3",
|
||||
"mocha-sinon": "^2.1.2",
|
||||
"prettier": "^2.8.2",
|
||||
"prettier-plugin-packagejson": "^2.3.0",
|
||||
"prettier-plugin-sort-json": "1.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-packagejson": "^2.5.2",
|
||||
"prettier-plugin-sort-json": "4.0.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"sass": "^1.77.8",
|
||||
"shelljs": "^0.8.5",
|
||||
"sinon": "^15.0.1",
|
||||
"sinon-chai": "^3.7.0",
|
||||
"sinon": "^18.0.0",
|
||||
"sinon-chai": "^4.0.0",
|
||||
"sinon-chrome": "^3.0.1",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.4",
|
||||
"wait-on": "^7.2.0",
|
||||
"ts-jest": "^29.2.5",
|
||||
"ts-loader": "^9.5.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.4",
|
||||
"wait-on": "^8.0.0",
|
||||
"web-ext": "^8.2.0",
|
||||
"webpack": "^5.94.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
"webpack-cli": "^5.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user