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] authored Sep 30, 2024
1 parent 613308b commit 43b663b
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 164 deletions.
10 changes: 5 additions & 5 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.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "22.9.0",
"pnpm": "9.10.0"
"pnpm": "9.11.0"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -55,9 +55,9 @@
"@microsoft/api-extractor": "7.47.9",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.50",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@types/node": "18.19.53",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"concurrently": "9.0.1",
"depcheck": "1.4.7",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"eslint-plugin-react-hooks": "4.6.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 43b663b

Please sign in to comment.