aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2024-02-08 06:58:37 -0500
committerGitHub <noreply@github.com>2024-02-08 11:58:37 +0000
commitaa269c65a9a4d3ec2ca8ac4e5b1483c9c9455350 (patch)
treeb0d0ad58c4b3559573b3679c50dcbc101c55c4cf /package.json
parent48a51dfd541ec6fa68ffd501de0e280ba0fd7a21 (diff)
Dependency version pinning (#652)
* Unpin typescript * Pin dependabot npm dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 67344512..cd090110 100644
--- a/package.json
+++ b/package.json
@@ -89,16 +89,16 @@
"stylelint": "^16.1.0",
"stylelint-config-recommended": "^14.0.0",
"ts-json-schema-generator": "^1.5.0",
- "typescript": "5.3.3",
+ "typescript": "^5.3.3",
"vitest": "1.2.2"
},
"dependencies": {
"@zip.js/zip.js": "^2.7.31",
"dexie": "^3.2.4",
"dexie-export-import": "^4.0.7",
- "yomitan-handlebars": "git+https://github.com/themoeway/yomitan-handlebars.git#12aff5e3550954d7d3a98a5917ff7d579f3cce25",
"parse5": "^7.1.2",
- "wanakana": "^5.3.1"
+ "wanakana": "^5.3.1",
+ "yomitan-handlebars": "git+https://github.com/themoeway/yomitan-handlebars.git#12aff5e3550954d7d3a98a5917ff7d579f3cce25"
},
"lint-staged": {
"*.md": "prettier --write"