Skip to content

Commit 46d4f18

Browse files
committed
Set the package manager to Bun And upgrade all the dependencies.
1 parent 9485432 commit 46d4f18

7 files changed

Lines changed: 312 additions & 6890 deletions

File tree

bun.lock

Lines changed: 284 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

next-env.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
import "./.next/dev/types/routes.d.ts";
34

45
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
6+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const nextConfig = {
44
removeConsole: process.env.NODE_ENV !== "development",
55
},
66
output: "export",
7+
turbopack: {},
78
};
89

910
const withPWA = require("next-pwa")({

package.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,27 @@
1010
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
1111
},
1212
"dependencies": {
13-
"@emotion/cache": "11.13.1",
14-
"@emotion/react": "11.13.3",
13+
"@emotion/cache": "11.14.0",
14+
"@emotion/react": "11.14.0",
1515
"@emotion/server": "11.11.0",
16-
"@emotion/styled": "11.13.0",
17-
"@mui/icons-material": "6.1.6",
18-
"@mui/material": "6.1.6",
16+
"@emotion/styled": "11.14.1",
17+
"@mui/icons-material": "7.3.9",
18+
"@mui/material": "7.3.9",
1919
"@types/file-saver": "^2.0.7",
20-
"docxtemplater": "^3.52.0",
20+
"docxtemplater": "^3.68.3",
2121
"file-saver": "^2.0.5",
22-
"next": "15.0.3",
22+
"next": "16.1.6",
2323
"next-pwa": "^5.6.0",
24-
"pizzip": "^3.1.7",
24+
"pizzip": "^3.2.0",
2525
"prop-types": "15.8.1",
26-
"react": "18.3.1",
27-
"react-dom": "18.3.1",
28-
"sass": "1.63.6",
29-
"zustand": "^5.0.1"
26+
"react": "19.2.4",
27+
"react-dom": "19.2.4",
28+
"sass": "1.98.0",
29+
"zustand": "^5.0.11"
3030
},
3131
"devDependencies": {
32-
"eslint": "9.14.0",
33-
"eslint-config-next": "15.0.3"
32+
"eslint": "10.0.3",
33+
"eslint-config-next": "16.1.6"
3434
},
35-
"packageManager": "pnpm@8.15.8",
36-
"pnpm": {
37-
"overrides": {
38-
"braces@<3.0.3": ">=3.0.3",
39-
"ejs@<3.1.10": ">=3.1.10",
40-
"micromatch@<4.0.8": ">=4.0.8",
41-
"rollup@<2.79.2": ">=2.79.2"
42-
}
43-
}
35+
"packageManager": "bun@1.2.0"
4436
}

0 commit comments

Comments
 (0)