Skip to content

Commit

Permalink
build(frontend-react): ⬆️ Upgrade frontend dependencies
Browse files Browse the repository at this point in the history
Upgrades all direct frontend dependencies to their latest versions.

Functionality was manually verified using tests and the application.
  • Loading branch information
pklaschka committed Dec 2, 2024
1 parent 1196031 commit a481650
Show file tree
Hide file tree
Showing 2 changed files with 3,996 additions and 3,297 deletions.
68 changes: 34 additions & 34 deletions frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,52 +92,52 @@
"directory": "frontend-react"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/utilities": "^3.2.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
"clsx": "^2.0.0",
"nats.ws": "^1.19.1",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-router-dom": "^6.19.0",
"zod": "^3.22.4"
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"clsx": "^2.1.1",
"nats.ws": "^1.29.2",
"react-bootstrap": "^2.10.6",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-router-dom": "^6.28.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"react": "18"
},
"devDependencies": {
"@cucumber/cucumber": "^10.0.1",
"@types/node": "^20.10.4",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.0.4",
"eslint": "^8.53.0",
"@cucumber/cucumber": "^10.9.0",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "^1.6.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tsdoc": "^0.2.17",
"happy-dom": "^12.10.3",
"prettier": "3.1.0",
"react": "^18.2.0",
"sass": "^1.69.5",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^4.0.0-next.36",
"typedoc-plugin-mdn-links": "^3.1.6",
"typedoc-plugin-zod": "^1.1.0",
"typescript": "^5.2.2",
"vite": "^5.0.5",
"react": "^18.3.1",
"sass": "^1.81.0",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "4.0.0-next.36",
"typedoc-plugin-mdn-links": "^3.3.8",
"typedoc-plugin-zod": "^1.3.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-banner": "^0.7.1",
"vitest": "^1.0.4"
"vitest": "^1.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a481650

Please sign in to comment.