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 Feb 12, 2025
1 parent d7b1901 commit 8c73cb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE=node:20.18.1-alpine
ARG NODE=node:20.18.3-alpine

FROM $NODE as build

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@
},
"dependencies": {
"@network-utils/tcp-ping": "^1.2.3",
"@vueuse/nuxt": "^12.0.0",
"consola": "^3.2.3",
"@vueuse/nuxt": "^12.5.0",
"consola": "^3.4.0",
"defu": "^6.1.4",
"h3-zod": "^0.5.3",
"rollup": "npm:@rollup/wasm-node",
"yaml": "^2.6.1",
"zod": "^3.23.8"
"yaml": "^2.7.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^8.5.6",
"@nuxtjs/tailwindcss": "^6.12.2",
"@types/node": "^20.17.9",
"@nuxtjs/tailwindcss": "^6.13.1",
"@types/node": "^20.17.17",
"@vite-pwa/nuxt": "^0.10.6",
"changelogen": "^0.5.7",
"eslint": "^9.15.0",
"eslint": "^9.20.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"nuxt": "^3.14.1592",
"lint-staged": "^15.4.3",
"nuxt": "^3.15.4",
"nuxt-icon": "^0.6.10",
"typescript": "^5.7.2",
"vitepress": "^1.5.0",
"vue-tsc": "^2.1.10"
"typescript": "^5.7.3",
"vitepress": "^1.6.3",
"vue-tsc": "^2.2.0"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
Expand Down

0 comments on commit 8c73cb1

Please sign in to comment.