Skip to content

Commit bc8ca25

Browse files
authored
Merge pull request #1553 from privy-open-source/renovate/nuxt
fix(deps): update nuxt framework to v3.15.1
2 parents 723f82c + d21afa9 commit bc8ca25

File tree

4 files changed

+130
-50
lines changed

4 files changed

+130
-50
lines changed

packages/persona-icon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"webfont": "11.2.26"
6363
},
6464
"dependencies": {
65-
"@nuxt/kit": "3.15.0"
65+
"@nuxt/kit": "3.15.1"
6666
},
6767
"publishConfig": {
6868
"access": "public"

packages/persona-ilustration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"webfont": "11.2.26"
8282
},
8383
"dependencies": {
84-
"@nuxt/kit": "3.15.0"
84+
"@nuxt/kit": "3.15.1"
8585
},
8686
"publishConfig": {
8787
"access": "public"

packages/persona/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@floating-ui/dom": "1.6.12",
6262
"@jill64/universal-sanitizer": "1.3.6",
6363
"@juggle/resize-observer": "3.4.0",
64-
"@nuxt/kit": "3.15.0",
64+
"@nuxt/kit": "3.15.1",
6565
"@splidejs/splide": "4.1.4",
6666
"@testing-library/dom": "10.4.0",
6767
"@testing-library/user-event": "14.5.2",
@@ -122,13 +122,13 @@
122122
},
123123
"devDependencies": {
124124
"@nuxt/module-builder": "0.8.4",
125-
"@nuxt/schema": "3.15.0",
125+
"@nuxt/schema": "3.15.1",
126126
"@nuxtjs/tailwindcss": "6.12.2",
127127
"@privyid/browserslist-config": "workspace:^",
128128
"@privyid/tailwind-preset": "workspace:^",
129129
"@types/sanitize-html": "2.13.0",
130130
"browserslist-to-esbuild": "2.1.1",
131-
"nuxt": "3.15.0",
131+
"nuxt": "3.15.1",
132132
"postcss-custom-properties": "14.0.4",
133133
"postcss-hexrgba": "2.1.0",
134134
"postcss-lighten-darken": "0.9.0",

0 commit comments

Comments
 (0)