Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Nov 27, 2024
1 parent bee7e0a commit cc7c3cf
Show file tree
Hide file tree
Showing 5 changed files with 3,086 additions and 2,232 deletions.
7 changes: 7 additions & 0 deletions bump.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'bumpp'

export default defineConfig({
recursive: true,
commit: 'release: v%s',
sign: true,
})
8 changes: 8 additions & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,24 @@ dictionaries: []
words:
- Attributify
- birpc
- bumpp
- composables
- iconify
- jsqr
- luby
- nuxi
- Nuxt
- nuxtjs
- ohash
- pako
- pinia
- Positionals
- qifi
- QRCODE
- Soliton
- timeseries
- unocss
- vueuse
- wechat
ignoreWords: []
import: []
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish = "dist"
command = "pnpm run build"

[build.environment]
NODE_VERSION = "20"
NODE_VERSION = "22"

[[redirects]]
from = "/*"
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.14.2",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -25,31 +25,32 @@
"uqr": "^0.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/twemoji": "^1.2.0",
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint": "^0.5.7",
"@nuxtjs/color-mode": "^3.5.1",
"@pinia/nuxt": "^0.5.5",
"@unocss/eslint-config": "^0.63.2",
"@unocss/nuxt": "^0.63.2",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/nuxt": "^11.1.0",
"@antfu/eslint-config": "^3.10.0",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/twemoji": "^1.2.1",
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint": "^0.7.2",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.7.0",
"@unocss/eslint-config": "^0.64.1",
"@unocss/nuxt": "^0.64.1",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/nuxt": "^11.3.0",
"bumpp": "^9.8.1",
"consola": "^3.2.3",
"eslint": "^9.11.1",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"lz-string": "^1.5.0",
"nuxt": "^3.13.2",
"nuxt": "^3.14.1592",
"ohash": "^1.1.4",
"pinia": "^2.2.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"pinia": "^2.2.6",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
"vitest": "^2.1.6",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"@typescript-eslint/utils": "^8.8.0"
"@typescript-eslint/utils": "^8.16.0"
}
}
Loading

0 comments on commit cc7c3cf

Please sign in to comment.