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 Jul 28, 2024
1 parent eb9c0ee commit 152d312
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
release:
docker:
- image: cimg/node:20.12
- image: cimg/node:20.16
steps:
- checkout
- restore_cache:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"nodejs"
],
"type": "module",
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -90,13 +90,13 @@
"prepack": "pnpm run build"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@biomejs/biome": "1.8.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "20.12.7",
"rimraf": "5.0.5",
"semantic-release": "23.0.8",
"typescript": "5.4.5",
"vitest": "1.5.2"
"@types/node": "20.14.13",
"rimraf": "5.0.9",
"semantic-release": "23.1.1",
"typescript": "5.5.4",
"vitest": "1.6.0"
}
}
Loading

0 comments on commit 152d312

Please sign in to comment.