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
cb7302c7ff
commit
1d97cf17ed
2 changed files with 377 additions and 345 deletions
710
package-lock.json
generated
710
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@ali-tas/htmldiff-js": "^1.1.3",
|
||||
"core-js": "^3.26.0",
|
||||
"core-js": "^3.26.1",
|
||||
"npm": "^8.19.3",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
|
|
@ -38,18 +38,18 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.19.3",
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/core": "^7.20.5",
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"acorn": "^8.8.1",
|
||||
"babel-loader": "^8.3.0",
|
||||
"css-toggle-switch": "^4.1.0",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-plugin-react": "^7.31.10",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-plugin-react": "^7.31.11",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"sass": "^1.56.0",
|
||||
"webpack": "^5.74.0",
|
||||
"sass": "^1.56.1",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.11.1"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue