File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+ ## 6.19.4
8
+
9
+ - feat(react): Add React 18 as peer dep (#4819 )
10
+ - ref(build): Add ` build/types ` to tarballs and adjust ` types ` entry points (#4824 )
11
+
12
+ Work in this release contributed by @Turbo87 . Thank you for your contribution!
13
+
7
14
## 6.19.3
8
15
9
16
- feat(browser): Add new v7 Fetch Transport ([ #4765 ] ( https://github.com/getsentry/sentry-javascript/pull/4765 ) )
Original file line number Diff line number Diff line change 34
34
},
35
35
"peerDependencies" : {
36
36
"next" : " ^10.0.8 || ^11.0 || ^12.0" ,
37
- "react" : " 15.x || 16.x || 17.x" ,
37
+ "react" : " 15.x || 16.x || 17.x || 18.x " ,
38
38
"webpack" : " >= 4.0.0"
39
39
},
40
40
"peerDependenciesMeta" : {
You can’t perform that action at this time.
0 commit comments