Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Nov 6, 2024
1 parent a981c1d commit e966188
Show file tree
Hide file tree
Showing 30 changed files with 6,060 additions and 118 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies=false
registry=http://registry.npmmirror.com
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"excludes": ["**/node_modules", "**/*-lock.json"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
"https://plugins.dprint.dev/typescript-0.93.2.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm"
]
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
]
},
"devDependencies": {
"@modern-js/tsconfig": "^2.60.5",
"@modern-js/tsconfig": "^2.60.6",
"@types/jasmine": "^5.1.4",
"@types/node": "^22.7.9",
"dprint": "^0.47.4",
"@types/node": "^22.9.0",
"dprint": "^0.47.5",
"eslint-config-tidgi": "^1.2.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
Expand All @@ -47,8 +47,8 @@
"typescript": "^5.6.3"
},
"dependencies": {
"npm-check-updates": "^17.1.4",
"npm-check-updates": "^17.1.10",
"tiddlywiki": "^5.3.5",
"tiddlywiki-plugin-dev": "^0.3.1"
"tiddlywiki-plugin-dev": "^0.3.2"
}
}
Loading

0 comments on commit e966188

Please sign in to comment.