Skip to content

Commit

Permalink
fix(deps): update dependency @types/react to v19.0.6 (#1719)
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 16, 2025
1 parent f187ec7 commit e3d8ee4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.485",
"version": "0.1.486",
"private": true,
"homepage": ".",
"dependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "19.0.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@types/react-syntax-highlighter": "15.5.13",
"react": "19.0.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.269",
"version": "0.1.270",
"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.9",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "19.0.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
Expand Down
14 changes: 7 additions & 7 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 e3d8ee4

Please sign in to comment.