Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2023
1 parent b3c4591 commit b7799bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-abac-example",
"version": "0.1.293",
"version": "0.1.294",
"private": true,
"homepage": ".",
"dependencies": {
"@types/jest": "29.5.3",
"@types/node": "18.17.1",
"@types/react": "18.2.17",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "15.5.7",
"react": "18.2.0",
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.81",
"version": "0.1.82",
"description": "Attribute Based Access Control and Role Based Access Control for React",
"keywords": [
"abac",
Expand Down Expand Up @@ -160,7 +160,7 @@
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "29.5.3",
"@types/node": "18.17.1",
"@types/react": "18.2.17",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7799bf

Please sign in to comment.