Skip to content

Commit a4df996

Browse files
committed
Update dependencies
1 parent aa5aee2 commit a4df996

2 files changed

Lines changed: 630 additions & 622 deletions

File tree

frontend/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,38 +20,38 @@
2020
"@codemirror/lang-javascript": "^6.2.4",
2121
"@codemirror/lang-json": "^6.0.2",
2222
"@codemirror/lang-yaml": "6.1.2",
23-
"@codemirror/lint": "^6.9.1",
24-
"@codemirror/merge": "^6.11.1",
23+
"@codemirror/lint": "^6.9.2",
24+
"@codemirror/merge": "^6.11.2",
2525
"@codemirror/state": "^6.5.2",
2626
"@codemirror/theme-one-dark": "^6.1.3",
2727
"@codemirror/view": "^6.38.6",
2828
"codemirror": "6.0.2",
2929
"croner": "^9.1.0",
30-
"marked": "^16.4.1",
31-
"pinia": "^3.0.3",
30+
"marked": "^17.0.0",
31+
"pinia": "^3.0.4",
3232
"prettier": "^3.6.2",
33-
"vue": "^3.5.22",
33+
"vue": "^3.5.24",
3434
"vue-draggable-plus": "^0.6.0",
3535
"vue-i18n": "^11.1.12",
3636
"vue-router": "^4.6.3",
3737
"yaml": "^2.8.1"
3838
},
3939
"devDependencies": {
4040
"@tsconfig/node22": "^22.0.2",
41-
"@types/node": "^24.9.1",
41+
"@types/node": "^24.10.0",
4242
"@vitejs/plugin-vue": "^6.0.1",
4343
"@vue/eslint-config-prettier": "^10.2.0",
4444
"@vue/eslint-config-typescript": "^14.6.0",
4545
"@vue/tsconfig": "^0.8.1",
46-
"eslint": "^9.38.0",
46+
"eslint": "^9.39.1",
4747
"eslint-plugin-import": "^2.32.0",
48-
"eslint-plugin-oxlint": "^1.24.0",
48+
"eslint-plugin-oxlint": "^1.26.0",
4949
"eslint-plugin-vue": "^10.5.1",
5050
"less": "^4.4.2",
5151
"npm-run-all2": "^8.0.4",
52-
"oxlint": "^1.24.0",
52+
"oxlint": "^1.27.0",
5353
"typescript": "~5.9.3",
5454
"vite": "npm:rolldown-vite@latest",
55-
"vue-tsc": "^3.1.2"
55+
"vue-tsc": "^3.1.3"
5656
}
5757
}

0 commit comments

Comments
 (0)