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 Dec 5, 2022
1 parent ea837e0 commit a4b97fe
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 254 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -9,22 +9,22 @@
},
"devDependencies": {
"@changesets/cli": "2.25.2",
"@ddadaal/eslint-config": "1.8.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.27.0",
"@ddadaal/eslint-config": "1.9.0",
"@types/jest": "29.2.4",
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.29.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"jest": "29.3.1",
"jest-extended": "3.1.0",
"jest-extended": "3.2.0",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tsc-alias": "1.7.1",
"tsc-alias": "1.8.1",
"typescript": "4.9.3"
},
"packageManager": "pnpm@7.16.1"
"packageManager": "pnpm@7.18.0"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Expand Up @@ -22,17 +22,17 @@
},
"dependencies": {
"glob": "8.0.3",
"grpc-tools": "1.11.3",
"grpc-tools": "1.12.0",
"rimraf": "3.0.2",
"ts-proto": "1.132.1",
"ts-proto": "1.135.0",
"tslib": "2.4.1",
"yargs": "17.6.2",
"zod": "3.19.1"
},
"devDependencies": {
"@types/glob": "8.0.0",
"@types/rimraf": "3.0.2",
"@types/yargs": "17.0.13"
"@types/yargs": "17.0.15"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a4b97fe

Please sign in to comment.