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
renovate[bot] authored Nov 3, 2024
1 parent c52d2c1 commit 28fc437
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 255 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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect-query": "^1.4.2",
"@typescript-eslint/parser": "^8.10.0",
"typescript-eslint": "^8.10.0",
"@typescript-eslint/parser": "^8.12.2",
"typescript-eslint": "^8.12.2",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20.16.12",
"@types/node": "^20.17.6",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"changelogen": "^0.5.7",
"eslint": "^9.12.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-unjs": "^0.4.1",
"jest-websocket-mock": "^2.5.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vite": "^5.4.10",
"vitest": "^2.1.4"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit 28fc437

Please sign in to comment.