Skip to content

Commit

Permalink
fix(deps): update react monorepo (#1718)
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 15, 2025
1 parent 17276a3 commit f187ec7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-abac-example",
"version": "0.1.484",
"version": "0.1.485",
"private": true,
"homepage": ".",
"dependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3",
"@types/react-syntax-highlighter": "15.5.13",
"react": "19.0.0",
"react-abac": "file:..",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-abac",
"version": "0.1.268",
"version": "0.1.269",
"description": "Attribute Based Access Control and Role Based Access Control for React",
"keywords": [
"abac",
Expand Down Expand Up @@ -160,8 +160,8 @@
"@types/enzyme-adapter-react-16": "1.0.9",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
Expand Down
18 changes: 9 additions & 9 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 f187ec7

Please sign in to comment.