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 Dec 8, 2024
1 parent 4f362fa commit f4e95e7
Show file tree
Hide file tree
Showing 7 changed files with 1,435 additions and 1,557 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/ph": "^1.2.1",
"@iconify/json": "^2.2.273",
"@iconify/json": "^2.2.280",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.9.0",
"unocss": "^0.64.1",
"unplugin-vue-components": "^0.27.4",
"@types/node": "^22.10.1",
"unocss": "^0.65.1",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vitepress": "^1.5.0"
}
Expand Down
26 changes: 13 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxt/fonts": "^0.10.3",
"@nuxt/ui": "^2.19.2",
"@nuxtjs/i18n": "^8.5.6",
"@paralleldrive/cuid2": "^2.2.2",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.5.0",
"drizzle-orm": "^0.36.3",
"better-sqlite3": "^11.7.0",
"drizzle-orm": "^0.37.0",
"drizzle-zod": "^0.5.1",
"lodash-es": "^4.17.21",
"matcher": "^5.0.0",
"nanoid": "^5.0.8",
"nanoid": "^5.0.9",
"nodemailer": "^6.9.16",
"nuxt-auth-utils": "^0.5.5",
"nuxt-zod-i18n": "^1.10.0",
"nuxt-zod-i18n": "^1.11.2",
"rollup-plugin-handlebarsjs": "^1.0.0",
"scule": "^1.3.0",
"vue": "^3.5.13",
Expand All @@ -43,18 +43,18 @@
"devDependencies": {
"@iconify-json/emojione": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.11",
"@iconify-json/simple-icons": "^1.2.14",
"@shorter/email-templates": "workspace:*",
"@shorter/eslint-config": "workspace:*",
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/better-sqlite3": "^7.6.12",
"@types/lodash-es": "^4.17.12",
"@types/nodemailer": "^6.4.16",
"drizzle-kit": "^0.28.1",
"nuxt": "^3.14.159",
"nuxt-time": "^1.0.2",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"@types/nodemailer": "^6.4.17",
"drizzle-kit": "^0.29.1",
"nuxt": "^3.14.1592",
"nuxt-time": "^1.0.3",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE=node:20.18.0-alpine
ARG NODE=node:20.18.1-alpine

################# Base Builder ##############

Expand Down
12 changes: 6 additions & 6 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.13.2",
"packageManager": "pnpm@9.15.0",
"scripts": {
"release": "pnpm lint && pnpm typecheck && pnpm build && changelogen --release --push",
"build": "turbo build",
Expand All @@ -16,13 +16,13 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"changelogen": "^0.5.7",
"dotenv-cli": "^7.4.2",
"husky": "^9.1.6",
"dotenv-cli": "^7.4.4",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"turbo": "^2.3.0"
"turbo": "^2.3.3"
},
"lint-staged": {
"*.ts": "pnpm run lint"
Expand Down
8 changes: 4 additions & 4 deletions packages/email-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:fix": "eslint --fix ."
},
"peerDependencies": {
"eslint": "^9.15.0"
"eslint": "^9.16.0"
},
"dependencies": {
"@vue-email/components": "^0.0.21",
Expand All @@ -31,10 +31,10 @@
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.0",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"vite": "^5.4.11"
}
}
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.15.0"
"eslint": "^9.16.0"
},
"dependencies": {
"@antfu/eslint-config": "^3.9.1"
"@antfu/eslint-config": "^3.11.2"
},
"devDependencies": {
"eslint": "^9.15.0"
"eslint": "^9.16.0"
}
}
Loading

0 comments on commit f4e95e7

Please sign in to comment.