diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index a44281f3..bdfa8731 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.171",
- "@types/node": "^16.3.3",
+ "@types/node": "^16.4.0",
"@types/react": "^17.0.14",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
@@ -69,7 +69,7 @@ "eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5",
- "vite": "^2.4.2",
+ "vite": "^2.4.3",
"vite-plugin-pwa": "^0.8.1"
}
}
|