|
7 | 7 | "node": ">=22" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "@koa/router": "^13.1.1", |
11 | | - "@mdx-js/loader": "^3.1.0", |
12 | | - "@mdx-js/react": "^3.1.0", |
13 | | - "@next/mdx": "^15.4.1", |
14 | | - "@sentry/nextjs": "^9.39.0", |
15 | | - "copy-webpack-plugin": "^13.0.0", |
16 | | - "core-js": "^3.44.0", |
| 10 | + "@mdx-js/loader": "^3.1.1", |
| 11 | + "@mdx-js/react": "^3.1.1", |
| 12 | + "@next/mdx": "^15.5.2", |
| 13 | + "@sentry/nextjs": "^10.10.0", |
| 14 | + "copy-webpack-plugin": "^13.0.1", |
| 15 | + "core-js": "^3.45.1", |
17 | 16 | "file-type": "^21.0.0", |
18 | 17 | "idea-react": "^2.0.0-rc.13", |
19 | | - "koa": "^2.16.1", |
| 18 | + "koa": "^3.0.1", |
20 | 19 | "koajax": "^3.1.2", |
21 | | - "less": "^4.3.0", |
| 20 | + "less": "^4.4.1", |
22 | 21 | "less-loader": "^12.3.0", |
23 | 22 | "lodash": "^4.17.21", |
24 | | - "marked": "^16.0.0", |
| 23 | + "marked": "^16.2.1", |
25 | 24 | "mime": "^4.0.7", |
26 | 25 | "mobx": "^6.13.7", |
27 | | - "mobx-github": "^0.5.0", |
| 26 | + "mobx-github": "^0.5.1", |
28 | 27 | "mobx-i18n": "^0.7.1", |
29 | | - "mobx-lark": "^2.2.0", |
| 28 | + "mobx-lark": "^2.4.1", |
30 | 29 | "mobx-react": "^9.2.0", |
31 | 30 | "mobx-react-helper": "^0.5.1", |
32 | 31 | "mobx-restful": "^2.1.0", |
33 | | - "mobx-restful-table": "^2.5.2", |
34 | | - "next": "^15.4.1", |
| 32 | + "mobx-restful-table": "^2.5.3", |
| 33 | + "next": "^15.5.2", |
35 | 34 | "next-pwa": "~5.6.0", |
36 | | - "next-ssr-middleware": "^1.0.1", |
| 35 | + "next-ssr-middleware": "^1.0.3", |
37 | 36 | "next-with-less": "^3.0.1", |
38 | | - "react": "^19.1.0", |
| 37 | + "react": "^19.1.1", |
39 | 38 | "react-bootstrap": "^2.10.10", |
40 | 39 | "react-bootstrap-editor": "^2.1.1", |
41 | | - "react-dom": "^19.1.0", |
| 40 | + "react-dom": "^19.1.1", |
42 | 41 | "remark-frontmatter": "^5.0.0", |
43 | 42 | "remark-gfm": "^4.0.1", |
44 | 43 | "remark-mdx-frontmatter": "^5.2.0", |
45 | | - "undici": "^7.11.0", |
46 | | - "web-utility": "^4.4.3", |
47 | | - "webpack": "^5.100.2", |
48 | | - "yaml": "^2.8.0" |
| 44 | + "undici": "^7.15.0", |
| 45 | + "web-utility": "^4.5.3", |
| 46 | + "webpack": "^5.101.3", |
| 47 | + "yaml": "^2.8.1" |
49 | 48 | }, |
50 | 49 | "devDependencies": { |
51 | 50 | "@babel/plugin-proposal-decorators": "^7.28.0", |
52 | 51 | "@babel/plugin-transform-typescript": "^7.28.0", |
53 | 52 | "@babel/preset-react": "^7.27.1", |
54 | | - "@cspell/eslint-plugin": "^9.1.5", |
55 | | - "@eslint/compat": "^1.3.1", |
| 53 | + "@cspell/eslint-plugin": "^9.2.1", |
| 54 | + "@eslint/compat": "^1.3.2", |
56 | 55 | "@eslint/eslintrc": "^3.3.1", |
57 | | - "@eslint/js": "^9.31.0", |
58 | | - "@next/eslint-plugin-next": "^15.4.1", |
| 56 | + "@eslint/js": "^9.35.0", |
| 57 | + "@next/eslint-plugin-next": "^15.5.2", |
59 | 58 | "@octokit/openapi-types": "^25.1.0", |
60 | 59 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
61 | | - "@stylistic/eslint-plugin": "^5.1.0", |
| 60 | + "@stylistic/eslint-plugin": "^5.3.1", |
62 | 61 | "@types/eslint-config-prettier": "^6.11.3", |
63 | | - "@types/koa": "^2.15.0", |
64 | | - "@types/koa__router": "^12.0.4", |
| 62 | + "@types/koa": "^3.0.0", |
65 | 63 | "@types/lodash": "^4.17.20", |
66 | 64 | "@types/next-pwa": "^5.6.9", |
67 | | - "@types/node": "^22.16.4", |
68 | | - "@types/react": "^19.1.8", |
69 | | - "eslint": "^9.31.0", |
70 | | - "eslint-config-next": "^15.4.1", |
71 | | - "eslint-config-prettier": "^10.1.5", |
| 65 | + "@types/node": "^22.18.1", |
| 66 | + "@types/react": "^19.1.12", |
| 67 | + "eslint": "^9.35.0", |
| 68 | + "eslint-config-next": "^15.5.2", |
| 69 | + "eslint-config-prettier": "^10.1.8", |
72 | 70 | "eslint-plugin-react": "^7.37.5", |
73 | 71 | "eslint-plugin-simple-import-sort": "^12.1.1", |
74 | 72 | "globals": "^16.3.0", |
75 | 73 | "husky": "^9.1.7", |
76 | | - "jiti": "^2.4.2", |
77 | | - "lint-staged": "^16.1.2", |
| 74 | + "jiti": "^2.5.1", |
| 75 | + "lint-staged": "^16.1.6", |
78 | 76 | "prettier": "^3.6.2", |
79 | 77 | "prettier-plugin-css-order": "^2.1.2", |
80 | | - "typescript": "~5.8.3", |
81 | | - "typescript-eslint": "^8.37.0" |
| 78 | + "typescript": "~5.9.2", |
| 79 | + "typescript-eslint": "^8.42.0" |
82 | 80 | }, |
83 | 81 | "resolutions": { |
84 | 82 | "next": "$next" |
|
0 commit comments