File tree Expand file tree Collapse file tree 5 files changed +49
-101
lines changed
Expand file tree Collapse file tree 5 files changed +49
-101
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @dub/embed-core" ,
33 "description" : " Vanilla JS core script that embeds Dub's dashboards." ,
4- "version" : " 0.0.16 " ,
4+ "version" : " 0.0.17 " ,
55 "sideEffects" : false ,
66 "main" : " ./dist/index.js" ,
77 "module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dub/embed-react" ,
33 "description" : " Embed React components for Dub." ,
4- "version" : " 0.0.16 " ,
4+ "version" : " 0.0.17 " ,
55 "sideEffects" : false ,
66 "main" : " ./dist/index.js" ,
77 "module" : " ./dist/index.mjs" ,
1818 "prepublishOnly" : " node ./prepublish.js"
1919 },
2020 "peerDependencies" : {
21- "react" : " ^18.2.0 " ,
22- "react-dom" : " ^18.2.0 "
21+ "react" : " 19.1.2 " ,
22+ "react-dom" : " 19.1.2 "
2323 },
2424 "devDependencies" : {
25- "@types/react" : " ^18.2.47 " ,
26- "@types/react-dom" : " ^18.2.14 " ,
25+ "@types/react" : " 19.1.2 " ,
26+ "@types/react-dom" : " 19.1.2 " ,
2727 "autoprefixer" : " ^10.4.16" ,
2828 "postcss" : " ^8.4.31" ,
29- "react" : " ^18.2.0 " ,
29+ "react" : " 19.1.2 " ,
3030 "tsconfig" : " workspace:*" ,
3131 "tsup" : " ^6.1.3" ,
3232 "typescript" : " ^5.1.6"
Original file line number Diff line number Diff line change 66 "license" : " ~~proprietary~~" ,
77 "dependencies" : {
88 "@stripe/ui-extension-sdk" : " ^8.8.1" ,
9- "react" : " ^ 19.0.0 " ,
10- "react-dom" : " ^ 19.0.0 " ,
9+ "react" : " 19.1.2 " ,
10+ "react-dom" : " 19.1.2 " ,
1111 "stripe" : " ^13.11.0"
1212 },
1313 "engines" : {
2727 },
2828 "devDependencies" : {
2929 "@stripe/ui-extension-tools" : " ^0.0.1" ,
30- "@types/react" : " ^ 19.0 .2" ,
31- "@types/react-dom" : " ^ 19.0 .2"
30+ "@types/react" : " 19.1 .2" ,
31+ "@types/react-dom" : " 19.1 .2"
3232 }
3333}
Original file line number Diff line number Diff line change 1717 },
1818 "peerDependencies" : {
1919 "next" : " 15.5.7" ,
20- "react" : " ^ 19.1.2" ,
21- "react-dom" : " ^ 19.1.2"
20+ "react" : " 19.1.2" ,
21+ "react-dom" : " 19.1.2"
2222 },
2323 "devDependencies" : {
2424 "@types/ms" : " ^0.7.31" ,
You can’t perform that action at this time.
0 commit comments