Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 27, 2024
1 parent 4c67b21 commit 5014613
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
syncher 0.0.44
nodejs 20.15.0
nodejs 20.16.0
pnpm 9.5.0
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.447",
"version": "0.1.448",
"private": true,
"homepage": ".",
"dependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.14.10",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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.180",
"version": "0.1.181",
"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.12",
"@types/node": "20.14.10",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.15.0",
Expand Down
Loading

0 comments on commit 5014613

Please sign in to comment.