Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: Update next js #726

Merged
merged 10 commits into from
Jan 10, 2025
24 changes: 15 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"start": "next start",
"typecheck": "tsc --noEmit",
"test": "jest",
"generate-client": "openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios"
"generate-client": "openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios",
"upgrade:next": "pnpm add next@14 react@18 react-dom@18 && pnpm add -D eslint-config-next@14 eslint@8",
"upgrade:eslint": "pnpm add -D @typescript-eslint/parser@7 @typescript-eslint/eslint-plugin@7 eslint@8 eslint-config-next@14 eslint-plugin-import@latest eslint-plugin-jsx-a11y@latest eslint-plugin-react@latest eslint-plugin-react-hooks@latest eslint-plugin-unused-imports@3"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.2",
Expand Down Expand Up @@ -57,7 +59,8 @@
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.359.0",
"next": "14.2.10",
"monaco-editor": "^0.50.0",
"next": "14.2.23",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.2.1",
"posthog-js": "^1.146.0",
Expand Down Expand Up @@ -93,19 +96,22 @@
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"cross-spawn": "7.0.6",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.15.2",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"monaco-editor": "^0.50.0",
"openapi-typescript": "^7.0.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
Expand Down
Loading
Loading