|
7 | 7 | "node": ">=20"
|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "@editorjs/code": "^2.9.2", |
11 |
| - "@editorjs/editorjs": "^2.30.6", |
| 10 | + "@editorjs/code": "^2.9.3", |
| 11 | + "@editorjs/editorjs": "^2.30.7", |
12 | 12 | "@editorjs/header": "^2.8.8",
|
13 |
| - "@editorjs/image": "^2.9.3", |
| 13 | + "@editorjs/image": "^2.10.1", |
14 | 14 | "@editorjs/link": "^2.6.2",
|
15 |
| - "@editorjs/list": "^1.10.0", |
| 15 | + "@editorjs/list": "^2.0.2", |
16 | 16 | "@editorjs/paragraph": "^2.11.6",
|
17 |
| - "@editorjs/quote": "~2.7.2", |
| 17 | + "@editorjs/quote": "~2.7.4", |
18 | 18 | "@mdx-js/loader": "^3.1.0",
|
19 | 19 | "@mdx-js/react": "^3.1.0",
|
20 |
| - "@next/mdx": "^15.0.1", |
21 |
| - "@sentry/nextjs": "^8.35.0", |
| 20 | + "@next/mdx": "^15.0.3", |
| 21 | + "@sentry/nextjs": "^8.41.0", |
22 | 22 | "copy-webpack-plugin": "^12.0.2",
|
23 | 23 | "editorjs-html": "^3.4.3",
|
24 | 24 | "idea-react": "^2.0.0-rc.8",
|
25 |
| - "koajax": "^3.0.2", |
26 |
| - "less": "^4.2.0", |
| 25 | + "koajax": "^3.0.3", |
| 26 | + "less": "^4.2.1", |
27 | 27 | "less-loader": "^12.2.0",
|
28 | 28 | "lodash": "^4.17.21",
|
29 | 29 | "mobx": "^6.13.5",
|
30 |
| - "mobx-github": "^0.3.4", |
| 30 | + "mobx-github": "^0.3.5", |
31 | 31 | "mobx-i18n": "^0.6.0",
|
32 | 32 | "mobx-react": "^9.1.1",
|
33 |
| - "mobx-restful": "^1.0.1", |
| 33 | + "mobx-restful": "^2.0.0", |
34 | 34 | "mobx-restful-table": "^2.0.0",
|
35 |
| - "next": "^15.0.1", |
| 35 | + "next": "^15.0.3", |
36 | 36 | "next-pwa": "~5.6.0",
|
37 |
| - "next-ssr-middleware": "^0.8.8", |
| 37 | + "next-ssr-middleware": "^0.8.9", |
38 | 38 | "next-with-less": "^3.0.1",
|
39 | 39 | "prismjs": "^1.29.0",
|
40 | 40 | "react": "^18.3.1",
|
41 |
| - "react-bootstrap": "^2.10.5", |
| 41 | + "react-bootstrap": "^2.10.6", |
42 | 42 | "react-bootstrap-editor": "^2.0.4",
|
43 | 43 | "react-dom": "^18.3.1",
|
44 | 44 | "react-editor-js": "^2.1.0",
|
45 | 45 | "remark-frontmatter": "^5.0.0",
|
46 | 46 | "remark-gfm": "^4.0.0",
|
47 | 47 | "remark-mdx-frontmatter": "^5.0.0",
|
48 |
| - "undici": "^6.20.1", |
49 |
| - "web-utility": "^4.4.1", |
50 |
| - "webpack": "^5.95.0" |
| 48 | + "undici": "^7.0.0", |
| 49 | + "web-utility": "^4.4.2", |
| 50 | + "webpack": "^5.96.1" |
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 | 53 | "@babel/plugin-proposal-decorators": "^7.25.9",
|
54 | 54 | "@babel/plugin-transform-typescript": "^7.25.9",
|
55 | 55 | "@babel/preset-react": "^7.25.9",
|
56 |
| - "@eslint/compat": "^1.2.1", |
57 |
| - "@eslint/eslintrc": "^3.1.0", |
58 |
| - "@eslint/js": "^9.13.0", |
59 |
| - "@softonus/prettier-plugin-duplicate-remover": "^1.0.1", |
| 56 | + "@eslint/compat": "^1.2.3", |
| 57 | + "@eslint/eslintrc": "^3.2.0", |
| 58 | + "@eslint/js": "^9.15.0", |
| 59 | + "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
60 | 60 | "@types/eslint-config-prettier": "^6.11.3",
|
61 | 61 | "@types/eslint__eslintrc": "^2.1.2",
|
62 | 62 | "@types/eslint__js": "^8.42.3",
|
63 |
| - "@types/lodash": "^4.17.12", |
| 63 | + "@types/lodash": "^4.17.13", |
64 | 64 | "@types/next-pwa": "^5.6.9",
|
65 |
| - "@types/node": "^20.17.1", |
| 65 | + "@types/node": "^20.17.8", |
66 | 66 | "@types/react": "^18.3.12",
|
67 |
| - "eslint": "^9.13.0", |
68 |
| - "eslint-config-next": "^15.0.1", |
| 67 | + "eslint": "^9.15.0", |
| 68 | + "eslint-config-next": "^15.0.3", |
69 | 69 | "eslint-config-prettier": "^9.1.0",
|
70 | 70 | "eslint-plugin-react": "^7.37.2",
|
71 | 71 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
72 |
| - "globals": "^15.11.0", |
73 |
| - "husky": "^9.1.6", |
| 72 | + "globals": "^15.12.0", |
| 73 | + "husky": "^9.1.7", |
74 | 74 | "lint-staged": "^15.2.10",
|
75 |
| - "prettier": "^3.3.3", |
| 75 | + "prettier": "^3.4.1", |
76 | 76 | "prettier-plugin-css-order": "^2.1.2",
|
77 |
| - "typescript": "~5.6.3", |
78 |
| - "typescript-eslint": "^8.11.0" |
| 77 | + "typescript": "~5.7.2", |
| 78 | + "typescript-eslint": "^8.16.0" |
79 | 79 | },
|
80 | 80 | "resolutions": {
|
81 |
| - "native-file-system-adapter": "npm:@tech_query/native-file-system-adapter@^3.0.1", |
82 | 81 | "next": "$next"
|
83 | 82 | },
|
84 | 83 | "prettier": {
|
|
0 commit comments