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 Jul 28, 2024
1 parent 010e7e2 commit 1625550
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 202 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.15.1-alpine
ARG NODE=node:20.16.0-alpine

FROM $NODE as build

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
"defu": "^6.1.4",
"h3-zod": "^0.5.3",
"rollup": "npm:@rollup/wasm-node",
"yaml": "^2.4.5",
"yaml": "^2.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.1",
"@antfu/eslint-config": "^2.24.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.2",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/node": "^20.14.11",
"@types/node": "^20.14.13",
"@vite-pwa/nuxt": "^0.9.1",
"changelogen": "^0.5.5",
"eslint": "^9.7.0",
"husky": "^9.1.1",
"eslint": "^9.8.0",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"nuxt": "^3.12.4",
"nuxt-icon": "^0.6.10",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitepress": "^1.3.1",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.29"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
Expand Down
Loading

0 comments on commit 1625550

Please sign in to comment.