update deps

This commit is contained in:
Alexandru Dima 2021-09-07 16:15:54 +02:00
parent 59c4bb5939
commit 9ac38db9ad
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
2 changed files with 817 additions and 940 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,16 +6,16 @@
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.6", "@babel/core": "^7.15.5",
"@babel/preset-env": "^7.11.5", "@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.10.4", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.10.4", "@babel/preset-typescript": "^7.15.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/react": "^16.9.49", "@types/react": "^17.0.20",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^17.0.9",
"babel-loader": "^8.1.0", "babel-loader": "^8.2.2",
"react": "^16.13.1", "react": "^17.0.2",
"react-dom": "^16.13.1", "react-dom": "^17.0.2",
"react-refresh": "^0.8.3" "react-refresh": "^0.10.0"
} }
} }