|
17 | 17 | "@mui/material": "^7.3.6", |
18 | 18 | "@mui/material-nextjs": "^7.3.6", |
19 | 19 | "@passwordless-id/webauthn": "^2.3.1", |
20 | | - "@sentry/nextjs": "^10.30.0", |
21 | | - "file-type": "^21.1.1", |
| 20 | + "@sentry/nextjs": "^10.32.1", |
| 21 | + "file-type": "^21.2.0", |
22 | 22 | "idb-keyval": "^6.2.2", |
23 | 23 | "jsonwebtoken": "^9.0.3", |
24 | 24 | "koa": "^3.1.1", |
|
34 | 34 | "mobx-react": "^9.2.1", |
35 | 35 | "mobx-react-helper": "^0.5.1", |
36 | 36 | "mobx-restful": "^2.1.4", |
37 | | - "next": "^16.0.10", |
| 37 | + "next": "^16.1.1", |
38 | 38 | "next-pwa": "~5.6.0", |
39 | | - "next-ssr-middleware": "^1.0.3", |
| 39 | + "next-ssr-middleware": "^1.1.0", |
40 | 40 | "react": "^19.2.3", |
41 | 41 | "react-dom": "^19.2.3", |
42 | 42 | "web-utility": "^4.6.4", |
43 | | - "webpack": "^5.103.0" |
| 43 | + "webpack": "^5.104.1" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | 46 | "@babel/plugin-proposal-decorators": "^7.28.0", |
|
49 | 49 | "@cspell/eslint-plugin": "^9.4.0", |
50 | 50 | "@eslint/js": "^9.39.2", |
51 | 51 | "@idea2app/data-server": "^1.0.0-rc.9", |
52 | | - "@next/eslint-plugin-next": "^16.0.10", |
| 52 | + "@next/eslint-plugin-next": "^16.1.1", |
53 | 53 | "@stylistic/eslint-plugin": "^5.6.1", |
54 | 54 | "@tailwindcss/postcss": "^4.1.18", |
55 | 55 | "@tailwindcss/typography": "^0.5.19", |
|
58 | 58 | "@types/koa": "^3.0.1", |
59 | 59 | "@types/lodash.debounce": "^4.0.9", |
60 | 60 | "@types/next-pwa": "^5.6.9", |
61 | | - "@types/node": "^22.19.2", |
| 61 | + "@types/node": "^22.19.3", |
62 | 62 | "@types/react": "^19.2.7", |
63 | 63 | "eslint": "^9.39.2", |
64 | | - "eslint-config-next": "^16.0.10", |
| 64 | + "eslint-config-next": "^16.1.1", |
65 | 65 | "eslint-config-prettier": "^10.1.8", |
66 | 66 | "eslint-plugin-react": "^7.37.5", |
67 | 67 | "eslint-plugin-simple-import-sort": "^12.1.1", |
|
76 | 76 | "prettier-plugin-tailwindcss": "^0.7.2", |
77 | 77 | "tailwindcss": "^4.1.18", |
78 | 78 | "typescript": "~5.9.3", |
79 | | - "typescript-eslint": "^8.49.0" |
| 79 | + "typescript-eslint": "^8.50.1" |
80 | 80 | }, |
81 | 81 | "resolutions": { |
82 | 82 | "mobx-github": "$mobx-github", |
|
108 | 108 | "e": "pnpx @dotenvx/dotenvx run -f .env.personal.local -- pnpm", |
109 | 109 | "prepare": "husky || true", |
110 | 110 | "install": "xgit download https://github.com/idea2app/key-vault main idea2app.github.io || true", |
| 111 | + "postinstall": "next typegen", |
111 | 112 | "dev": "next dev --webpack", |
112 | 113 | "build": "next build --webpack", |
113 | 114 | "start": "next start", |
|
0 commit comments