mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 12:00:23 +00:00
chore: migrate to higher version
This commit is contained in:
parent
6950fdbf0a
commit
69eba9ee02
1 changed files with 19 additions and 19 deletions
38
package.json
38
package.json
|
|
@ -9,8 +9,8 @@
|
|||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"author": "kotaindah55",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@codemirror/collab": "^6.1.1",
|
||||
"@codemirror/language": "^6.10.2",
|
||||
|
|
@ -19,32 +19,32 @@
|
|||
"@codemirror/state": "^6.4.1",
|
||||
"@codemirror/view": "^6.34.0",
|
||||
"@lezer/common": "^1.2.1",
|
||||
"@types/node": "^22.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
||||
"@typescript-eslint/parser": "^8.0.1",
|
||||
"@types/node": "^22.13.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
||||
"@typescript-eslint/parser": "^8.23.0",
|
||||
"builtin-modules": "^4.0.0",
|
||||
"bun": "^1.1.26",
|
||||
"bun": "^1.2.2",
|
||||
"codemirror": "^6.0.1",
|
||||
"esbuild": "^0.23.0",
|
||||
"jsdom": "^23.0.1",
|
||||
"esbuild": "^0.24.0",
|
||||
"jsdom": "^26.0.0",
|
||||
"lucide": "^0.303.0",
|
||||
"lucide-static": "^0.309.0",
|
||||
"obsidian": "^1.6.6",
|
||||
"obsidian": "latest",
|
||||
"punycode": "^2.3.1",
|
||||
"redirecter": "^0.0.1",
|
||||
"rollup": "^4.18.0",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.5.4"
|
||||
"rollup": "^4.34.1",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"esbuild": "0.17.3",
|
||||
"@types/node": "^22.13.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
||||
"@typescript-eslint/parser": "^8.23.0",
|
||||
"builtin-modules": "^4.0.0",
|
||||
"esbuild": "^0.24.0",
|
||||
"obsidian": "latest",
|
||||
"obsidian-typings": "^2.2.0",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "5.7.3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue