Skip to content

Commit 1ad645f

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - react from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react - react-dom from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/danielrivers/project/6656139e-446d-4ef9-8549-5144364bfc6b?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent c84195d commit 1ad645f

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"eslint-plugin-react": "^7.31.11",
4444
"genversion": "^3.1.1",
4545
"prettier": "^3.2.5",
46-
"react": "^18.2.0",
47-
"react-dom": "^18.2.0",
46+
"react": "^18.3.1",
47+
"react-dom": "^18.3.1",
4848
"release-it": "^16.1.3",
4949
"rollup": "^3.7.0",
5050
"rollup-plugin-dts": "^5.0.0",

0 commit comments

Comments
 (0)