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 12, 2024
1 parent 9761971 commit 530869f
Show file tree
Hide file tree
Showing 5 changed files with 997 additions and 543 deletions.
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@hywax/tools-eslint": "^1.0.0",
"@hywax/tools-eslint": "^1.1.0",
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@iconify/json": "^2.2.277",
"@types/node": "^22.10.1",
"unocss": "^0.64.1",
"@iconify/json": "^2.2.282",
"@types/node": "^22.10.2",
"unocss": "^0.65.1",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.1",
"vite": "^6.0.3",
"vitepress": "^1.5.0"
}
}
14 changes: 7 additions & 7 deletions apps/mafl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^3.0.0-alpha.9",
"@nuxt/ui-pro": "^3.0.0-alpha.9",
"@nuxt/ui": "^3.0.0-alpha.10",
"@nuxt/ui-pro": "^3.0.0-alpha.10",
"yaml": "^2.6.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@hywax/tools-eslint": "^1.0.0",
"@nuxtjs/i18n": "^9.1.0",
"@types/node": "^22.10.1",
"@hywax/tools-eslint": "^1.1.0",
"@nuxtjs/i18n": "^9.1.1",
"@types/node": "^22.10.2",
"@vueuse/nuxt": "^12.0.0",
"nuxt": "^3.14.1592",
"nuxt-zod-i18n": "^1.11.0",
"nuxt-zod-i18n": "^1.11.2",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion docker/mafl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE=node:22.11-alpine
ARG NODE=node:22.12.0-alpine

################# Builder ##############

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "pnpm run dev",
"dev:mafl": "pnpm --filter @mafl/mafl dev",
Expand All @@ -17,10 +17,10 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@hywax/tools-eslint": "^1.0.0",
"@hywax/tools-eslint": "^1.1.0",
"changelogen": "^0.5.7",
"husky": "^9.1.7",
"lint-staged": "^15.2.10"
"lint-staged": "^15.2.11"
},
"lint-staged": {
"*.ts": "pnpm run lint"
Expand Down
Loading

0 comments on commit 530869f

Please sign in to comment.