Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 8985a84 commit 3bbe055
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
22.4.1
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cerbos-sdk-javascript",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "22.3.0",
"pnpm": "9.4.0"
"node": "22.4.0",
"pnpm": "9.5.0"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -56,17 +56,17 @@
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.39",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"concurrently": "8.2.2",
"depcheck": "1.4.7",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-tsdoc": "0.3.0",
"prettier": "3.3.2",
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "1.180.0",
"tsx": "4.15.7",
"typescript": "5.5.2"
"ts-proto": "1.181.0",
"tsx": "4.16.2",
"typescript": "5.5.3"
}
}
Loading

0 comments on commit 3bbe055

Please sign in to comment.