Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 4c3a682

Browse files
committed
Bump dependencies
1 parent 48407a9 commit 4c3a682

File tree

10 files changed

+3495
-2737
lines changed

10 files changed

+3495
-2737
lines changed

eslint.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ycs77, { GLOB_JSX, GLOB_TS, GLOB_TSX } from '@ycs77/eslint-config'
1+
import ycs77, { GLOB_JSX, GLOB_TS, GLOB_TSX, GLOB_VUE } from '@ycs77/eslint-config'
22

33
export default ycs77({
44
vue: true,
@@ -10,8 +10,10 @@ export default ycs77({
1010
},
1111
})
1212
.append({
13-
files: [GLOB_TS, GLOB_TSX],
13+
files: [GLOB_TS, GLOB_TSX, GLOB_VUE],
1414
rules: {
15+
'style/indent': 'off',
16+
1517
'ts/prefer-literal-enum-member': 'off',
1618

1719
'antfu/top-level-function': 'off',

examples/example-react-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"devDependencies": {
2020
"@iconify-json/heroicons": "^1.1.10",
2121
"@svgr/core": "^6.2.1",
22-
"@types/node": "^20.0.0",
22+
"@types/node": "^22.0.0",
2323
"@types/react": "^18.0.0",
2424
"@types/react-dom": "^18.0.0",
2525
"@vitejs/plugin-react": "^4.2.0",
2626
"autoprefixer": "^10.4.19",
2727
"postcss": "^8.4.31",
2828
"typescript": "~5.4.0",
2929
"unplugin-icons": "^0.18.0",
30-
"vite": "^5.4.6"
30+
"vite": "^5.4.12"
3131
}
3232
}

examples/example-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"autoprefixer": "^10.4.19",
2424
"postcss": "^8.4.31",
2525
"unplugin-icons": "^0.18.0",
26-
"vite": "^5.4.6"
26+
"vite": "^5.4.12"
2727
}
2828
}

examples/example-vue-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"@headlessui-float/vue": "*",
1313
"@headlessui/vue": "^1.7.22",
1414
"tailwindcss": "^3.4.0",
15-
"vue": "^3.4.0",
15+
"vue": "^3.5.0",
1616
"vue-router": "^4.3.0"
1717
},
1818
"devDependencies": {
1919
"@iconify-json/heroicons": "^1.1.10",
20-
"@types/node": "^20.0.0",
20+
"@types/node": "^22.0.0",
2121
"@vitejs/plugin-vue": "^5.0.0",
2222
"autoprefixer": "^10.4.19",
2323
"npm-run-all2": "^6.1.2",
2424
"postcss": "^8.4.31",
2525
"typescript": "~5.4.0",
2626
"unplugin-icons": "^0.18.0",
27-
"vite": "^5.4.6",
28-
"vue-tsc": "^2.0.29"
27+
"vite": "^5.4.12",
28+
"vue-tsc": "^2.2.0"
2929
}
3030
}

examples/example-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@headlessui-float/vue": "*",
1313
"@headlessui/vue": "^1.7.22",
1414
"tailwindcss": "^3.4.0",
15-
"vue": "^3.4.0",
15+
"vue": "^3.5.0",
1616
"vue-router": "^4.3.0"
1717
},
1818
"devDependencies": {
@@ -21,6 +21,6 @@
2121
"autoprefixer": "^10.4.19",
2222
"postcss": "^8.4.31",
2323
"unplugin-icons": "^0.18.0",
24-
"vite": "^5.4.6"
24+
"vite": "^5.4.12"
2525
}
2626
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"lint": "eslint ."
4040
},
4141
"devDependencies": {
42-
"@ycs77/eslint-config": "^2.4.2",
43-
"eslint": "^9.5.0",
44-
"npm-run-all2": "^6.2.2"
42+
"@ycs77/eslint-config": "^3.1.2",
43+
"eslint": "^9.15.0",
44+
"npm-run-all2": "^7.0.2"
4545
}
4646
}

packages/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"@nuxt/kit": "^3.13.0"
5151
},
5252
"devDependencies": {
53-
"@nuxt/module-builder": "^0.8.3",
54-
"@nuxt/schema": "^3.13.0",
55-
"@nuxtjs/tailwindcss": "^6.11.0",
56-
"@types/node": "^20.0.0",
53+
"@nuxt/module-builder": "^0.8.4",
54+
"@nuxt/schema": "~3.13.0",
55+
"@nuxtjs/tailwindcss": "~6.12.2",
56+
"@types/node": "^22.0.0",
5757
"cross-env": "^7.0.3",
58-
"nuxt": "^3.13.0"
58+
"nuxt": "~3.13.0"
5959
}
6060
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
"@testing-library/react": "^14.1.0",
6464
"@testing-library/user-event": "^14.5.2",
6565
"@types/jsdom": "^21.1.7",
66-
"@types/node": "^20.0.0",
66+
"@types/node": "^22.0.0",
6767
"@types/react": "^18.0.0",
6868
"@types/react-dom": "^18.0.0",
6969
"@vitejs/plugin-react": "^4.2.0",
7070
"jsdom": "^23.2.0",
7171
"react": "^18.0.0",
7272
"react-dom": "^18.0.0",
7373
"typescript": "~5.4.0",
74-
"vite": "^5.4.6",
74+
"vite": "^5.4.12",
7575
"vitest": "^2.0.0"
7676
}
7777
}

packages/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"@testing-library/user-event": "^14.5.2",
6363
"@testing-library/vue": "^8.0.0",
6464
"@types/jsdom": "^21.1.7",
65-
"@types/node": "^20.0.0",
65+
"@types/node": "^22.0.0",
6666
"@vitejs/plugin-vue": "^5.0.0",
6767
"jsdom": "^23.2.0",
6868
"typescript": "~5.4.0",
6969
"unplugin-vue-components": "^0.26.0",
70-
"vite": "^5.4.6",
70+
"vite": "^5.4.12",
7171
"vitest": "^2.0.0",
72-
"vue": "^3.4.0",
73-
"vue-tsc": "^2.0.29"
72+
"vue": "^3.5.0",
73+
"vue-tsc": "^2.2.0"
7474
}
7575
}

0 commit comments

Comments
 (0)