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 Oct 24, 2024
1 parent a906e51 commit 6999151
Show file tree
Hide file tree
Showing 6 changed files with 664 additions and 606 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@iconify-json/carbon": "^1.2.3",
"@iconify-json/ph": "^1.2.1",
"@iconify/json": "^2.2.260",
"@iconify/json": "^2.2.263",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.7.5",
"unocss": "^0.63.4",
"@types/node": "^22.7.9",
"unocss": "^0.63.6",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vitepress": "^1.4.1"
}
}
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.10.0",
"@nuxt/fonts": "^0.10.2",
"@nuxt/ui": "^2.18.7",
"@nuxtjs/i18n": "^8.5.5",
"@paralleldrive/cuid2": "^2.2.2",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^10.11.1",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.3.0",
"drizzle-orm": "^0.34.1",
"better-sqlite3": "^11.5.0",
"drizzle-orm": "^0.35.3",
"drizzle-zod": "^0.5.1",
"lodash-es": "^4.17.21",
"matcher": "^5.0.0",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.15",
"nuxt-auth-utils": "^0.4.4",
"nuxt-auth-utils": "^0.5.0",
"nuxt-zod-i18n": "^1.10.0",
"rollup-plugin-handlebarsjs": "^1.0.0",
"scule": "^1.3.0",
Expand All @@ -43,17 +43,17 @@
"devDependencies": {
"@iconify-json/emojione": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.8",
"@iconify-json/simple-icons": "^1.2.9",
"@shorter/email-templates": "workspace:*",
"@shorter/eslint-config": "workspace:*",
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/lodash-es": "^4.17.12",
"@types/nodemailer": "^6.4.16",
"drizzle-kit": "^0.25.0",
"drizzle-kit": "^0.26.2",
"nuxt": "^3.13.2",
"nuxt-time": "^1.0.2",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shorter",
"version": "0.3.0",
"private": true,
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.2",
"scripts": {
"release": "pnpm lint && pnpm typecheck && pnpm build && changelogen --release --push",
"build": "turbo build",
Expand All @@ -22,7 +22,7 @@
"dotenv-cli": "^7.4.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"turbo": "^2.1.3"
"turbo": "^2.2.3"
},
"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 @@ -21,20 +21,20 @@
"lint:fix": "eslint --fix ."
},
"peerDependencies": {
"eslint": "^9.12.0"
"eslint": "^9.13.0"
},
"dependencies": {
"@vue-email/components": "^0.0.19",
"@vue-email/render": "^0.0.9",
"vue": "^3.5.12"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.7.5",
"@types/node": "^22.7.9",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"eslint": "^9.12.0",
"vite": "^5.4.9"
"eslint": "^9.13.0",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"lint:fix": "eslint --fix ."
},
"peerDependencies": {
"eslint": "^9.12.0"
"eslint": "^9.13.0"
},
"dependencies": {
"@antfu/eslint-config": "^3.7.3"
"@antfu/eslint-config": "^3.8.0"
},
"devDependencies": {
"eslint": "^9.12.0"
"eslint": "^9.13.0"
}
}
Loading

0 comments on commit 6999151

Please sign in to comment.