Skip to content

Commit

Permalink
Fix SonarQube warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Tai committed Jan 2, 2025
1 parent 9021d9e commit f506d44
Show file tree
Hide file tree
Showing 6 changed files with 1,367 additions and 928 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,41 @@
"serve" : "vite preview"
},
"dependencies" : {
"@ant-design/colors" : "^7.1.0",
"@ant-design/icons" : "^5.5.1",
"@ant-design/colors" : "^7.2.0",
"@ant-design/icons" : "^5.5.2",
"@contentful/rich-text-html-renderer" : "^17.0.0",
"antd" : "^5.22.2",
"contentful" : "^11.2.5",
"i18next" : "^24.0.2",
"i18next-browser-languagedetector" : "^8.0.0",
"antd" : "^5.22.7",
"contentful" : "^11.4.0",
"i18next" : "^24.2.0",
"i18next-browser-languagedetector" : "^8.0.2",
"mdb-react-ui-kit" : "^9.0.0",
"react" : "^18.3.1",
"react-dom" : "^18.3.1",
"react-i18next" : "^15.1.2",
"react-router" : "^7.0.1",
"react" : "^19.0.0",
"react-dom" : "^19.0.0",
"react-i18next" : "^15.4.0",
"react-router" : "^7.1.1",
"usehooks-ts" : "^3.1.0"
},
"devDependencies" : {
"@eslint/eslintrc" : "^3.2.0",
"@eslint/js" : "^9.15.0",
"@stylistic/eslint-plugin-ts" : "^2.11.0",
"@eslint/js" : "^9.17.0",
"@stylistic/eslint-plugin-ts" : "^2.12.1",
"@types/eslint__js" : "^8.42.3",
"@types/node" : "^22.10.0",
"@types/react" : "^18.3.12",
"@types/react-dom" : "^18.3.1",
"@typescript-eslint/parser" : "^8.16.0",
"@types/node" : "^22.10.3",
"@types/react" : "^19.0.2",
"@types/react-dom" : "^19.0.2",
"@typescript-eslint/parser" : "^8.19.0",
"@vitejs/plugin-react-swc" : "^3.7.2",
"eslint" : "^9.15.0",
"eslint" : "^9.17.0",
"eslint-plugin-import" : "^2.31.0",
"eslint-plugin-prefer-arrow" : "^1.2.3",
"eslint-plugin-react" : "^7.37.2",
"eslint-plugin-react-hooks" : "^5.0.0",
"eslint-plugin-react" : "^7.37.3",
"eslint-plugin-react-hooks" : "^5.1.0",
"eslint-plugin-unicorn" : "^56.0.1",
"jsdom" : "^25.0.1",
"prop-types" : "^15.8.1",
"rollup-plugin-visualizer" : "^5.12.0",
"typescript" : "^5.7.2",
"typescript-eslint" : "^8.16.0",
"vite" : "^6.0.1"
"typescript-eslint" : "^8.19.0",
"vite" : "^6.0.6"
},
"engines" : {
"node" : ">=20",
Expand Down
Loading

0 comments on commit f506d44

Please sign in to comment.