Skip to content

Commit

Permalink
Update all non-major dependencies (#442)
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 Oct 14, 2024
1 parent bd854c2 commit 5085288
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
node: circleci/node@6.1.0
node: circleci/node@6.2.0

save: &save
save_cache:
Expand Down
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"devDependencies": {
"@types/chai": "4.3.20",
"@types/file-saver": "2.0.7",
"@types/mocha": "10.0.8",
"@types/node": "20.16.10",
"@types/mocha": "10.0.9",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"chai": "4.5.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
Expand All @@ -61,7 +61,7 @@
"react": "18.3.1",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
Expand Down

0 comments on commit 5085288

Please sign in to comment.