Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 18, 2023
1 parent 38b0c41 commit 6ceecab
Show file tree
Hide file tree
Showing 3 changed files with 1,122 additions and 1,185 deletions.
1 change: 1 addition & 0 deletions config/pwa.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import process from 'node:process'
import type { ModuleOptions } from '@vite-pwa/nuxt'
import { appDescription, appName } from '../constants/index'

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@8.6.8",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
Expand All @@ -13,21 +13,21 @@
"start:generate": "npx serve .output/public"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/eslint-config": "^0.39.8",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/twemoji": "^1.1.11",
"@nuxt/devtools": "^0.6.2",
"@nuxt/devtools": "^0.6.7",
"@nuxtjs/color-mode": "^3.3.0",
"@pinia/nuxt": "^0.4.11",
"@unocss/eslint-config": "^0.53.1",
"@unocss/nuxt": "^0.53.1",
"@unocss/eslint-config": "^0.53.5",
"@unocss/nuxt": "^0.53.5",
"@vite-pwa/nuxt": "^0.1.0",
"@vueuse/nuxt": "^10.2.0",
"consola": "^3.1.0",
"eslint": "^8.43.0",
"nuxt": "^3.5.3",
"@vueuse/nuxt": "^10.2.1",
"consola": "^3.2.3",
"eslint": "^8.45.0",
"nuxt": "^3.6.3",
"pinia": "^2.1.4",
"typescript": "^5.1.3",
"vue-tsc": "^1.8.1"
"typescript": "^5.1.6",
"vue-tsc": "^1.8.5"
}
}
Loading

0 comments on commit 6ceecab

Please sign in to comment.