Skip to content

Commit 2538b0a

Browse files
committed
chore: bump deps
1 parent 2584bfa commit 2538b0a

File tree

3 files changed

+3010
-996
lines changed

3 files changed

+3010
-996
lines changed

client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "@nuxtjs/robots-client",
33
"private": true,
44
"devDependencies": {
5-
"@iconify-json/carbon": "^1.2.10",
5+
"@iconify-json/carbon": "^1.2.13",
66
"@nuxt/devtools-kit": "^2.6.2",
77
"@nuxt/devtools-ui-kit": "^2.6.2",
8-
"@nuxt/kit": "^3.17.6",
8+
"@nuxt/kit": "^4.0.3",
99
"floating-vue": "^5.2.2",
10-
"nuxt": "^3.17.6",
11-
"shiki": "^3.7.0",
12-
"vue": "^3.5.17",
10+
"nuxt": "^4.0.3",
11+
"shiki": "^3.10.0",
12+
"vue": "^3.5.18",
1313
"vue-router": "^4.5.1"
1414
}
1515
}

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxtjs/robots",
33
"type": "module",
44
"version": "5.4.0",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "Tame the robots crawling and indexing your Nuxt site with ease.",
77
"author": {
88
"name": "Harlan Wilton",
@@ -61,7 +61,7 @@
6161
},
6262
"dependencies": {
6363
"@fingerprintjs/botd": "^1.9.1",
64-
"@nuxt/kit": "^3.17.6",
64+
"@nuxt/kit": "^4.0.3",
6565
"consola": "^3.4.2",
6666
"defu": "^6.1.4",
6767
"nuxt-site-config": "^3.2.2",
@@ -72,37 +72,37 @@
7272
"ufo": "^1.6.1"
7373
},
7474
"devDependencies": {
75-
"@antfu/eslint-config": "^4.16.2",
75+
"@antfu/eslint-config": "^5.2.1",
7676
"@arethetypeswrong/cli": "^0.18.2",
7777
"@headlessui/vue": "^1.7.23",
78-
"@iconify-json/carbon": "^1.2.10",
79-
"@iconify-json/logos": "^1.2.4",
78+
"@iconify-json/carbon": "^1.2.13",
79+
"@iconify-json/logos": "^1.2.9",
8080
"@iconify-json/ri": "^1.2.5",
81-
"@iconify-json/tabler": "^1.2.19",
81+
"@iconify-json/tabler": "^1.2.22",
8282
"@nuxt/content": "^3.6.3",
8383
"@nuxt/devtools-ui-kit": "^2.6.2",
84-
"@nuxt/module-builder": "^1.0.1",
84+
"@nuxt/module-builder": "^1.0.2",
8585
"@nuxt/test-utils": "^3.19.2",
8686
"@nuxtjs/color-mode": "^3.5.2",
8787
"@nuxtjs/eslint-config-typescript": "^12.1.0",
88-
"@nuxtjs/i18n": "^9.5.6",
89-
"@unocss/nuxt": "^66.3.3",
90-
"@unocss/preset-icons": "^66.3.3",
91-
"@unocss/preset-uno": "^66.3.3",
92-
"@unocss/runtime": "^66.3.3",
93-
"@vueuse/nuxt": "^13.5.0",
88+
"@nuxtjs/i18n": "^10.0.5",
89+
"@unocss/nuxt": "^66.4.2",
90+
"@unocss/preset-icons": "^66.4.2",
91+
"@unocss/preset-uno": "^66.4.2",
92+
"@unocss/runtime": "^66.4.2",
93+
"@vueuse/nuxt": "^13.7.0",
9494
"better-sqlite3": "^12.2.0",
95-
"bumpp": "^10.2.0",
96-
"eslint": "^9.30.1",
95+
"bumpp": "^10.2.3",
96+
"eslint": "^9.33.0",
9797
"execa": "^9.6.0",
98-
"firebase-functions": "^6.3.2",
98+
"firebase-functions": "^6.4.0",
9999
"happy-dom": "^18.0.1",
100-
"nuxt": "^3.17.6",
101-
"playwright-core": "^1.53.2",
102-
"typescript": "^5.8.3",
103-
"unocss": "^66.3.3",
100+
"nuxt": "^4.0.3",
101+
"playwright-core": "^1.54.2",
102+
"typescript": "^5.9.2",
103+
"unocss": "^66.4.2",
104104
"vitest": "^3.2.4",
105-
"vue": "^3.5.17",
105+
"vue": "^3.5.18",
106106
"vue-router": "^4.5.1"
107107
},
108108
"pnpm": {

0 commit comments

Comments
 (0)