Skip to content

Commit

Permalink
fix(frontend): error when set to invalid color
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 31, 2024
1 parent 51a3822 commit db012ab
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 280 deletions.
20 changes: 11 additions & 9 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"embla-carousel": "^8.3.0",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"embla-carousel": "^8.3.1",
"embla-carousel-autoplay": "^8.3.1",
"embla-carousel-react": "^8.3.1",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"katex": "^0.16.11",
Expand All @@ -56,26 +56,27 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@eslint/compat": "^1.2.1",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@kainstar/vite-plugin-i18next-loader": "^1.0.3",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.16.7",
"@types/node": "^22.8.5",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-react": "^4.3.3",
"axios": "^1.7.7",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^9.13.0",
"eslint-plugin-oxlint": "^0.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-1d989965-20240821",
"eslint-plugin-react-hooks": "5.0.0",
"form-data": "~4.0.1",
"globals": "^15.11.0",
"lodash": "^4.17.21",
Expand All @@ -85,7 +86,7 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "~3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"rollup": "^4.24.2",
"rollup": "^4.24.3",
"swagger-typescript-api": "^13.0.22",
"tslib": "^2.8.0",
"typescript": "5.6.3",
Expand All @@ -99,5 +100,6 @@
"overrides": {
"canvas": "npm:dry-uninstall"
}
}
},
"packageManager": "pnpm@8.5.1+sha512.5ba7a52fb370c346bf302202933a646f15ba7fdf5342e5f80ee2680e35a9dfd5f4f0f283904a60e1c823ddde84b606000dc7505a5fde33c35d94b255137460a4"
}
Loading

0 comments on commit db012ab

Please sign in to comment.