|
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | 7 | "prepare": "husky", |
| 8 | + "install": "pnpx git-utility download https://github.com/Open-Source-Bazaar/key-vault main Open-Source-Bazaar.github.io || true", |
8 | 9 | "dev": "next dev", |
9 | 10 | "build": "next build", |
10 | 11 | "start": "next start", |
|
13 | 14 | }, |
14 | 15 | "dependencies": { |
15 | 16 | "@koa/router": "^14.0.0", |
16 | | - "@mdx-js/loader": "^3.1.0", |
17 | | - "@mdx-js/react": "^3.1.0", |
| 17 | + "@mdx-js/loader": "^3.1.1", |
| 18 | + "@mdx-js/react": "^3.1.1", |
18 | 19 | "@next/mdx": "^15.5.2", |
19 | 20 | "core-js": "^3.45.1", |
20 | 21 | "file-type": "^21.0.0", |
|
27 | 28 | "mobx": "^6.13.7", |
28 | 29 | "mobx-github": "^0.4.0", |
29 | 30 | "mobx-i18n": "^0.7.1", |
30 | | - "mobx-lark": "^2.4.0", |
| 31 | + "mobx-lark": "^2.4.1", |
31 | 32 | "mobx-react": "^9.2.0", |
32 | 33 | "mobx-react-helper": "^0.5.1", |
33 | 34 | "mobx-restful": "^2.1.0", |
|
47 | 48 | "@babel/plugin-proposal-decorators": "^7.28.0", |
48 | 49 | "@babel/plugin-transform-typescript": "^7.28.0", |
49 | 50 | "@babel/preset-react": "^7.27.1", |
50 | | - "@cspell/eslint-plugin": "^9.2.0", |
| 51 | + "@cspell/eslint-plugin": "^9.2.1", |
51 | 52 | "@eslint/js": "^9.34.0", |
52 | 53 | "@next/eslint-plugin-next": "^15.5.2", |
53 | 54 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
54 | | - "@stylistic/eslint-plugin": "^5.2.3", |
| 55 | + "@stylistic/eslint-plugin": "^5.3.1", |
55 | 56 | "@types/eslint-config-prettier": "^6.11.3", |
56 | 57 | "@types/koa": "^3.0.0", |
57 | 58 | "@types/koa__router": "^12.0.4", |
|
69 | 70 | "jiti": "^2.5.1", |
70 | 71 | "less": "^4.4.1", |
71 | 72 | "less-loader": "^12.3.0", |
72 | | - "lint-staged": "^16.1.5", |
| 73 | + "lint-staged": "^16.1.6", |
73 | 74 | "next-with-less": "^3.0.1", |
74 | 75 | "prettier": "^3.6.2", |
75 | 76 | "prettier-plugin-css-order": "^2.1.2", |
76 | 77 | "sass": "^1.91.0", |
77 | 78 | "typescript": "~5.9.2", |
78 | | - "typescript-eslint": "^8.41.0" |
| 79 | + "typescript-eslint": "^8.42.0" |
79 | 80 | }, |
80 | 81 | "resolutions": { |
81 | 82 | "next": "$next" |
|
0 commit comments