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
8ed7e8c644
commit
37e0a152e1
3 changed files with 386 additions and 391 deletions
5
.babelrc
5
.babelrc
|
|
@ -4,11 +4,8 @@
|
|||
{
|
||||
targets: 'defaults',
|
||||
useBuiltIns: 'usage',
|
||||
corejs: 3
|
||||
corejs: '3.21'
|
||||
}],
|
||||
"@babel/preset-react"
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-class-properties"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
767
package-lock.json
generated
767
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.21.1",
|
||||
"npm": "^8.6.0",
|
||||
"npm": "^8.7.0",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-router-dom": "^5.3.0",
|
||||
|
|
@ -41,13 +41,12 @@
|
|||
"@babel/cli": "^7.17.6",
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/eslint-parser": "^7.17.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-react": "^7.16.7",
|
||||
"acorn": "^8.7.0",
|
||||
"babel-loader": "^8.2.4",
|
||||
"css-toggle-switch": "^4.1.0",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint": "^8.13.0",
|
||||
"sass": "^1.50.0",
|
||||
"standard": "^16.0.4",
|
||||
"webpack": "^5.72.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue