mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Update dependencies
This commit is contained in:
parent
c83f139ff8
commit
1b874bef66
2 changed files with 496 additions and 745 deletions
1225
package-lock.json
generated
1225
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
|
@ -27,8 +27,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@ali-tas/htmldiff-js": "^1.1.3",
|
||||
"core-js": "^3.25.5",
|
||||
"npm": "^8.19.2",
|
||||
"core-js": "^3.26.0",
|
||||
"npm": "^8.19.3",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-router-dom": "^5.3.4",
|
||||
|
|
@ -38,17 +38,17 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.19.3",
|
||||
"@babel/core": "^7.19.6",
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"acorn": "^8.8.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
"acorn": "^8.8.1",
|
||||
"babel-loader": "^8.3.0",
|
||||
"css-toggle-switch": "^4.1.0",
|
||||
"eslint": "^8.25.0",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-plugin-react": "^7.31.10",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"sass": "^1.55.0",
|
||||
"sass": "^1.56.0",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.11.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue