Skip to content

Commit

Permalink
Revert "chore: update deps"
Browse files Browse the repository at this point in the history
This reverts commit fb894bf.
  • Loading branch information
atinux committed Dec 9, 2024
1 parent fb894bf commit f4ef630
Show file tree
Hide file tree
Showing 4 changed files with 951 additions and 1,229 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"type": "module",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.13.2",
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@adonisjs/hash": "^9.0.5",
"@nuxt/kit": "^3.14.1592",
"@nuxt/kit": "^3.14.159",
"defu": "^6.1.4",
"h3": "^1.13.0",
"hookable": "^5.5.3",
Expand All @@ -59,20 +59,20 @@
}
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.15",
"@iconify-json/simple-icons": "^1.2.11",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.15.1",
"@nuxt/schema": "^3.14.159",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/ui": "^2.19.2",
"@nuxt/ui-pro": "^1.5.0",
"@simplewebauthn/types": "^12.0.0",
"@simplewebauthn/types": "^11.0.0",
"changelogen": "^0.5.7",
"eslint": "^9.16.0",
"nuxt": "^3.14.1592",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"eslint": "^9.14.0",
"nuxt": "^3.14.159",
"typescript": "^5.6.3",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@iconify-json/gravity-ui": "^1.2.2",
"@iconify-json/iconoir": "^1.2.5",
"@iconify-json/iconoir": "^1.2.3",
"@iconify-json/logos": "^1.2.3",
"@tsndr/cloudflare-worker-jwt": "^3.1.3",
"nuxt": "^3.14.1592",
"nuxt": "^3.14.159",
"nuxt-auth-utils": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"better-sqlite3": "^11.7.0"
"better-sqlite3": "^11.5.0"
}
}
Loading

0 comments on commit f4ef630

Please sign in to comment.