Skip to content

Commit f4ef630

Browse files
committed
Revert "chore: update deps"
This reverts commit fb894bf.
1 parent fb894bf commit f4ef630

File tree

4 files changed

+951
-1229
lines changed

4 files changed

+951
-1229
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "MIT",
1010
"type": "module",
11-
"packageManager": "pnpm@9.15.0",
11+
"packageManager": "pnpm@9.13.2",
1212
"exports": {
1313
".": {
1414
"types": "./dist/types.d.ts",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@adonisjs/hash": "^9.0.5",
39-
"@nuxt/kit": "^3.14.1592",
39+
"@nuxt/kit": "^3.14.159",
4040
"defu": "^6.1.4",
4141
"h3": "^1.13.0",
4242
"hookable": "^5.5.3",
@@ -59,20 +59,20 @@
5959
}
6060
},
6161
"devDependencies": {
62-
"@iconify-json/simple-icons": "^1.2.15",
62+
"@iconify-json/simple-icons": "^1.2.11",
6363
"@nuxt/devtools": "latest",
64-
"@nuxt/eslint-config": "^0.7.2",
64+
"@nuxt/eslint-config": "^0.6.1",
6565
"@nuxt/module-builder": "^0.8.4",
66-
"@nuxt/schema": "^3.14.1592",
67-
"@nuxt/test-utils": "^3.15.1",
66+
"@nuxt/schema": "^3.14.159",
67+
"@nuxt/test-utils": "^3.14.4",
6868
"@nuxt/ui": "^2.19.2",
6969
"@nuxt/ui-pro": "^1.5.0",
70-
"@simplewebauthn/types": "^12.0.0",
70+
"@simplewebauthn/types": "^11.0.0",
7171
"changelogen": "^0.5.7",
72-
"eslint": "^9.16.0",
73-
"nuxt": "^3.14.1592",
74-
"typescript": "^5.7.2",
75-
"vitest": "^2.1.8",
72+
"eslint": "^9.14.0",
73+
"nuxt": "^3.14.159",
74+
"typescript": "^5.6.3",
75+
"vitest": "^2.1.5",
7676
"vue-tsc": "^2.1.10"
7777
}
7878
}

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"dependencies": {
1111
"@iconify-json/gravity-ui": "^1.2.2",
12-
"@iconify-json/iconoir": "^1.2.5",
12+
"@iconify-json/iconoir": "^1.2.3",
1313
"@iconify-json/logos": "^1.2.3",
1414
"@tsndr/cloudflare-worker-jwt": "^3.1.3",
15-
"nuxt": "^3.14.1592",
15+
"nuxt": "^3.14.159",
1616
"nuxt-auth-utils": "latest",
1717
"zod": "^3.23.8"
1818
},
1919
"devDependencies": {
20-
"better-sqlite3": "^11.7.0"
20+
"better-sqlite3": "^11.5.0"
2121
}
2222
}

0 commit comments

Comments
 (0)