Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v22.10.5 (#1705)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent b8e683a commit 3bae7a1
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-abac-example",
"version": "0.1.481",
"version": "0.1.482",
"private": true,
"homepage": ".",
"dependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.10.4",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-syntax-highlighter": "15.5.13",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-abac",
"version": "0.1.260",
"version": "0.1.261",
"description": "Attribute Based Access Control and Role Based Access Control for React",
"keywords": [
"abac",
Expand Down Expand Up @@ -159,7 +159,7 @@
"@types/enzyme": "3.10.18",
"@types/enzyme-adapter-react-16": "1.0.9",
"@types/jest": "29.5.14",
"@types/node": "22.10.4",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.19.0",
Expand Down
Loading

0 comments on commit 3bae7a1

Please sign in to comment.