Skip to content

Commit c2bdeb7

Browse files
authored
feat: update dependencies (#35)
1 parent 701e52b commit c2bdeb7

5 files changed

Lines changed: 2524 additions & 1440 deletions

File tree

.oxlintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@
313313
"unicorn/text-encoding-identifier-case": "error",
314314
"unicorn/throw-new-error": "error"
315315
},
316+
"globals": {
317+
"CSSStyleProperties": "readonly",
318+
"Temporal": "readonly"
319+
},
316320
"overrides": [
317321
{
318322
"files": [

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,40 +38,40 @@
3838
}
3939
},
4040
"dependencies": {
41-
"@eslint/js": "^9.39.1",
41+
"@eslint/js": "^9.39.2",
4242
"@stylistic/eslint-plugin": "^5.2.3",
4343
"@tanstack/eslint-plugin-query": "^5.62.6",
44-
"@typescript-eslint/eslint-plugin": "^8.47.0",
45-
"@typescript-eslint/parser": "^8.47.0",
46-
"@vitest/eslint-plugin": "^1.4.3",
44+
"@typescript-eslint/eslint-plugin": "^8.51.0",
45+
"@typescript-eslint/parser": "^8.51.0",
46+
"@vitest/eslint-plugin": "^1.6.5",
4747
"astro-eslint-parser": "^1.2.2",
4848
"eslint-config-flat-gitignore": "^2.1.0",
4949
"eslint-config-prettier": "^10.1.8",
5050
"eslint-plugin-astro": "^1.5.0",
5151
"eslint-plugin-de-morgan": "^2.0.0",
5252
"eslint-plugin-import-x": "^4.16.1",
5353
"eslint-plugin-n": "^17.21.3",
54-
"eslint-plugin-oxlint": "^1.29.0",
55-
"eslint-plugin-perfectionist": "^4.15.0",
54+
"eslint-plugin-oxlint": "^1.36.0",
55+
"eslint-plugin-perfectionist": "^5.2.0",
5656
"eslint-plugin-prettier": "^5.5.4",
5757
"eslint-plugin-promise": "^7.2.1",
5858
"eslint-plugin-unicorn": "^62.0.0",
59-
"eslint-plugin-vue": "^10.4.0",
59+
"eslint-plugin-vue": "^10.6.2",
6060
"eslint-plugin-vuejs-accessibility": "^2.4.1",
61-
"globals": "^16.5.0",
61+
"globals": "^17.0.0",
6262
"vue-eslint-parser": "^10.2.0"
6363
},
6464
"devDependencies": {
6565
"@types/node": "^24.10.1",
66-
"eslint": "^9.39.1",
66+
"eslint": "^9.39.2",
6767
"eslint-typegen": "^2.3.0",
6868
"nano-staged": "^0.9.0",
69-
"oxlint": "^1.29.0",
69+
"oxlint": "^1.36.0",
7070
"simple-git-hooks": "^2.13.1",
71-
"tsx": "^4.20.4",
71+
"tsx": "^4.21.0",
7272
"typescript": "^5.9.2",
73-
"vitest": "^3.2.4",
74-
"vue": "^3.5.24"
73+
"vitest": "^4.0.16",
74+
"vue": "^3.5.26"
7575
},
7676
"nano-staged": {
7777
"*.{js,ts}": "oxlint && eslint ."

0 commit comments

Comments
 (0)