|
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | 10 | "@editorjs/code": "^2.9.4", |
11 | | - "@editorjs/editorjs": "^2.31.0", |
| 11 | + "@editorjs/editorjs": "^2.31.5", |
12 | 12 | "@editorjs/header": "^2.8.8", |
13 | 13 | "@editorjs/image": "^2.10.3", |
14 | 14 | "@editorjs/link": "^2.6.2", |
|
17 | 17 | "@editorjs/quote": "^2.7.6", |
18 | 18 | "@mdx-js/loader": "^3.1.1", |
19 | 19 | "@mdx-js/react": "^3.1.1", |
20 | | - "@next/mdx": "^16.1.1", |
21 | | - "@sentry/nextjs": "^10.32.1", |
22 | | - "copy-webpack-plugin": "^13.0.1", |
23 | | - "core-js": "^3.47.0", |
| 20 | + "@next/mdx": "^16.2.2", |
| 21 | + "@sentry/nextjs": "^10.47.0", |
| 22 | + "copy-webpack-plugin": "^14.0.0", |
| 23 | + "core-js": "^3.49.0", |
24 | 24 | "editorjs-html": "^4.0.5", |
25 | | - "file-type": "^21.2.0", |
| 25 | + "file-type": "^22.0.0", |
26 | 26 | "formidable": "^3.5.4", |
27 | 27 | "idea-react": "^2.0.0-rc.13", |
28 | 28 | "jsonwebtoken": "^9.0.3", |
29 | | - "koa": "^3.1.1", |
| 29 | + "koa": "^3.2.0", |
30 | 30 | "koa-jwt": "^4.0.4", |
31 | | - "koajax": "^3.1.2", |
32 | | - "less": "^4.5.1", |
33 | | - "less-loader": "^12.3.0", |
34 | | - "lodash": "^4.17.21", |
35 | | - "marked": "^17.0.1", |
| 31 | + "koajax": "^3.3.0", |
| 32 | + "less": "^4.6.4", |
| 33 | + "less-loader": "^12.3.2", |
| 34 | + "lodash": "^4.18.1", |
| 35 | + "marked": "^17.0.6", |
36 | 36 | "mime": "^4.1.0", |
37 | 37 | "mobx": "^6.15.0", |
38 | 38 | "mobx-github": "^0.6.2", |
39 | 39 | "mobx-i18n": "^0.7.2", |
40 | | - "mobx-lark": "^2.6.0", |
| 40 | + "mobx-lark": "^2.8.1", |
41 | 41 | "mobx-react": "^9.2.1", |
42 | 42 | "mobx-react-helper": "^0.5.1", |
43 | 43 | "mobx-restful": "^2.1.4", |
44 | 44 | "mobx-restful-table": "^2.6.3", |
45 | | - "next": "^16.1.1", |
| 45 | + "next": "^16.2.2", |
46 | 46 | "next-pwa": "~5.6.0", |
47 | 47 | "next-ssr-middleware": "^1.1.0", |
48 | 48 | "next-with-less": "^3.0.1", |
49 | 49 | "prismjs": "^1.30.0", |
50 | | - "react": "^19.2.3", |
| 50 | + "react": "^19.2.4", |
51 | 51 | "react-bootstrap": "^2.10.10", |
52 | 52 | "react-bootstrap-editor": "^2.1.1", |
53 | | - "react-dom": "^19.2.3", |
| 53 | + "react-dom": "^19.2.4", |
54 | 54 | "react-editor-js": "^2.1.0", |
55 | 55 | "remark-frontmatter": "^5.0.0", |
56 | 56 | "remark-gfm": "^4.0.1", |
57 | 57 | "remark-mdx-frontmatter": "^5.2.0", |
58 | | - "undici": "^7.16.0", |
59 | | - "web-utility": "^4.6.4", |
60 | | - "webpack": "^5.104.1", |
61 | | - "yaml": "^2.8.2" |
| 58 | + "undici": "^8.0.2", |
| 59 | + "web-utility": "^4.6.5", |
| 60 | + "webpack": "^5.105.4", |
| 61 | + "yaml": "^2.8.3" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@babel/plugin-proposal-decorators": "^7.28.0", |
65 | | - "@babel/plugin-transform-typescript": "^7.28.5", |
| 64 | + "@babel/plugin-proposal-decorators": "^7.29.0", |
| 65 | + "@babel/plugin-transform-typescript": "^7.28.6", |
66 | 66 | "@babel/preset-react": "^7.28.5", |
67 | | - "@cspell/eslint-plugin": "^9.4.0", |
68 | | - "@eslint/js": "^9.39.2", |
69 | | - "@next/eslint-plugin-next": "^16.1.1", |
| 67 | + "@cspell/eslint-plugin": "^10.0.0", |
| 68 | + "@eslint/js": "^10.0.1", |
| 69 | + "@next/eslint-plugin-next": "^16.2.2", |
70 | 70 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
71 | | - "@stylistic/eslint-plugin": "^5.6.1", |
| 71 | + "@stylistic/eslint-plugin": "^5.10.0", |
72 | 72 | "@types/eslint-config-prettier": "^6.11.3", |
73 | | - "@types/formidable": "^3.4.6", |
| 73 | + "@types/formidable": "^3.5.0", |
74 | 74 | "@types/jsonwebtoken": "^9.0.10", |
75 | | - "@types/koa": "^3.0.1", |
76 | | - "@types/lodash": "^4.17.21", |
| 75 | + "@types/koa": "^3.0.2", |
| 76 | + "@types/lodash": "^4.17.24", |
77 | 77 | "@types/next-pwa": "^5.6.9", |
78 | | - "@types/node": "^22.19.3", |
79 | | - "@types/react": "^19.2.7", |
80 | | - "eslint": "^9.39.2", |
81 | | - "eslint-config-next": "^16.1.1", |
| 78 | + "@types/node": "^24.12.2", |
| 79 | + "@types/react": "^19.2.14", |
| 80 | + "eslint": "^10.2.0", |
| 81 | + "eslint-config-next": "^16.2.2", |
82 | 82 | "eslint-config-prettier": "^10.1.8", |
83 | 83 | "eslint-plugin-react": "^7.37.5", |
84 | 84 | "eslint-plugin-simple-import-sort": "^12.1.1", |
85 | | - "globals": "^16.5.0", |
| 85 | + "globals": "^17.4.0", |
86 | 86 | "husky": "^9.1.7", |
87 | 87 | "jiti": "^2.6.1", |
88 | | - "lint-staged": "^16.2.7", |
89 | | - "prettier": "^3.7.4", |
90 | | - "prettier-plugin-css-order": "^2.1.2", |
| 88 | + "lint-staged": "^16.4.0", |
| 89 | + "prettier": "^3.8.1", |
| 90 | + "prettier-plugin-css-order": "^2.2.0", |
91 | 91 | "typescript": "~5.9.3", |
92 | | - "typescript-eslint": "^8.50.1" |
| 92 | + "typescript-eslint": "^8.58.0" |
93 | 93 | }, |
94 | 94 | "resolutions": { |
95 | 95 | "next": "$next" |
|
0 commit comments