diff options
-rw-r--r-- | FrontEnd/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index b52bd008..177de705 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
- "bootstrap-icons": "^1.3.0",
+ "bootstrap-icons": "^1.4.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.0",
@@ -33,7 +33,7 @@ "workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0",
- "workbox-window": "^6.1.0",
+ "workbox-window": "^6.1.1",
"xregexp": "^5.0.1"
},
"scripts": {
@@ -56,13 +56,13 @@ "devDependencies": {
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13",
- "@babel/plugin-proposal-decorators": "^7.12.13",
+ "@babel/plugin-proposal-decorators": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.17",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
- "@babel/preset-typescript": "^7.12.17",
+ "@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
@@ -76,7 +76,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
- "@typescript-eslint/parser": "^4.15.1",
+ "@typescript-eslint/parser": "^4.15.2",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
@@ -110,6 +110,6 @@ "webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
- "workbox-webpack-plugin": "^6.1.0"
+ "workbox-webpack-plugin": "^6.1.1"
}
}
|