@schematichq/schematic-react 0.2.0-rc.2 → 0.2.0-rc.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/schematic-react.cjs.js +1100 -328
- package/dist/schematic-react.d.ts +357 -3
- package/dist/schematic-react.esm.js +1100 -328
- package/package.json +4 -2
package/package.json
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
"@stripe/react-stripe-js": "^2.8.0",
|
11
11
|
"@stripe/stripe-js": "^4.3.0",
|
12
12
|
"@types/jest": "^29.5.11",
|
13
|
+
"@types/lodash.merge": "^4.6.9",
|
13
14
|
"@types/pako": "^2.0.3",
|
14
15
|
"@types/react": "^18.2.79",
|
15
16
|
"@types/react-dom": "^18.2.25",
|
@@ -55,15 +56,16 @@
|
|
55
56
|
"tsc": "npx tsc"
|
56
57
|
},
|
57
58
|
"types": "dist/schematic-react.d.ts",
|
58
|
-
"version": "0.2.0-rc.
|
59
|
+
"version": "0.2.0-rc.3",
|
59
60
|
"dependencies": {
|
60
61
|
"@schematichq/schematic-js": "^0.1.13",
|
62
|
+
"lodash.merge": "^4.6.2",
|
61
63
|
"pako": "^2.1.0",
|
62
64
|
"styled-components": "^6.1.12"
|
63
65
|
},
|
64
66
|
"peerDependencies": {
|
65
|
-
"@stripe/stripe-js": ">4",
|
66
67
|
"@stripe/react-stripe-js": ">2",
|
68
|
+
"@stripe/stripe-js": ">4",
|
67
69
|
"react": ">=18",
|
68
70
|
"react-dom": ">=18"
|
69
71
|
},
|