Skip to content

Commit 4d61090

Browse files
committed
Update next.js
1 parent a566520 commit 4d61090

File tree

6 files changed

+3501
-2021
lines changed

6 files changed

+3501
-2021
lines changed

web/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
/* config options here */
5+
output: "export",
56
};
67

78
export default nextConfig;

web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@clerk/nextjs": "^6.9.6",
14-
"@clerk/themes": "^2.2.3",
13+
"@clerk/nextjs": "^6.9.9",
14+
"@clerk/themes": "^2.2.5",
1515
"@primer/octicons-react": "^19.14.0",
1616
"@primer/primitives": "^10.3.2",
17-
"@primer/react": "^37.8.0",
17+
"@primer/react": "^37.9.1",
1818
"axios": "^1.7.9",
1919
"next": "15.1.3",
2020
"next-themes": "^0.4.4",
2121
"prettier": "^3.4.2",
22-
"react": "19.0.0-rc-66855b96-20241106",
23-
"react-dom": "19.0.0-rc-66855b96-20241106",
22+
"react": "19.0.0",
23+
"react-dom": "19.0.0",
2424
"sonner": "^1.7.1",
25-
"styled-components": "^6.1.13",
26-
"zustand": "^5.0.2"
25+
"styled-components": "^6.1.14",
26+
"zustand": "^5.0.3"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^22.10.3",
30-
"@types/react": "^18.3.12",
31-
"@types/react-dom": "^18.3.1",
32-
"eslint": "^8.57.1",
29+
"@types/node": "^22.10.6",
30+
"@types/react": "^18.3.18",
31+
"@types/react-dom": "^18.3.5",
32+
"eslint": "^9.18.0",
3333
"eslint-config-next": "15.1.3",
3434
"eslint-plugin-primer-react": "^6.1.6",
35-
"typescript": "^5.7.2"
35+
"typescript": "^5.7.3"
3636
}
3737
}

0 commit comments

Comments
 (0)