chore(deps): zotero-types
This commit is contained in:
parent
6259a9a2a6
commit
83151daf7f
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
|
@ -33,7 +33,7 @@
|
||||||
"homepage": "https://github.com/windingwind/zotero-better-notes#readme",
|
"homepage": "https://github.com/windingwind/zotero-better-notes#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asciidoctor": "^3.0.4",
|
"asciidoctor": "^3.0.4",
|
||||||
"dexie": "^4.0.10",
|
"dexie": "^4.0.11",
|
||||||
"diff": "^5.2.0",
|
"diff": "^5.2.0",
|
||||||
"hast-util-to-html": "^9.0.4",
|
"hast-util-to-html": "^9.0.4",
|
||||||
"hast-util-to-mdast": "^8.4.1",
|
"hast-util-to-mdast": "^8.4.1",
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"hastscript": "^8.0.0",
|
"hastscript": "^8.0.0",
|
||||||
"html-docx-js": "^0.3.1",
|
"html-docx-js": "^0.3.1",
|
||||||
"html-docx-js-typescript": "^0.1.5",
|
"html-docx-js-typescript": "^0.1.5",
|
||||||
"katex": "^0.16.19",
|
"katex": "^0.16.21",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"rehype-format": "^4.0.1",
|
"rehype-format": "^4.0.1",
|
||||||
"rehype-parse": "^8.0.5",
|
"rehype-parse": "^8.0.5",
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
"unist-util-visit": "^5.0.0",
|
"unist-util-visit": "^5.0.0",
|
||||||
"unist-util-visit-parents": "^6.0.1",
|
"unist-util-visit-parents": "^6.0.1",
|
||||||
"yamljs": "^0.3.0",
|
"yamljs": "^0.3.0",
|
||||||
"zotero-plugin-toolkit": "^4.1.0"
|
"zotero-plugin-toolkit": "^4.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
"@types/html-docx-js": "^0.3.4",
|
"@types/html-docx-js": "^0.3.4",
|
||||||
"@types/katex": "^0.16.7",
|
"@types/katex": "^0.16.7",
|
||||||
"@types/mocha": "^10.0.10",
|
"@types/mocha": "^10.0.10",
|
||||||
"@types/node": "^20.17.10",
|
"@types/node": "^20.17.14",
|
||||||
"@types/path-browserify": "^1.0.3",
|
"@types/path-browserify": "^1.0.3",
|
||||||
"@types/seedrandom": "^3.0.8",
|
"@types/seedrandom": "^3.0.8",
|
||||||
"@types/yamljs": "^0.2.34",
|
"@types/yamljs": "^0.2.34",
|
||||||
|
|
@ -86,10 +86,10 @@
|
||||||
"prosemirror-transform": "^1.10.2",
|
"prosemirror-transform": "^1.10.2",
|
||||||
"prosemirror-view": "^1.37.1",
|
"prosemirror-view": "^1.37.1",
|
||||||
"replace-in-file": "^7.2.0",
|
"replace-in-file": "^7.2.0",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.3",
|
||||||
"xslt3": "^2.7.0",
|
"xslt3": "^2.7.0",
|
||||||
"zotero-plugin-scaffold": "^0.2.0-beta.20",
|
"zotero-plugin-scaffold": "^0.2.0-beta.20",
|
||||||
"zotero-types": "^3.1.0"
|
"zotero-types": "^3.1.6"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"env": {
|
"env": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue