Skip to content

Commit 0b5c26a

Browse files
committed
chore: upgrade deps
1 parent 126a8d2 commit 0b5c26a

File tree

3 files changed

+387
-378
lines changed

3 files changed

+387
-378
lines changed

dprint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"excludes": ["**/node_modules", "**/*-lock.json"],
1717
"plugins": [
18-
"https://plugins.dprint.dev/typescript-0.94.0.wasm",
19-
"https://plugins.dprint.dev/json-0.20.0.wasm",
20-
"https://plugins.dprint.dev/markdown-0.18.0.wasm"
18+
"https://plugins.dprint.dev/typescript-0.95.12.wasm",
19+
"https://plugins.dprint.dev/json-0.21.0.wasm",
20+
"https://plugins.dprint.dev/markdown-0.20.0.wasm"
2121
]
2222
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
]
3535
},
3636
"devDependencies": {
37-
"@modern-js/tsconfig": "^2.66.0",
38-
"@types/jasmine": "^5.1.7",
39-
"@types/node": "^22.13.14",
40-
"dprint": "^0.49.1",
41-
"eslint-config-tidgi": "^2.0.7",
37+
"@modern-js/tsconfig": "^2.68.19",
38+
"@types/jasmine": "^5.1.12",
39+
"@types/node": "^24.10.0",
40+
"dprint": "^0.50.2",
41+
"eslint-config-tidgi": "^2.2.0",
4242
"husky": "^9.1.7",
43-
"lint-staged": "^15.5.0",
44-
"postcss": "^8.5.3",
45-
"rimraf": "^6.0.1",
43+
"lint-staged": "^16.2.6",
44+
"postcss": "^8.5.6",
45+
"rimraf": "^6.1.0",
4646
"ts-node": "^10.9.2",
47-
"tw5-typed": "^0.5.14",
48-
"typescript": "^5.8.2"
47+
"tw5-typed": "^0.6.8",
48+
"typescript": "^5.9.3"
4949
},
5050
"dependencies": {
51-
"npm-check-updates": "^17.1.16",
52-
"tiddlywiki": "^5.3.6",
51+
"npm-check-updates": "^19.1.2",
52+
"tiddlywiki": "^5.3.8",
5353
"tiddlywiki-plugin-dev": "^0.3.2"
5454
}
5555
}

0 commit comments

Comments
 (0)