|
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | 17 | "@giscus/react": "^3.1.0", |
18 | | - "@koa/router": "^15.3.0", |
| 18 | + "@koa/router": "^15.4.0", |
19 | 19 | "@mdx-js/loader": "^3.1.1", |
20 | 20 | "@mdx-js/react": "^3.1.1", |
21 | | - "@next/mdx": "^16.1.6", |
22 | | - "core-js": "^3.48.0", |
| 21 | + "@next/mdx": "^16.2.1", |
| 22 | + "core-js": "^3.49.0", |
23 | 23 | "echarts-jsx": "^0.6.0", |
24 | | - "file-type": "^21.3.0", |
| 24 | + "file-type": "^22.0.0", |
25 | 25 | "idea-react": "^2.0.0-rc.13", |
26 | 26 | "jsonwebtoken": "^9.0.3", |
27 | | - "koa": "^3.1.1", |
| 27 | + "koa": "^3.2.0", |
28 | 28 | "koa-jwt": "^4.0.4", |
29 | | - "koajax": "^3.1.2", |
| 29 | + "koajax": "^3.3.0", |
30 | 30 | "license-filter": "^0.2.5", |
31 | | - "marked": "^17.0.3", |
| 31 | + "marked": "^17.0.5", |
32 | 32 | "mime": "^4.1.0", |
33 | 33 | "mobx": "^6.15.0", |
34 | 34 | "mobx-github": "^0.6.2", |
|
39 | 39 | "mobx-restful": "^2.1.4", |
40 | 40 | "mobx-restful-table": "^2.6.3", |
41 | 41 | "mobx-strapi": "^0.8.1", |
42 | | - "next": "^16.1.6", |
| 42 | + "next": "^16.2.1", |
43 | 43 | "next-pwa": "^5.6.0", |
44 | 44 | "next-ssr-middleware": "^1.1.0", |
45 | | - "nodemailer": "^8.0.1", |
| 45 | + "nodemailer": "^8.0.4", |
46 | 46 | "open-react-map": "^0.9.1", |
47 | 47 | "react": "^19.2.4", |
48 | 48 | "react-bootstrap": "^2.10.10", |
|
51 | 51 | "remark-frontmatter": "^5.0.0", |
52 | 52 | "remark-mdx-frontmatter": "^5.2.0", |
53 | 53 | "web-utility": "^4.6.4", |
54 | | - "yaml": "^2.8.2" |
| 54 | + "yaml": "^2.8.3" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | 57 | "@babel/plugin-proposal-decorators": "^7.29.0", |
58 | 58 | "@babel/plugin-transform-typescript": "^7.28.6", |
59 | 59 | "@babel/preset-react": "^7.28.5", |
60 | 60 | "@cspell/eslint-plugin": "^9.7.0", |
61 | 61 | "@eslint/js": "^10.0.1", |
62 | | - "@next/eslint-plugin-next": "^16.1.6", |
| 62 | + "@next/eslint-plugin-next": "^16.2.1", |
63 | 63 | "@open-source-bazaar/china-ngo-database": "^0.6.0", |
64 | 64 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
65 | | - "@stylistic/eslint-plugin": "^5.9.0", |
| 65 | + "@stylistic/eslint-plugin": "^5.10.0", |
66 | 66 | "@types/eslint-config-prettier": "^6.11.3", |
67 | 67 | "@types/jsonwebtoken": "^9.0.10", |
68 | | - "@types/koa": "^3.0.1", |
| 68 | + "@types/koa": "^3.0.2", |
69 | 69 | "@types/next-pwa": "^5.6.9", |
70 | | - "@types/node": "^24.10.13", |
| 70 | + "@types/node": "^24.12.0", |
71 | 71 | "@types/nodemailer": "^7.0.11", |
72 | 72 | "@types/react": "^19.2.14", |
73 | 73 | "@types/react-dom": "^19.2.3", |
74 | | - "eslint": "^10.0.2", |
75 | | - "eslint-config-next": "^16.1.6", |
| 74 | + "eslint": "^10.1.0", |
| 75 | + "eslint-config-next": "^16.2.1", |
76 | 76 | "eslint-config-prettier": "^10.1.8", |
77 | 77 | "eslint-plugin-react": "^7.37.5", |
78 | 78 | "eslint-plugin-simple-import-sort": "^12.1.1", |
79 | | - "globals": "^17.3.0", |
| 79 | + "globals": "^17.4.0", |
80 | 80 | "husky": "^9.1.7", |
81 | 81 | "jiti": "^2.6.1", |
82 | | - "less": "^4.5.1", |
83 | | - "less-loader": "^12.3.1", |
84 | | - "lint-staged": "^16.2.7", |
| 82 | + "less": "^4.6.4", |
| 83 | + "less-loader": "^12.3.2", |
| 84 | + "lint-staged": "^16.4.0", |
85 | 85 | "next-with-less": "^3.0.1", |
86 | 86 | "prettier": "^3.8.1", |
87 | 87 | "prettier-plugin-css-order": "^2.2.0", |
88 | | - "sass": "^1.97.3", |
| 88 | + "sass": "^1.98.0", |
89 | 89 | "typescript": "~5.9.3", |
90 | | - "typescript-eslint": "^8.56.1" |
| 90 | + "typescript-eslint": "^8.57.2" |
91 | 91 | }, |
92 | 92 | "resolutions": { |
93 | 93 | "mobx-react-helper": "$mobx-react-helper", |
|
0 commit comments