Skip to content

Commit 7fc88f8

Browse files
committed
Update package.json
1 parent c6171ff commit 7fc88f8

File tree

3 files changed

+671
-475
lines changed

3 files changed

+671
-475
lines changed

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"excludes": ["**/node_modules", "**/*-lock.json"],
1717
"plugins": [
18-
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
18+
"https://plugins.dprint.dev/typescript-0.93.4.wasm",
1919
"https://plugins.dprint.dev/json-0.19.4.wasm",
2020
"https://plugins.dprint.dev/markdown-0.17.8.wasm"
2121
]

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
]
3535
},
3636
"devDependencies": {
37-
"@modern-js/tsconfig": "^2.60.5",
38-
"@types/jasmine": "^5.1.4",
39-
"@types/node": "^22.7.9",
40-
"dprint": "^0.47.4",
37+
"@modern-js/tsconfig": "^2.65.1",
38+
"@types/jasmine": "^5.1.7",
39+
"@types/node": "^22.13.5",
40+
"dprint": "^0.49.0",
4141
"eslint-config-tidgi": "^1.2.3",
42-
"husky": "^9.1.6",
43-
"lint-staged": "^15.2.10",
44-
"postcss": "^8.4.47",
42+
"husky": "^9.1.7",
43+
"lint-staged": "^15.4.3",
44+
"postcss": "^8.5.3",
4545
"rimraf": "^6.0.1",
4646
"ts-node": "^10.9.2",
4747
"tw5-typed": "^0.5.14",
48-
"typescript": "^5.6.3"
48+
"typescript": "^5.7.3"
4949
},
5050
"dependencies": {
51-
"npm-check-updates": "^17.1.4",
52-
"tiddlywiki": "^5.3.5",
53-
"tiddlywiki-plugin-dev": "^0.3.1"
51+
"npm-check-updates": "^17.1.15",
52+
"tiddlywiki": "^5.3.6",
53+
"tiddlywiki-plugin-dev": "^0.3.2"
5454
}
5555
}

0 commit comments

Comments
 (0)