|
18 | 18 | "publish:offline": "npm run clean && tiddlywiki-plugin-dev publish --offline" |
19 | 19 | }, |
20 | 20 | "engines": { |
21 | | - "node": ">=16" |
| 21 | + "node": ">=22" |
22 | 22 | }, |
23 | 23 | "husky": { |
24 | 24 | "hooks": { |
|
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | 37 | "@modern-js/eslint-config": "^2.59.0", |
38 | | - "@modern-js/tsconfig": "^2.67.8", |
39 | | - "@types/lodash": "^4.17.17", |
40 | | - "@types/node": "^24.0.3", |
| 38 | + "@modern-js/tsconfig": "^2.69.0", |
| 39 | + "@types/lodash": "^4.17.21", |
| 40 | + "@types/node": "^24.10.1", |
41 | 41 | "@types/pinyin": "^2.10.2", |
42 | | - "@types/react": "^19.1.8", |
43 | | - "dprint": "^0.50.0", |
| 42 | + "@types/react": "^19.2.6", |
| 43 | + "dprint": "^0.50.2", |
44 | 44 | "eslint-config-tidgi": "^2.2.0", |
45 | 45 | "husky": "^9.1.7", |
46 | | - "lint-staged": "^16.1.2", |
47 | | - "npm-check-updates": "^18.0.1", |
| 46 | + "lint-staged": "^16.2.7", |
| 47 | + "npm-check-updates": "^19.1.2", |
48 | 48 | "postcss": "^8.5.6", |
49 | | - "rimraf": "^6.0.1", |
50 | | - "tiddlywiki": "^5.3.6", |
| 49 | + "rimraf": "^6.1.2", |
| 50 | + "tiddlywiki": "^5.3.8", |
51 | 51 | "tiddlywiki-plugin-dev": "^0.3.2", |
52 | 52 | "ts-node": "^10.9.2", |
53 | | - "tw5-typed": "^0.6.3", |
54 | | - "typescript": "^5.8.3" |
| 53 | + "tw5-typed": "^1.0.5", |
| 54 | + "typescript": "^5.9.3" |
55 | 55 | }, |
56 | 56 | "dependencies": { |
57 | | - "@algolia/autocomplete-core": "^1.19.2", |
58 | | - "@algolia/autocomplete-js": "^1.19.2", |
59 | | - "@algolia/autocomplete-plugin-recent-searches": "^1.19.2", |
60 | | - "@algolia/autocomplete-shared": "^1.19.2", |
61 | | - "@algolia/autocomplete-theme-classic": "^1.19.2", |
| 57 | + "@algolia/autocomplete-core": "^1.19.4", |
| 58 | + "@algolia/autocomplete-js": "^1.19.4", |
| 59 | + "@algolia/autocomplete-plugin-recent-searches": "^1.19.4", |
| 60 | + "@algolia/autocomplete-shared": "^1.19.4", |
| 61 | + "@algolia/autocomplete-theme-classic": "^1.19.4", |
62 | 62 | "@seznam/visibility-observer": "^1.1.0", |
63 | 63 | "fuse.js": "^7.1.0", |
64 | 64 | "lodash": "^4.17.21", |
|
67 | 67 | }, |
68 | 68 | "pnpm": { |
69 | 69 | "onlyBuiltDependencies": [ |
| 70 | + "dprint", |
70 | 71 | "svelte-preprocess" |
71 | 72 | ] |
72 | 73 | } |
|
0 commit comments