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 Sep 23, 2023
1 parent 956e4bb commit 9004098
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 230 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-3.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"typecheck": "tsc -p tsconfig.eslint.json"
},
"dependencies": {
"msgpackr": "^1.9.7"
"msgpackr": "^1.9.9"
},
"devDependencies": {
"@types/node": "^18.17.6",
"@types/node": "^18.17.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.47.0",
"eslint-config-mahir": "^0.0.31",
"eslint": "^8.50.0",
"eslint-config-mahir": "^0.0.33",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
Expand All @@ -63,5 +63,5 @@
"bugs": {
"url": "https://github.com/Sofi-Tech/ipc/issues"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
Loading

0 comments on commit 9004098

Please sign in to comment.