Skip to content

Commit 1d4c52c

Browse files
committed
chore: update deps
1 parent 24cf95f commit 1d4c52c

File tree

2 files changed

+1093
-480
lines changed

2 files changed

+1093
-480
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@adonisjs/hash": "^9.0.5",
39-
"@nuxt/kit": "^3.15.2",
39+
"@nuxt/kit": "^3.15.4",
4040
"defu": "^6.1.4",
4141
"h3": "^1.14.0",
4242
"hookable": "^5.5.3",
@@ -49,10 +49,10 @@
4949
"uncrypto": "^0.1.3"
5050
},
5151
"peerDependencies": {
52-
"@simplewebauthn/browser": "^11.0.0",
53-
"@simplewebauthn/server": "^11.0.0",
52+
"@atproto/api": "^0.13.15",
5453
"@atproto/oauth-client-node": "^0.2.0",
55-
"@atproto/api": "^0.13.15"
54+
"@simplewebauthn/browser": "^11.0.0",
55+
"@simplewebauthn/server": "^11.0.0"
5656
},
5757
"peerDependenciesMeta": {
5858
"@simplewebauthn/browser": {
@@ -69,20 +69,20 @@
6969
}
7070
},
7171
"devDependencies": {
72-
"@iconify-json/simple-icons": "^1.2.21",
73-
"@nuxt/devtools": "latest",
74-
"@nuxt/eslint-config": "^0.7.5",
72+
"@iconify-json/simple-icons": "^1.2.23",
73+
"@nuxt/devtools": "2.0.0-beta.7",
74+
"@nuxt/eslint-config": "^0.7.6",
7575
"@nuxt/module-builder": "^0.8.4",
76-
"@nuxt/schema": "^3.15.2",
76+
"@nuxt/schema": "^3.15.4",
7777
"@nuxt/test-utils": "^3.15.4",
7878
"@nuxt/ui": "^2.21.0",
7979
"@nuxt/ui-pro": "^1.7.0",
8080
"@simplewebauthn/types": "^12.0.0",
8181
"changelogen": "^0.5.7",
82-
"eslint": "^9.18.0",
83-
"nuxt": "^3.15.2",
82+
"eslint": "^9.19.0",
83+
"nuxt": "^3.15.4",
8484
"typescript": "5.6.3",
85-
"vitest": "^3.0.3",
85+
"vitest": "^3.0.5",
8686
"vue-tsc": "^2.2.0"
8787
}
8888
}

0 commit comments

Comments
 (0)