Skip to content

Commit

Permalink
security: Update next js (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo authored Jan 10, 2025
1 parent c14bc01 commit 05bcd7f
Show file tree
Hide file tree
Showing 2 changed files with 2,948 additions and 2,795 deletions.
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

0 comments on commit 05bcd7f

Please sign in to comment.