Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies (#1058)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent c106a86 commit 3aac2aa
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 378 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cerbos-sdk-javascript",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"engines": {
"node": "23.3.0",
"pnpm": "9.14.3"
"pnpm": "9.14.4"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -52,25 +52,25 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@eslint/js": "9.15.0",
"@microsoft/api-documenter": "7.26.0",
"@eslint/js": "9.16.0",
"@microsoft/api-documenter": "7.26.1",
"@microsoft/api-extractor": "7.48.0",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/eslint__js": "8.42.3",
"@types/node": "18.19.67",
"@vitest/eslint-plugin": "1.1.12",
"@vitest/eslint-plugin": "1.1.14",
"concurrently": "9.1.0",
"depcheck": "1.4.7",
"eslint": "9.15.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-tsdoc": "0.4.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "2.4.2",
"ts-proto": "2.5.0",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
"typescript-eslint": "8.17.0"
}
}
Loading

0 comments on commit 3aac2aa

Please sign in to comment.