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 Sep 7, 2024
1 parent 58b4963 commit 9069a58
Show file tree
Hide file tree
Showing 3 changed files with 1,317 additions and 1,068 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.16.0-alpine
ARG NODE=node:20.17.0-alpine

FROM $NODE as build

Expand Down
30 changes: 15 additions & 15 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": "^11.0.0",
"@vueuse/nuxt": "^11.0.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3-zod": "^0.5.3",
"rollup": "npm:@rollup/wasm-node",
"yaml": "^2.5.0",
"yaml": "^2.5.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@antfu/eslint-config": "^2.27.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/i18n": "^8.5.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/node": "^20.14.15",
"@vite-pwa/nuxt": "^0.9.1",
"@types/node": "^20.16.5",
"@vite-pwa/nuxt": "^0.10.5",
"changelogen": "^0.5.5",
"eslint": "^9.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"nuxt": "^3.12.4",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.1",
"nuxt-icon": "^0.6.10",
"typescript": "^5.5.4",
"vitepress": "^1.3.2",
"vue-tsc": "^2.0.29"
"vitepress": "^1.3.4",
"vue-tsc": "^2.1.6"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
Expand Down
Loading

0 comments on commit 9069a58

Please sign in to comment.