Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 5, 2024
1 parent baccd98 commit 9fdeb30
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 119 deletions.
159 changes: 45 additions & 114 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions plugins/web/opentelemetry-plugin-react-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@opentelemetry/sdk-trace-web": "^1.0.0",
"@types/mocha": "10.0.6",
"@types/node": "18.18.14",
"@types/react": "17.0.80",
"@types/react": "19.0.0",
"@types/react-addons-test-utils": "0.14.26",
"@types/react-dom": "18.0.2",
"@types/react-dom": "19.0.0",
"@types/shimmer": "1.0.3",
"@types/sinon": "10.0.20",
"@types/webpack-env": "1.16.3",
Expand All @@ -72,8 +72,8 @@
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.1",
"nyc": "15.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"rimraf": "5.0.10",
"sinon": "15.1.2",
"ts-loader": "9.5.1",
Expand All @@ -84,7 +84,7 @@
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0",
"react": "^16.13.1 || ^17.0.0"
"react": "^16.13.1 || ^17.0.0 || ^19.0.0"
},
"dependencies": {
"@opentelemetry/core": "^1.0.0",
Expand Down

0 comments on commit 9fdeb30

Please sign in to comment.