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 Nov 8, 2024
1 parent d0e42fa commit 6640755
Show file tree
Hide file tree
Showing 5 changed files with 1,870 additions and 1,363 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.4",
"@iconify-json/ph": "^1.2.1",
"@iconify/json": "^2.2.266",
"@iconify/json": "^2.2.269",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.8.6",
"unocss": "^0.63.6",
"@types/node": "^22.9.0",
"unocss": "^0.64.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vitepress": "^1.4.3"
"vitepress": "^1.5.0"
}
}
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxt/ui": "^2.18.7",
"@nuxtjs/i18n": "^8.5.5",
"@nuxt/ui": "^2.19.2",
"@nuxtjs/i18n": "^8.5.6",
"@paralleldrive/cuid2": "^2.2.2",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^10.11.1",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.5.0",
"drizzle-orm": "^0.36.0",
"drizzle-orm": "^0.36.1",
"drizzle-zod": "^0.5.1",
"lodash-es": "^4.17.21",
"matcher": "^5.0.0",
"nanoid": "^5.0.8",
"nodemailer": "^6.9.16",
"nuxt-auth-utils": "^0.5.1",
"nuxt-auth-utils": "^0.5.2",
"nuxt-zod-i18n": "^1.10.0",
"rollup-plugin-handlebarsjs": "^1.0.0",
"scule": "^1.3.0",
Expand All @@ -43,15 +43,15 @@
"devDependencies": {
"@iconify-json/emojione": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.11",
"@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.27.0",
"nuxt": "^3.13.2",
"drizzle-kit": "^0.28.0",
"nuxt": "^3.14.159",
"nuxt-time": "^1.0.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
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,20 +21,20 @@
"lint:fix": "eslint --fix ."
},
"peerDependencies": {
"eslint": "^9.13.0"
"eslint": "^9.14.0"
},
"dependencies": {
"@vue-email/components": "^0.0.19",
"@vue-email/components": "^0.0.21",
"@vue-email/render": "^0.0.9",
"vue": "^3.5.12"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
"@shorter/eslint-config": "workspace:*",
"@types/node": "^22.8.6",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"vite": "^5.4.10"
}
}
4 changes: 2 additions & 2 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.13.0"
"eslint": "^9.14.0"
},
"dependencies": {
"@antfu/eslint-config": "^3.8.0"
},
"devDependencies": {
"eslint": "^9.13.0"
"eslint": "^9.14.0"
}
}
Loading

0 comments on commit 6640755

Please sign in to comment.