Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 8b47077 commit f5490ed
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 85 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@7.0.0
node: circleci/node@7.1.0

save: &save
save_cache:
Expand Down
171 changes: 92 additions & 79 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 @@ -41,14 +41,14 @@
"file-saver": "^2.0.2"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@eslint/js": "9.20.0",
"@types/chai": "5.0.1",
"@types/file-saver": "2.0.7",
"@types/mocha": "10.0.10",
"@types/node": "22.10.10",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"chai": "5.1.2",
"eslint": "9.19.0",
"eslint": "9.20.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
Expand All @@ -57,12 +57,12 @@
"eslint-plugin-sonarjs": "3.0.1",
"globals": "15.14.0",
"mocha": "11.1.0",
"prettier": "3.4.2",
"prettier": "3.5.0",
"react": "19.0.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0"
"typescript-eslint": "8.23.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down

0 comments on commit f5490ed

Please sign in to comment.