Skip to content

Commit

Permalink
build(deps-dev): bump @types/react from 18.2.46 to 18.2.52
Browse files Browse the repository at this point in the history
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.46 to 18.2.52.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent 83b67a6 commit d6f548a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 79 deletions.
2 changes: 1 addition & 1 deletion examples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/core": "~7.23.7",
"@types/react": "~18.2.46",
"@types/react": "~18.2.52",
"tailwindcss": "3.3.2"
}
}
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@remix-run/dev": "~2.4.1",
"@types/react": "~18.2.46",
"@types/react": "~18.2.52",
"@types/react-dom": "~18.2.18",
"tailwindcss": "~3.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backflipjs/client": "workspace:~0.0.7",
"@types/react": "~18.2.46",
"@types/react": "~18.2.52",
"@vitejs/plugin-react": "~4.2.1",
"react": "~18.2.0",
"vite-plugin-dts": "~3.7.0"
Expand Down
90 changes: 15 additions & 75 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion www/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@mdx-js/rollup": "~3.0.0",
"@remix-run/dev": "~2.4.1",
"@types/cookie": "~0.6.0",
"@types/react": "~18.2.46",
"@types/react": "~18.2.52",
"@types/react-dom": "~18.2.18",
"autoprefixer": "~10.4.16",
"postcss": "~8.4.32",
Expand Down

0 comments on commit d6f548a

Please sign in to comment.