Skip to content

Commit 3f2de98

Browse files
build(deps-dev): bump @types/react from 18.2.46 to 18.2.52
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>
1 parent 9fcdba6 commit 3f2de98

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

examples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@babel/core": "~7.23.7",
32-
"@types/react": "~18.2.46",
32+
"@types/react": "~18.2.52",
3333
"tailwindcss": "3.3.2"
3434
}
3535
}

examples/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@remix-run/dev": "~2.4.1",
25-
"@types/react": "~18.2.46",
25+
"@types/react": "~18.2.52",
2626
"@types/react-dom": "~18.2.18",
2727
"tailwindcss": "~3.4.0"
2828
},

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@backflipjs/client": "workspace:~0.0.7",
37-
"@types/react": "~18.2.46",
37+
"@types/react": "~18.2.52",
3838
"@vitejs/plugin-react": "~4.2.1",
3939
"react": "~18.2.0",
4040
"vite-plugin-dts": "~3.7.0"

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@mdx-js/rollup": "~3.0.0",
2828
"@remix-run/dev": "~2.4.1",
2929
"@types/cookie": "~0.6.0",
30-
"@types/react": "~18.2.46",
30+
"@types/react": "~18.2.52",
3131
"@types/react-dom": "~18.2.18",
3232
"autoprefixer": "~10.4.16",
3333
"postcss": "~8.4.32",

0 commit comments

Comments
 (0)