Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 10, 2023
1 parent 0f4c45c commit 4e0e30d
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 152 deletions.
File renamed without changes.
11 changes: 6 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,18 +14,19 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.0",
"@iconify-json/carbon": "^1.1.24",
"@antfu/eslint-config": "^2.4.4",
"@iconify-json/carbon": "^1.1.25",
"@iconify-json/twemoji": "^1.1.14",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.58.0",
"@unocss/nuxt": "^0.58.0",
"@vite-pwa/nuxt": "^0.3.4",
"@vite-pwa/nuxt": "^0.3.5",
"@vueuse/nuxt": "^10.7.0",
"consola": "^3.2.3",
"eslint": "^8.55.0",
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "^8.55.0-1",
"nuxt": "^3.8.2",
"pinia": "^2.1.7",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 4e0e30d

Please sign in to comment.