Skip to content

Commit ca457fb

Browse files
committed
update deps
1 parent faf8d6c commit ca457fb

File tree

4 files changed

+3315
-3435
lines changed

4 files changed

+3315
-3435
lines changed

docs/.data/content/contents.sqlite

500 KB
Binary file not shown.

docs/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"@nuxt/content": "^2.13.4",
11-
"@nuxt/eslint-config": "^0.7.2",
10+
"@nuxt/content": "^3.3.0",
11+
"@nuxt/eslint-config": "^1.2.0",
1212
"@nuxtjs/color-mode": "^3.5.2",
1313
"@nuxtjs/google-fonts": "^3.2.0",
14-
"@tailwindcss/typography": "^0.5.15",
15-
"@vue/eslint-config-prettier": "^10.1.0",
16-
"@vue/eslint-config-typescript": "^14.1.4",
17-
"autoprefixer": "^10.4.20",
18-
"eslint": "^9.16.0",
19-
"eslint-plugin-prettier": "^5.2.1",
20-
"eslint-plugin-vue": "^9.32.0",
21-
"nuxt": "3.14.1592",
22-
"nuxt-svgo": "^4.0.9",
23-
"prettier": "^3.4.2",
24-
"prettier-plugin-tailwindcss": "^0.6.9"
14+
"@tailwindcss/typography": "^0.5.16",
15+
"@vue/eslint-config-prettier": "^10.2.0",
16+
"@vue/eslint-config-typescript": "^14.5.0",
17+
"autoprefixer": "^10.4.21",
18+
"eslint": "^9.22.0",
19+
"eslint-plugin-prettier": "^5.2.3",
20+
"eslint-plugin-vue": "^10.0.0",
21+
"nuxt": "3.16.0",
22+
"nuxt-svgo": "^4.0.15",
23+
"prettier": "^3.5.3",
24+
"prettier-plugin-tailwindcss": "^0.6.11"
2525
},
2626
"dependencies": {
2727
"@headlessui/vue": "^1.7.23",
2828
"@heroicons/vue": "^2.2.0",
29-
"@vueuse/core": "^12.0.0",
30-
"tailwindcss": "^3.4.16"
29+
"@vueuse/core": "^13.0.0",
30+
"tailwindcss": "^4.0.14"
3131
}
3232
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,34 +48,34 @@
4848
"vue": "3.x"
4949
},
5050
"devDependencies": {
51-
"@rushstack/eslint-patch": "^1.10.4",
51+
"@rushstack/eslint-patch": "^1.11.0",
5252
"@semantic-release/git": "^10.0.1",
5353
"@semantic-release/github": "^11.0.1",
5454
"@types/jsdom": "^21.1.7",
55-
"@types/node": "^22.10.2",
55+
"@types/node": "^22.13.10",
5656
"@vitejs/plugin-vue": "^5.2.1",
57-
"@vitest/coverage-v8": "^2.1.8",
58-
"@vue/eslint-config-prettier": "^10.1.0",
59-
"@vue/eslint-config-typescript": "^14.1.4",
57+
"@vitest/coverage-v8": "^3.0.8",
58+
"@vue/eslint-config-prettier": "^10.2.0",
59+
"@vue/eslint-config-typescript": "^14.5.0",
6060
"@vue/test-utils": "^2.4.6",
6161
"@vue/tsconfig": "^0.7.0",
62-
"autoprefixer": "^10.4.20",
62+
"autoprefixer": "^10.4.21",
6363
"bundlewatch": "^0.4.0",
6464
"commitizen": "^4.3.1",
6565
"coveralls": "^3.1.1",
6666
"cross-env": "^7.0.3",
6767
"cz-conventional-changelog": "3.3.0",
68-
"eslint": "^9.16.0",
69-
"eslint-plugin-vue": "^9.32.0",
70-
"jsdom": "^25.0.1",
68+
"eslint": "^9.22.0",
69+
"eslint-plugin-vue": "^10.0.0",
70+
"jsdom": "^26.0.0",
7171
"postcss-nested": "^7.0.2",
72-
"prettier": "^3.4.2",
73-
"semantic-release": "^24.2.0",
74-
"typescript": "^5.7.2",
75-
"vite": "^6.0.3",
76-
"vitest": "^2.1.8",
72+
"prettier": "^3.5.3",
73+
"semantic-release": "^24.2.3",
74+
"typescript": "^5.8.2",
75+
"vite": "^6.2.2",
76+
"vitest": "^3.0.8",
7777
"vue": "^3.5.13",
78-
"vue-tsc": "^2.1.10"
78+
"vue-tsc": "^2.2.8"
7979
},
8080
"config": {
8181
"commitizen": {

0 commit comments

Comments
 (0)