Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Nov 2, 2023
1 parent cfe93b4 commit c7ffbe9
Show file tree
Hide file tree
Showing 9 changed files with 178 additions and 157 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const syncedFile = apply(destFile, patches);
## Performance

This package was not designed to be fast. Since it's implemented fully in TypeScript, it's not as fast as the C implementation of rsync.
I tried to use the best practices to make is less slow but I did not benchmark it 🤷.
I tried to use the best practices to make it less slow but I did not benchmark it 🤷.

## Dependencies 🪶

This package has a single dependency [etienne-dldc/erreur](https://github.com/etienne-dldc/erreur) to define custom errors.
This package has a single dependency [@dldc/erreur](https://github.com/dldc-packages/erreur) to define custom errors.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,16 @@
"root": true
},
"dependencies": {
"@dldc/erreur": "^5.0.0"
"@dldc/erreur": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/sql.js": "^1.4.5",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^20.8.10",
"@types/sql.js": "^1.4.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "^0.34.6",
"auto-changelog": "^2.4.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
Expand All @@ -105,7 +105,7 @@
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.9.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit c7ffbe9

Please sign in to comment.