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 May 11, 2024
1 parent 6601f4d commit f0bc695
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 209 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.12.2-alpine
ARG NODE=node:20.13.1-alpine

FROM $NODE as build

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"h3-zod": "^0.5.3",
"rollup": "npm:@rollup/wasm-node",
"yaml": "^2.4.2",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@antfu/eslint-config": "^2.17.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@vite-pwa/nuxt": "^0.7.0",
"changelogen": "^0.5.5",
"eslint": "^9.2.0",
Expand All @@ -46,7 +46,7 @@
"nuxt-icon": "^0.6.10",
"typescript": "^5.4.5",
"vitepress": "^1.1.4",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.17"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
Expand Down
Loading

0 comments on commit f0bc695

Please sign in to comment.