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
942bee0a96
commit
42621eed59
2 changed files with 516 additions and 826 deletions
1332
package-lock.json
generated
1332
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
|
@ -28,7 +28,7 @@
|
|||
"css": "sass --style compressed --no-source-map src/sass/index.sass dist/main.css"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.21.0",
|
||||
"core-js": "^3.21.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-router-dom": "^5.3.0",
|
||||
|
|
@ -37,8 +37,8 @@
|
|||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.17.0",
|
||||
"@babel/core": "^7.17.2",
|
||||
"@babel/cli": "^7.17.6",
|
||||
"@babel/core": "^7.17.7",
|
||||
"@babel/eslint-parser": "^7.17.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
|
|
@ -46,9 +46,9 @@
|
|||
"acorn": "^8.7.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
"eslint": "^7.32.0",
|
||||
"sass": "^1.49.7",
|
||||
"sass": "^1.49.9",
|
||||
"standard": "^16.0.4",
|
||||
"webpack": "^5.69.0",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack-cli": "^4.9.2",
|
||||
"webpack-dev-server": "^4.7.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue