|
4 | 4 | "description": "React project scaffold based on TypeScript, Next.js, Bootstrap & Workbox.",
|
5 | 5 | "private": true,
|
6 | 6 | "engines": {
|
7 |
| - "node": ">=20" |
| 7 | + "node": ">=22" |
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 | 10 | "@editorjs/code": "^2.9.3",
|
|
13 | 13 | "@editorjs/image": "^2.10.1",
|
14 | 14 | "@editorjs/link": "^2.6.2",
|
15 | 15 | "@editorjs/list": "^2.0.2",
|
16 |
| - "@editorjs/paragraph": "^2.11.6", |
17 |
| - "@editorjs/quote": "~2.7.4", |
| 16 | + "@editorjs/paragraph": "^2.11.7", |
| 17 | + "@editorjs/quote": "~2.7.6", |
18 | 18 | "@mdx-js/loader": "^3.1.0",
|
19 | 19 | "@mdx-js/react": "^3.1.0",
|
20 |
| - "@next/mdx": "^15.0.3", |
21 |
| - "@sentry/nextjs": "^8.41.0", |
| 20 | + "@next/mdx": "^15.1.5", |
| 21 | + "@sentry/nextjs": "^8.50.0", |
22 | 22 | "copy-webpack-plugin": "^12.0.2",
|
| 23 | + "core-js": "^3.40.0", |
23 | 24 | "editorjs-html": "^3.4.3",
|
24 | 25 | "idea-react": "^2.0.0-rc.8",
|
25 |
| - "koajax": "^3.0.3", |
| 26 | + "koajax": "^3.1.1", |
26 | 27 | "less": "^4.2.1",
|
27 | 28 | "less-loader": "^12.2.0",
|
28 | 29 | "lodash": "^4.17.21",
|
29 | 30 | "mobx": "^6.13.5",
|
30 | 31 | "mobx-github": "^0.3.5",
|
31 | 32 | "mobx-i18n": "^0.6.0",
|
32 |
| - "mobx-react": "^9.1.1", |
| 33 | + "mobx-react": "^9.2.0", |
33 | 34 | "mobx-restful": "^2.0.0",
|
34 |
| - "mobx-restful-table": "^2.0.0", |
35 |
| - "next": "^15.0.3", |
| 35 | + "mobx-restful-table": "^2.0.1", |
| 36 | + "next": "^15.1.5", |
36 | 37 | "next-pwa": "~5.6.0",
|
37 | 38 | "next-ssr-middleware": "^0.8.9",
|
38 | 39 | "next-with-less": "^3.0.1",
|
39 | 40 | "prismjs": "^1.29.0",
|
40 | 41 | "react": "^18.3.1",
|
41 |
| - "react-bootstrap": "^2.10.6", |
| 42 | + "react-bootstrap": "^2.10.7", |
42 | 43 | "react-bootstrap-editor": "^2.0.4",
|
43 | 44 | "react-dom": "^18.3.1",
|
44 | 45 | "react-editor-js": "^2.1.0",
|
45 | 46 | "remark-frontmatter": "^5.0.0",
|
46 | 47 | "remark-gfm": "^4.0.0",
|
47 | 48 | "remark-mdx-frontmatter": "^5.0.0",
|
48 |
| - "undici": "^7.0.0", |
| 49 | + "undici": "^7.2.3", |
49 | 50 | "web-utility": "^4.4.2",
|
50 |
| - "webpack": "^5.96.1" |
| 51 | + "webpack": "^5.97.1" |
51 | 52 | },
|
52 | 53 | "devDependencies": {
|
53 | 54 | "@babel/plugin-proposal-decorators": "^7.25.9",
|
54 |
| - "@babel/plugin-transform-typescript": "^7.25.9", |
55 |
| - "@babel/preset-react": "^7.25.9", |
56 |
| - "@eslint/compat": "^1.2.3", |
| 55 | + "@babel/plugin-transform-typescript": "^7.26.5", |
| 56 | + "@babel/preset-react": "^7.26.3", |
| 57 | + "@eslint/compat": "^1.2.5", |
57 | 58 | "@eslint/eslintrc": "^3.2.0",
|
58 |
| - "@eslint/js": "^9.15.0", |
| 59 | + "@eslint/js": "^9.18.0", |
59 | 60 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
|
60 | 61 | "@types/eslint-config-prettier": "^6.11.3",
|
61 | 62 | "@types/eslint__eslintrc": "^2.1.2",
|
62 | 63 | "@types/eslint__js": "^8.42.3",
|
63 |
| - "@types/lodash": "^4.17.13", |
| 64 | + "@types/lodash": "^4.17.14", |
64 | 65 | "@types/next-pwa": "^5.6.9",
|
65 |
| - "@types/node": "^20.17.8", |
66 |
| - "@types/react": "^18.3.12", |
67 |
| - "eslint": "^9.15.0", |
68 |
| - "eslint-config-next": "^15.0.3", |
| 66 | + "@types/node": "^22.10.7", |
| 67 | + "@types/react": "^18.3.18", |
| 68 | + "eslint": "^9.18.0", |
| 69 | + "eslint-config-next": "^15.1.5", |
69 | 70 | "eslint-config-prettier": "^9.1.0",
|
70 |
| - "eslint-plugin-react": "^7.37.2", |
| 71 | + "eslint-plugin-react": "^7.37.4", |
71 | 72 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
72 |
| - "globals": "^15.12.0", |
| 73 | + "globals": "^15.14.0", |
73 | 74 | "husky": "^9.1.7",
|
74 |
| - "lint-staged": "^15.2.10", |
75 |
| - "prettier": "^3.4.1", |
| 75 | + "lint-staged": "^15.4.1", |
| 76 | + "prettier": "^3.4.2", |
76 | 77 | "prettier-plugin-css-order": "^2.1.2",
|
77 |
| - "typescript": "~5.7.2", |
78 |
| - "typescript-eslint": "^8.16.0" |
| 78 | + "typescript": "~5.7.3", |
| 79 | + "typescript-eslint": "^8.20.0" |
79 | 80 | },
|
80 | 81 | "resolutions": {
|
81 | 82 | "next": "$next"
|
|
0 commit comments