diff options
author | crupest <crupest@outlook.com> | 2021-05-13 15:53:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-13 15:53:34 +0800 |
commit | f426bb601df0a32f150792ce4a606d62bd07149b (patch) | |
tree | 62f6a2d698c9d0c95c8c3d4628f63e2745dc3114 | |
parent | 5b059ad031b87fc2e3beaf1b650fc365b34b86ba (diff) | |
parent | 6339cfb798e955587d409d47dec629daedc788a1 (diff) | |
download | timeline-f426bb601df0a32f150792ce4a606d62bd07149b.tar.gz timeline-f426bb601df0a32f150792ce4a606d62bd07149b.tar.bz2 timeline-f426bb601df0a32f150792ce4a606d62bd07149b.zip |
Merge branch 'master' of https://github.com/crupest/Timeline
-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 b1d2c607..d0150342 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,19 +57,19 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.14.0",
+ "@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.12.13",
- "@babel/plugin-proposal-decorators": "^7.13.15",
+ "@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
- "@babel/plugin-proposal-optional-chaining": "^7.13.8",
+ "@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.1",
+ "@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.168",
- "@types/node": "^15.0.2",
+ "@types/node": "^15.0.3",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.4",
@@ -104,7 +104,7 @@ "prettier": "^2.3.0",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.10.0",
- "sass": "^1.32.12",
+ "sass": "^1.32.13",
"sass-loader": "^11.1.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.1.2",
|