diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 795633a3..66e41e6b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -48,7 +48,7 @@ "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix"
},
"devDependencies": {
- "@types/color": "^3.0.1",
+ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.171",
"@types/node": "^16.0.0",
"@types/react": "^17.0.13",
|