Skip to content

Commit 07c3d28

Browse files
committed
chore: bump all dependencies
1 parent 3b86088 commit 07c3d28

8 files changed

Lines changed: 774 additions & 838 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"@nuxt-themes/docus": "1.15.0",
1313
"@nuxtjs/plausible": "latest",
14-
"nuxt": "3.12.3"
14+
"nuxt": "3.12.4"
1515
}
1616
}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"test:e2e": "vitest run test/e2e/*.test.*"
5252
},
5353
"dependencies": {
54-
"@nuxt/kit": "^3.12.3",
54+
"@nuxt/kit": "^3.12.4",
5555
"@portabletext/types": "^2.0.13",
56-
"@sanity/client": "^6.21.0",
57-
"@sanity/core-loader": "^1.6.20",
58-
"@sanity/preview-url-secret": "^1.6.18",
59-
"@sanity/visual-editing": "^2.1.6",
56+
"@sanity/client": "^6.21.2",
57+
"@sanity/core-loader": "^1.6.21",
58+
"@sanity/preview-url-secret": "^1.6.19",
59+
"@sanity/visual-editing": "^2.1.8",
6060
"chalk": "^5.3.0",
6161
"defu": "^6.1.4",
6262
"jiti": "^1.21.6",
@@ -68,27 +68,27 @@
6868
"pathe": "^1.1.2"
6969
},
7070
"devDependencies": {
71-
"@nuxt/eslint-config": "0.3.13",
71+
"@nuxt/eslint-config": "0.5.0",
7272
"@nuxt/module-builder": "0.8.1",
73-
"@nuxt/schema": "3.12.3",
74-
"@nuxt/test-utils": "3.13.1",
75-
"@vitest/coverage-v8": "2.0.3",
76-
"@vue/runtime-core": "3.4.31",
73+
"@nuxt/schema": "3.12.4",
74+
"@nuxt/test-utils": "3.14.0",
75+
"@vitest/coverage-v8": "2.0.5",
76+
"@vue/runtime-core": "3.4.37",
7777
"@vue/test-utils": "2.4.6",
78-
"bumpp": "9.4.1",
79-
"eslint": "9.7.0",
78+
"bumpp": "9.4.2",
79+
"eslint": "9.9.0",
8080
"h3": "1.12.0",
8181
"happy-dom": "14.12.3",
82-
"lint-staged": "15.2.7",
82+
"lint-staged": "15.2.8",
8383
"nuxi": "3.12.0",
84-
"nuxt": "3.12.3",
84+
"nuxt": "3.12.4",
8585
"simple-git-hooks": "2.11.1",
86-
"typescript": "5.5.3",
87-
"vitest": "2.0.3",
86+
"typescript": "5.5.4",
87+
"vitest": "2.0.5",
8888
"vitest-environment-nuxt": "1.0.0",
89-
"vue": "3.4.31",
90-
"vue-router": "4.4.0",
91-
"vue-tsc": "2.0.26"
89+
"vue": "3.4.37",
90+
"vue-router": "4.4.3",
91+
"vue-tsc": "2.0.29"
9292
},
9393
"resolutions": {
9494
"@nuxtjs/sanity": "link:.",
@@ -105,5 +105,5 @@
105105
"@sanity/client"
106106
]
107107
},
108-
"packageManager": "pnpm@9.6.0"
108+
"packageManager": "pnpm@9.7.0"
109109
}

playground/cms/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",
2222
"react-icons": "^5.2.1",
23-
"sanity": "3.50.0",
24-
"styled-components": "^6.1.11"
23+
"sanity": "3.53.0",
24+
"styled-components": "^6.1.12"
2525
},
2626
"devDependencies": {
27-
"@sanity/vision": "3.50.0",
27+
"@sanity/vision": "3.53.0",
2828
"@types/react": "18.3.3",
2929
"@types/styled-components": "5.1.34"
3030
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@nuxtjs/sanity": "latest",
10-
"nuxt": "3.12.3",
10+
"nuxt": "3.12.4",
1111
"vue": "latest",
1212
"vue-router": "latest"
1313
}

0 commit comments

Comments
 (0)