|
4 | 4 | "type": "module", |
5 | 5 | "version": "0.3.13", |
6 | 6 | "private": false, |
7 | | - "packageManager": "pnpm@9.9.0", |
| 7 | + "packageManager": "pnpm@9.14.1", |
8 | 8 | "description": "A simple and easy to use SDK for SiYuan.", |
9 | 9 | "author": { |
10 | 10 | "name": "Zuoqiu Yingyi", |
|
56 | 56 | "src" |
57 | 57 | ], |
58 | 58 | "engines": { |
59 | | - "node": "22" |
| 59 | + "node": "23" |
60 | 60 | }, |
61 | 61 | "browser": "./dist/index.iife.js", |
62 | 62 | "publishConfig": { |
|
94 | 94 | "ws": "^8.18.0" |
95 | 95 | }, |
96 | 96 | "devDependencies": { |
97 | | - "@antfu/eslint-config": "^3.8.0", |
98 | | - "@commitlint/cli": "^19.5.0", |
99 | | - "@commitlint/config-conventional": "^19.5.0", |
| 97 | + "@antfu/eslint-config": "^3.9.2", |
| 98 | + "@commitlint/cli": "^19.6.0", |
| 99 | + "@commitlint/config-conventional": "^19.6.0", |
100 | 100 | "@commitlint/types": "^19.5.0", |
101 | | - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
| 101 | + "@ianvs/prettier-plugin-sort-imports": "^4.4.0", |
102 | 102 | "@ltd/j-toml": "^1.38.0", |
103 | 103 | "@nodelib/fs.walk": "^2.0.0", |
104 | 104 | "@types/lint-staged": "^13.3.0", |
105 | | - "@types/node": "^22.7.8", |
106 | | - "@vitest/coverage-istanbul": "^2.1.3", |
107 | | - "@vitest/ui": "^2.1.3", |
| 105 | + "@types/node": "^22.9.1", |
| 106 | + "@vitest/coverage-istanbul": "^2.1.5", |
| 107 | + "@vitest/ui": "^2.1.5", |
108 | 108 | "ajv": "^8.17.1", |
109 | 109 | "ajv-formats": "^3.0.1", |
110 | 110 | "chokidar": "^4.0.1", |
111 | | - "cspell": "^8.15.4", |
| 111 | + "cspell": "^8.16.0", |
112 | 112 | "dotenv": "^16.4.5", |
113 | | - "eslint": "^9.13.0", |
| 113 | + "eslint": "^9.15.0", |
114 | 114 | "eslint-plugin-format": "^0.1.2", |
115 | 115 | "eslint-plugin-tsdoc": "^0.3.0", |
116 | | - "husky": "^9.1.6", |
| 116 | + "husky": "^9.1.7", |
117 | 117 | "json5": "^2.2.3", |
118 | 118 | "lint-staged": "^15.2.10", |
119 | 119 | "npm-run-all": "^4.1.5", |
|
123 | 123 | "quicktype-core": "^23.0.170", |
124 | 124 | "ts-node": "^10.9.2", |
125 | 125 | "typescript": "^5.6.3", |
126 | | - "vite": "^5.4.9", |
127 | | - "vite-plugin-dts": "^4.2.4", |
128 | | - "vite-plugin-static-copy": "^2.0.0", |
129 | | - "vite-tsconfig-paths": "^5.0.1", |
130 | | - "vitest": "^2.1.3" |
| 126 | + "vite": "^5.4.11", |
| 127 | + "vite-plugin-dts": "^4.3.0", |
| 128 | + "vite-plugin-static-copy": "^2.1.0", |
| 129 | + "vite-tsconfig-paths": "^5.1.3", |
| 130 | + "vitest": "^2.1.5" |
131 | 131 | } |
132 | 132 | } |
0 commit comments