Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2024
1 parent 29de6b9 commit 0c0baeb
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.449",
"version": "0.1.450",
"private": true,
"homepage": ".",
"dependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@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.186",
"version": "0.1.187",
"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.12",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
Expand Down
Loading

0 comments on commit 0c0baeb

Please sign in to comment.