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 7, 2024
1 parent 3cbc593 commit f1584f9
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
12 changes: 6 additions & 6 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.38"
"vue": "^3.5.11"
},
"devDependencies": {
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/ph": "^1.2.0",
"@iconify/json": "^2.2.243",
"@iconify/json": "^2.2.257",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.5.2",
"unocss": "^0.62.3",
"@types/node": "^22.7.4",
"unocss": "^0.63.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vitepress": "^1.3.4"
"vite": "^5.4.8",
"vitepress": "^1.4.0"
}
}
34 changes: 17 additions & 17 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,42 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.7.2",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/i18n": "^8.5.1",
"@nuxt/fonts": "^0.9.2",
"@nuxt/ui": "^2.18.6",
"@nuxtjs/i18n": "^8.5.5",
"@paralleldrive/cuid2": "^2.2.2",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^10.11.1",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.2.1",
"drizzle-orm": "^0.33.0",
"better-sqlite3": "^11.3.0",
"drizzle-orm": "^0.34.0",
"drizzle-zod": "^0.5.1",
"lodash-es": "^4.17.21",
"matcher": "^5.0.0",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.14",
"nuxt-auth-utils": "^0.3.5",
"nuxt-zod-i18n": "^1.9.0",
"nodemailer": "^6.9.15",
"nuxt-auth-utils": "^0.4.4",
"nuxt-zod-i18n": "^1.10.0",
"rollup-plugin-handlebarsjs": "^1.0.0",
"scule": "^1.3.0",
"vue": "^3.4.38",
"vue": "^3.5.11",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/emojione": "^1.2.0",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.6",
"@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.15",
"drizzle-kit": "^0.24.2",
"nuxt": "^3.13.0",
"@types/nodemailer": "^6.4.16",
"drizzle-kit": "^0.25.0",
"nuxt": "^3.13.2",
"nuxt-time": "^1.0.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vue-tsc": "^2.1.4"
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
}
}
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.17.0-alpine
ARG NODE=node:20.18.0-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.9.0",
"packageManager": "pnpm@9.12.1",
"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.4.1",
"@commitlint/config-conventional": "^19.4.1",
"changelogen": "^0.5.5",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"changelogen": "^0.5.7",
"dotenv-cli": "^7.4.2",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"turbo": "^2.1.1"
"turbo": "^2.1.3"
},
"lint-staged": {
"*.ts": "pnpm run lint"
Expand Down
14 changes: 7 additions & 7 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.9.1"
"eslint": "^9.12.0"
},
"dependencies": {
"@vue-email/components": "^0.0.19",
"@vue-email/render": "^0.0.9",
"vue": "^3.4.38"
"vue": "^3.5.11"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.0",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.5.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.4.38",
"eslint": "^9.9.1",
"vite": "^5.4.2"
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.11",
"eslint": "^9.12.0",
"vite": "^5.4.8"
}
}
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.9.1"
"eslint": "^9.12.0"
},
"dependencies": {
"@antfu/eslint-config": "^3.0.0"
"@antfu/eslint-config": "^3.7.3"
},
"devDependencies": {
"eslint": "^9.9.1"
"eslint": "^9.12.0"
}
}

0 comments on commit f1584f9

Please sign in to comment.