|
4 | 4 | "description": "React project scaffold based on TypeScript, Next.js, Bootstrap & Workbox.", |
5 | 5 | "private": true, |
6 | 6 | "engines": { |
7 | | - "node": "22.x" |
| 7 | + "node": ">=22" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | 10 | "@emotion/cache": "^11.14.0", |
|
13 | 13 | "@emotion/styled": "^11.14.1", |
14 | 14 | "@giscus/react": "^3.1.0", |
15 | 15 | "@koa/bodyparser": "^6.0.0", |
16 | | - "@mui/lab": "^7.0.1-beta.20", |
17 | | - "@mui/material": "^7.3.6", |
18 | | - "@mui/material-nextjs": "^7.3.6", |
| 16 | + "@mui/lab": "^7.0.1-beta.21", |
| 17 | + "@mui/material": "^7.3.7", |
| 18 | + "@mui/material-nextjs": "^7.3.7", |
19 | 19 | "@passwordless-id/webauthn": "^2.3.1", |
20 | | - "@sentry/nextjs": "^10.32.1", |
21 | | - "file-type": "^21.2.0", |
| 20 | + "@sentry/nextjs": "^10.35.0", |
| 21 | + "file-type": "^21.3.0", |
22 | 22 | "idb-keyval": "^6.2.2", |
23 | 23 | "jsonwebtoken": "^9.0.3", |
24 | 24 | "koa": "^3.1.1", |
|
30 | 30 | "mobx": "^6.15.0", |
31 | 31 | "mobx-github": "^0.6.2", |
32 | 32 | "mobx-i18n": "^0.7.2", |
33 | | - "mobx-lark": "^2.6.3", |
| 33 | + "mobx-lark": "^2.6.4", |
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.1.1", |
| 37 | + "next": "^16.1.4", |
38 | 38 | "next-pwa": "~5.6.0", |
39 | 39 | "next-ssr-middleware": "^1.1.0", |
40 | 40 | "react": "^19.2.3", |
|
43 | 43 | "webpack": "^5.104.1" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/plugin-proposal-decorators": "^7.28.0", |
47 | | - "@babel/plugin-transform-typescript": "^7.28.5", |
| 46 | + "@babel/plugin-proposal-decorators": "^7.28.6", |
| 47 | + "@babel/plugin-transform-typescript": "^7.28.6", |
48 | 48 | "@babel/preset-react": "^7.28.5", |
49 | | - "@cspell/eslint-plugin": "^9.4.0", |
| 49 | + "@cspell/eslint-plugin": "^9.6.0", |
50 | 50 | "@eslint/js": "^9.39.2", |
51 | 51 | "@idea2app/data-server": "^1.0.0-rc.9", |
52 | | - "@next/eslint-plugin-next": "^16.1.1", |
53 | | - "@stylistic/eslint-plugin": "^5.6.1", |
| 52 | + "@next/eslint-plugin-next": "^16.1.4", |
| 53 | + "@stylistic/eslint-plugin": "^5.7.0", |
54 | 54 | "@tailwindcss/postcss": "^4.1.18", |
55 | 55 | "@tailwindcss/typography": "^0.5.19", |
56 | 56 | "@types/eslint-config-prettier": "^6.11.3", |
57 | 57 | "@types/jsonwebtoken": "^9.0.10", |
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.3", |
62 | | - "@types/react": "^19.2.7", |
| 61 | + "@types/node": "^24.10.9", |
| 62 | + "@types/react": "^19.2.8", |
63 | 63 | "eslint": "^9.39.2", |
64 | | - "eslint-config-next": "^16.1.1", |
| 64 | + "eslint-config-next": "^16.1.4", |
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", |
|
71 | 71 | "jiti": "^2.6.1", |
72 | 72 | "lint-staged": "^16.2.7", |
73 | 73 | "postcss": "^8.5.6", |
74 | | - "prettier": "^3.7.4", |
75 | | - "prettier-plugin-css-order": "^2.1.2", |
| 74 | + "prettier": "^3.8.0", |
| 75 | + "prettier-plugin-css-order": "^2.2.0", |
76 | 76 | "prettier-plugin-tailwindcss": "^0.7.2", |
77 | 77 | "tailwindcss": "^4.1.18", |
78 | 78 | "typescript": "~5.9.3", |
79 | | - "typescript-eslint": "^8.50.1" |
| 79 | + "typescript-eslint": "^8.53.1" |
80 | 80 | }, |
81 | 81 | "resolutions": { |
82 | 82 | "mobx-github": "$mobx-github", |
|
0 commit comments