|
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | 10 | "@editorjs/code": "^2.9.3", |
11 | | - "@editorjs/editorjs": "^2.30.8", |
| 11 | + "@editorjs/editorjs": "^2.31.0", |
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": "^15.5.2", |
21 | | - "@sentry/nextjs": "^10.9.0", |
| 20 | + "@next/mdx": "^16.0.1", |
| 21 | + "@sentry/nextjs": "^10.22.0", |
22 | 22 | "copy-webpack-plugin": "^13.0.1", |
23 | | - "core-js": "^3.45.1", |
| 23 | + "core-js": "^3.46.0", |
24 | 24 | "editorjs-html": "^4.0.5", |
25 | 25 | "file-type": "^21.0.0", |
26 | 26 | "formidable": "^3.5.4", |
27 | 27 | "idea-react": "^2.0.0-rc.13", |
28 | 28 | "jsonwebtoken": "^9.0.2", |
29 | | - "koa": "^3.0.1", |
| 29 | + "koa": "^3.1.1", |
30 | 30 | "koa-jwt": "^4.0.4", |
31 | 31 | "koajax": "^3.1.2", |
32 | | - "less": "^4.4.1", |
| 32 | + "less": "^4.4.2", |
33 | 33 | "less-loader": "^12.3.0", |
34 | 34 | "lodash": "^4.17.21", |
35 | | - "marked": "^16.2.1", |
36 | | - "mime": "^4.0.7", |
37 | | - "mobx": "^6.13.7", |
38 | | - "mobx-github": "^0.4.0", |
39 | | - "mobx-i18n": "^0.7.1", |
40 | | - "mobx-lark": "^2.4.1", |
41 | | - "mobx-react": "^9.2.0", |
| 35 | + "marked": "^16.4.1", |
| 36 | + "mime": "^4.1.0", |
| 37 | + "mobx": "^6.15.0", |
| 38 | + "mobx-github": "^0.6.2", |
| 39 | + "mobx-i18n": "^0.7.2", |
| 40 | + "mobx-lark": "^2.5.0", |
| 41 | + "mobx-react": "^9.2.1", |
42 | 42 | "mobx-react-helper": "^0.5.1", |
43 | | - "mobx-restful": "^2.1.0", |
44 | | - "mobx-restful-table": "^2.5.3", |
45 | | - "next": "^15.5.2", |
| 43 | + "mobx-restful": "^2.1.4", |
| 44 | + "mobx-restful-table": "^2.5.5", |
| 45 | + "next": "^16.0.1", |
46 | 46 | "next-pwa": "~5.6.0", |
47 | 47 | "next-ssr-middleware": "^1.0.3", |
48 | 48 | "next-with-less": "^3.0.1", |
49 | 49 | "prismjs": "^1.30.0", |
50 | | - "react": "^19.1.1", |
| 50 | + "react": "^19.2.0", |
51 | 51 | "react-bootstrap": "^2.10.10", |
52 | 52 | "react-bootstrap-editor": "^2.1.1", |
53 | | - "react-dom": "^19.1.1", |
| 53 | + "react-dom": "^19.2.0", |
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.15.0", |
59 | | - "web-utility": "^4.5.3", |
60 | | - "webpack": "^5.101.3", |
| 58 | + "undici": "^7.16.0", |
| 59 | + "web-utility": "^4.6.4", |
| 60 | + "webpack": "^5.102.1", |
61 | 61 | "yaml": "^2.8.1" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@babel/plugin-proposal-decorators": "^7.28.0", |
65 | | - "@babel/plugin-transform-typescript": "^7.28.0", |
66 | | - "@babel/preset-react": "^7.27.1", |
67 | | - "@cspell/eslint-plugin": "^9.2.1", |
68 | | - "@eslint/compat": "^1.3.2", |
| 65 | + "@babel/plugin-transform-typescript": "^7.28.5", |
| 66 | + "@babel/preset-react": "^7.28.5", |
| 67 | + "@cspell/eslint-plugin": "^9.2.2", |
| 68 | + "@eslint/compat": "^1.4.1", |
69 | 69 | "@eslint/eslintrc": "^3.3.1", |
70 | | - "@eslint/js": "^9.34.0", |
71 | | - "@next/eslint-plugin-next": "^15.5.2", |
| 70 | + "@eslint/js": "^9.39.0", |
| 71 | + "@next/eslint-plugin-next": "^16.0.1", |
72 | 72 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
73 | | - "@stylistic/eslint-plugin": "^5.3.1", |
| 73 | + "@stylistic/eslint-plugin": "^5.5.0", |
74 | 74 | "@types/eslint-config-prettier": "^6.11.3", |
75 | | - "@types/formidable": "^3.4.5", |
| 75 | + "@types/formidable": "^3.4.6", |
76 | 76 | "@types/jsonwebtoken": "^9.0.10", |
77 | | - "@types/koa": "^3.0.0", |
78 | | - "@types/koa__router": "^12.0.4", |
| 77 | + "@types/koa": "^3.0.1", |
| 78 | + "@types/koa__router": "^12.0.5", |
79 | 79 | "@types/lodash": "^4.17.20", |
80 | 80 | "@types/next-pwa": "^5.6.9", |
81 | | - "@types/node": "^22.18.0", |
82 | | - "@types/react": "^19.1.12", |
83 | | - "eslint": "^9.34.0", |
84 | | - "eslint-config-next": "^15.5.2", |
| 81 | + "@types/node": "^22.18.13", |
| 82 | + "@types/react": "^19.2.2", |
| 83 | + "eslint": "^9.39.0", |
| 84 | + "eslint-config-next": "^16.0.1", |
85 | 85 | "eslint-config-prettier": "^10.1.8", |
86 | 86 | "eslint-plugin-react": "^7.37.5", |
87 | 87 | "eslint-plugin-simple-import-sort": "^12.1.1", |
88 | | - "globals": "^16.3.0", |
| 88 | + "globals": "^16.4.0", |
89 | 89 | "husky": "^9.1.7", |
90 | | - "jiti": "^2.5.1", |
91 | | - "lint-staged": "^16.1.6", |
| 90 | + "jiti": "^2.6.1", |
| 91 | + "lint-staged": "^16.2.6", |
92 | 92 | "prettier": "^3.6.2", |
93 | 93 | "prettier-plugin-css-order": "^2.1.2", |
94 | | - "typescript": "~5.9.2", |
95 | | - "typescript-eslint": "^8.42.0" |
| 94 | + "typescript": "~5.9.3", |
| 95 | + "typescript-eslint": "^8.46.2" |
96 | 96 | }, |
97 | 97 | "resolutions": { |
98 | 98 | "next": "$next" |
|
120 | 120 | }, |
121 | 121 | "scripts": { |
122 | 122 | "prepare": "husky", |
123 | | - "dev": "next dev", |
124 | | - "build": "next build", |
| 123 | + "dev": "next dev --webpack", |
| 124 | + "build": "next build --webpack", |
125 | 125 | "start": "next start", |
126 | | - "lint": "next lint --fix && git add . && tsc --noEmit", |
127 | | - "test": "lint-staged && npm run lint", |
| 126 | + "test": "lint-staged && tsc --noEmit", |
128 | 127 | "pack-image": "docker build -t idea2app/lark-next-bootstrap-ts:latest .", |
129 | 128 | "container": "docker rm -f lark-next-bootstrap-ts && docker run --name lark-next-bootstrap-ts -p 3000:3000 -d idea2app/lark-next-bootstrap-ts:latest" |
130 | 129 | } |
|
0 commit comments