Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax-assistant committed Aug 15, 2024
1 parent 098defc commit 5b18caa
Show file tree
Hide file tree
Showing 6 changed files with 775 additions and 738 deletions.
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"devDependencies": {
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/ph": "^1.1.14",
"@iconify/json": "^2.2.236",
"@iconify/json": "^2.2.237",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.2.0",
"unocss": "^0.61.9",
"@types/node": "^22.3.0",
"unocss": "^0.62.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vitepress": "^1.3.2"
}
}
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.7.1",
"@nuxt/fonts": "^0.7.2",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/i18n": "^8.4.0",
"@paralleldrive/cuid2": "^2.2.2",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
Expand All @@ -33,17 +33,17 @@
"matcher": "^5.0.0",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.14",
"nuxt-auth-utils": "^0.3.2",
"nuxt-auth-utils": "^0.3.4",
"nuxt-zod-i18n": "^1.9.0",
"rollup-plugin-handlebarsjs": "^1.0.0",
"scule": "^1.3.0",
"vue": "^3.4.37",
"vue": "^3.4.38",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/emojione": "^1.1.11",
"@iconify-json/heroicons": "^1.1.24",
"@iconify-json/simple-icons": "^1.1.112",
"@iconify-json/simple-icons": "^1.1.113",
"@shorter/email-templates": "workspace:*",
"@shorter/eslint-config": "workspace:*",
"@types/bcrypt": "^5.0.2",
Expand All @@ -53,7 +53,7 @@
"drizzle-kit": "^0.24.0",
"nuxt": "^3.12.4",
"nuxt-time": "^0.1.3",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"vue-tsc": "^2.0.29"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shorter",
"version": "0.2.0",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.7.1",
"scripts": {
"release": "pnpm lint && pnpm typecheck && pnpm build && changelogen --release --push",
"build": "turbo build",
Expand All @@ -21,8 +21,8 @@
"changelogen": "^0.5.5",
"dotenv-cli": "^7.4.2",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"turbo": "^2.0.12"
"lint-staged": "^15.2.9",
"turbo": "^2.0.14"
},
"lint-staged": {
"*.ts": "pnpm run lint"
Expand Down
10 changes: 5 additions & 5 deletions packages/email-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"dependencies": {
"@vue-email/components": "^0.0.19",
"@vue-email/render": "^0.0.9",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@antfu/eslint-config": "^2.25.2",
"@rollup/plugin-typescript": "^11.1.6",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.2.0",
"@types/node": "^22.3.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.37",
"@vue/compiler-sfc": "^3.4.38",
"eslint": "^9.9.0",
"vite": "^5.4.0"
"vite": "^5.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^9.9.0"
},
"dependencies": {
"@antfu/eslint-config": "^2.25.1"
"@antfu/eslint-config": "^2.25.2"
},
"devDependencies": {
"eslint": "^9.9.0"
Expand Down
Loading

0 comments on commit 5b18caa

Please sign in to comment.