mirror of
https://github.com/rifts-obsidian-laboratory/anki-integration.git
synced 2026-07-22 05:42:50 +00:00
Editing 2 files - "package.json", "package-lock.json"
This commit is contained in:
parent
57938b5f5e
commit
f30a64cd5e
2 changed files with 3 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -8,14 +8,12 @@
|
|||
"name": "obsidian-anki-integration",
|
||||
"version": "1.0.0",
|
||||
"license": "Rift Open Source Software License v2.0",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.9",
|
||||
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
||||
"@typescript-eslint/parser": "^8.26.0",
|
||||
"builtin-modules": "^5.0.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"obsidian": "^1.8.7",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.2"
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
||||
"@typescript-eslint/parser": "^8.26.0",
|
||||
"builtin-modules": "^5.0.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"obsidian": "^1.8.7",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.2",
|
||||
"esbuild": "^0.25.0"
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue