|
1 | 1 | { |
2 | 2 | "type": "module", |
3 | | - "packageManager": "pnpm@11.9.0", |
| 3 | + "packageManager": "pnpm@11.10.0", |
4 | 4 | "engines": { |
5 | 5 | "node": ">= 22.18.0", |
6 | 6 | "pnpm": ">= 11.0.0" |
7 | 7 | }, |
8 | 8 | "dependencies": { |
9 | | - "@citation-js/core": "0.7.21", |
10 | | - "@citation-js/plugin-bibtex": "0.7.21", |
11 | | - "@citation-js/plugin-csl": "0.7.22", |
| 9 | + "@citation-js/core": "0.8.1", |
| 10 | + "@citation-js/plugin-bibtex": "0.8.1", |
| 11 | + "@citation-js/plugin-csl": "0.8.1", |
12 | 12 | "@citation-js/plugin-software-formats": "0.6.2", |
13 | 13 | "@codemirror/autocomplete": "6.20.3", |
14 | 14 | "@codemirror/commands": "6.10.4", |
|
19 | 19 | "@codemirror/legacy-modes": "6.5.3", |
20 | 20 | "@codemirror/lint": "6.9.7", |
21 | 21 | "@codemirror/search": "6.7.1", |
22 | | - "@codemirror/state": "6.7.0", |
23 | | - "@codemirror/view": "6.43.4", |
| 22 | + "@codemirror/state": "6.7.1", |
| 23 | + "@codemirror/view": "6.43.6", |
24 | 24 | "@deltablot/dropzone": "7.4.3", |
25 | 25 | "@github/markdown-toolbar-element": "2.2.3", |
26 | 26 | "@github/paste-markdown": "1.5.3", |
|
70 | 70 | "vite": "8.1.3", |
71 | 71 | "vite-string-plugin": "2.0.5", |
72 | 72 | "vue": "3.5.39", |
73 | | - "vue-chartjs": "5.3.3" |
| 73 | + "vue-chartjs": "5.3.4" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | 76 | "@eslint-community/eslint-plugin-eslint-comments": "4.7.2", |
|
81 | 81 | "@types/codemirror": "5.60.17", |
82 | 82 | "@types/jquery": "4.0.1", |
83 | 83 | "@types/katex": "0.16.8", |
84 | | - "@types/node": "26.1.0", |
| 84 | + "@types/node": "26.1.1", |
85 | 85 | "@types/pdfobject": "2.2.5", |
86 | 86 | "@types/sortablejs": "1.15.9", |
87 | 87 | "@types/swagger-ui-dist": "3.30.6", |
88 | 88 | "@types/throttle-debounce": "5.0.2", |
89 | 89 | "@types/toastify-js": "1.12.4", |
90 | | - "@typescript-eslint/parser": "8.62.1", |
| 90 | + "@typescript-eslint/parser": "8.63.0", |
91 | 91 | "@vitejs/plugin-vue": "6.0.7", |
92 | | - "@vitest/eslint-plugin": "1.6.20", |
| 92 | + "@vitest/eslint-plugin": "1.6.22", |
93 | 93 | "eslint": "10.6.0", |
94 | 94 | "eslint-import-resolver-typescript": "4.4.5", |
95 | 95 | "eslint-plugin-import-x": "4.17.1", |
96 | | - "eslint-plugin-playwright": "2.10.4", |
| 96 | + "eslint-plugin-playwright": "2.10.5", |
97 | 97 | "eslint-plugin-regexp": "3.1.1", |
98 | 98 | "eslint-plugin-sonarjs": "4.1.0", |
99 | 99 | "eslint-plugin-unicorn": "70.0.0", |
|
114 | 114 | "stylelint-value-no-unknown-custom-properties": "6.1.1", |
115 | 115 | "svgo": "4.0.1", |
116 | 116 | "typescript": "6.0.3", |
117 | | - "typescript-eslint": "8.62.1", |
| 117 | + "typescript-eslint": "8.63.0", |
118 | 118 | "updates": "17.18.2", |
119 | | - "vitest": "4.1.9", |
120 | | - "vue-tsc": "3.3.6" |
| 119 | + "vitest": "4.1.10", |
| 120 | + "vue-tsc": "3.3.7" |
121 | 121 | } |
122 | 122 | } |
0 commit comments