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] committed Sep 25, 2024
1 parent ba60d04 commit 712bc2c
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 178 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
node: circleci/node@5.2.0
node: circleci/node@5.3.0

jobs:
release:
docker:
- image: cimg/node:20.16
- image: cimg/node:20.17
steps:
- checkout
- restore_cache:
Expand Down
12 changes: 6 additions & 6 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.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -88,11 +88,11 @@
"prepack": "pnpm run build"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "20.14.13",
"@biomejs/biome": "1.9.2",
"@types/node": "20.16.7",
"rimraf": "6.0.1",
"semantic-release": "24.0.0",
"typescript": "5.5.4",
"vitest": "2.0.4"
"semantic-release": "24.1.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
}
}
Loading

0 comments on commit 712bc2c

Please sign in to comment.