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
5b5295c30d
commit
6bd725796e
2 changed files with 714 additions and 255 deletions
957
package-lock.json
generated
957
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
|
@ -29,8 +29,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@ali-tas/htmldiff-js": "^1.1.3",
|
||||
"core-js": "^3.23.5",
|
||||
"npm": "^8.14.0",
|
||||
"core-js": "^3.24.1",
|
||||
"npm": "^8.15.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-router-dom": "^5.3.3",
|
||||
|
|
@ -44,13 +44,13 @@
|
|||
"@babel/eslint-parser": "^7.18.9",
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"acorn": "^8.7.1",
|
||||
"acorn": "^8.8.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
"css-toggle-switch": "^4.1.0",
|
||||
"eslint": "^8.20.0",
|
||||
"sass": "^1.53.0",
|
||||
"eslint": "^8.21.0",
|
||||
"sass": "^1.54.0",
|
||||
"standard": "^16.0.4",
|
||||
"webpack": "^5.73.0",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.9.3"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue