Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 19, 2024
1 parent b168368 commit 7b43079
Show file tree
Hide file tree
Showing 3 changed files with 1,837 additions and 1,327 deletions.
2 changes: 1 addition & 1 deletion app/config/pwa.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import process from 'node:process'
import type { ModuleOptions } from '@vite-pwa/nuxt'
import process from 'node:process'
import { appDescription, appName } from '../constants/index'

const scope = '/'
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,26 +14,26 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/twemoji": "^1.1.16",
"@nuxt/devtools": "^1.4.0",
"@nuxt/eslint": "^0.5.2",
"@nuxtjs/color-mode": "^3.4.4",
"@antfu/eslint-config": "^3.6.2",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/twemoji": "^1.2.0",
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint": "^0.5.7",
"@nuxtjs/color-mode": "^3.5.1",
"@pinia/nuxt": "^0.5.4",
"@unocss/eslint-config": "^0.62.3",
"@unocss/nuxt": "^0.62.3",
"@vite-pwa/nuxt": "^0.10.1",
"@vueuse/nuxt": "^11.0.3",
"@unocss/eslint-config": "^0.62.4",
"@unocss/nuxt": "^0.62.4",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/nuxt": "^11.1.0",
"consola": "^3.2.3",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.13.0",
"nuxt": "^3.13.2",
"pinia": "^2.2.2",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
},
"resolutions": {
"@typescript-eslint/utils": "^8.2.0"
"@typescript-eslint/utils": "^8.6.0"
}
}
Loading

0 comments on commit 7b43079

Please sign in to comment.