Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent f9c1e6c commit 836d7db
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 594 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/node:1.6.1": {},
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
},

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
"qa": "pnpm typecheck && pnpm lint:fix && pnpm prettier:fix && npm test"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protobuf": "^2.2.3",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/node": "^20.16.12",
"@types/node": "^20.17.10",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"changelogen": "^0.5.7",
"eslint": "^9.12.0",
"eslint-config-unjs": "^0.4.1",
"eslint": "^9.17.0",
"eslint-config-unjs": "^0.4.2",
"jest-websocket-mock": "^2.5.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"unbuild": "^3.0.1",
"vite": "^6.0.3",
"vitest": "^2.1.3"
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.15.0"
}
Loading

0 comments on commit 836d7db

Please sign in to comment.