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 11, 2024
1 parent 2fc0498 commit d38fb54
Show file tree
Hide file tree
Showing 3 changed files with 1,150 additions and 1,084 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.14.0-alpine
ARG NODE=node:20.15.1-alpine

FROM $NODE as build

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@antfu/eslint-config": "^2.22.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/color-mode": "^3.4.2",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/node": "^20.14.2",
"@vite-pwa/nuxt": "^0.8.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/node": "^20.14.10",
"@vite-pwa/nuxt": "^0.9.1",
"changelogen": "^0.5.5",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"nuxt": "^3.12.2",
"nuxt": "^3.12.3",
"nuxt-icon": "^0.6.10",
"typescript": "^5.4.5",
"vitepress": "^1.2.3",
"vue-tsc": "^2.0.21"
"typescript": "^5.5.3",
"vitepress": "^1.3.0",
"vue-tsc": "^2.0.26"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
Expand Down
Loading

0 comments on commit d38fb54

Please sign in to comment.