@schematichq/schematic-components 2.19.0 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/schematic-components.browser.cjs.js +467 -197
- package/dist/schematic-components.browser.esm.js +467 -197
- package/dist/schematic-components.cjs.js +467 -197
- package/dist/schematic-components.d.ts +307 -1
- package/dist/schematic-components.esm.js +467 -197
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematichq/schematic-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"main": "dist/schematic-components.cjs.js",
|
|
5
5
|
"module": "dist/schematic-components.esm.js",
|
|
6
6
|
"types": "dist/schematic-components.d.ts",
|
|
@@ -55,24 +55,24 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@schematichq/schematic-icons": "^0.8.0",
|
|
58
|
-
"@stripe/stripe-js": "^9.
|
|
59
|
-
"i18next": "^26.3.
|
|
58
|
+
"@stripe/stripe-js": "^9.12.0",
|
|
59
|
+
"i18next": "^26.3.6",
|
|
60
60
|
"lodash": "^4.18.1",
|
|
61
61
|
"pako": "^3.0.1",
|
|
62
62
|
"react-i18next": "16.1.6",
|
|
63
|
-
"styled-components": "^6.4.
|
|
63
|
+
"styled-components": "^6.4.4",
|
|
64
64
|
"uuid": "^14.0.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@eslint/js": "^10.0.1",
|
|
68
68
|
"@eslint/json": "^2.0.1",
|
|
69
69
|
"@eslint/markdown": "^8.0.3",
|
|
70
|
-
"@microsoft/api-extractor": "^7.58.
|
|
71
|
-
"@openapitools/openapi-generator-cli": "^2.
|
|
72
|
-
"@stripe/react-stripe-js": "^6.
|
|
73
|
-
"@swc/core": "^1.15.
|
|
70
|
+
"@microsoft/api-extractor": "^7.58.12",
|
|
71
|
+
"@openapitools/openapi-generator-cli": "^2.40.1",
|
|
72
|
+
"@stripe/react-stripe-js": "^6.8.0",
|
|
73
|
+
"@swc/core": "^1.15.46",
|
|
74
74
|
"@testing-library/dom": "^10.4.1",
|
|
75
|
-
"@testing-library/jest-dom": "^
|
|
75
|
+
"@testing-library/jest-dom": "^7.0.0",
|
|
76
76
|
"@testing-library/react": "^16.3.2",
|
|
77
77
|
"@types/lodash": "^4.17.24",
|
|
78
78
|
"@types/pako": "^2.0.4",
|
|
@@ -80,20 +80,20 @@
|
|
|
80
80
|
"@types/react-dom": "^19.2.3",
|
|
81
81
|
"@vitest/browser": "^4.1.10",
|
|
82
82
|
"esbuild": "^0.28.1",
|
|
83
|
-
"eslint": "^10.
|
|
83
|
+
"eslint": "^10.8.0",
|
|
84
84
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
85
85
|
"eslint-plugin-import-x": "^4.17.1",
|
|
86
86
|
"eslint-plugin-react": "^7.37.5",
|
|
87
87
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
88
|
-
"globals": "^17.
|
|
89
|
-
"happy-dom": "^20.
|
|
88
|
+
"globals": "^17.8.0",
|
|
89
|
+
"happy-dom": "^20.11.1",
|
|
90
90
|
"jsdom": "^29.1.1",
|
|
91
|
-
"msw": "^2.
|
|
92
|
-
"prettier": "^3.9.
|
|
93
|
-
"react": "^19.2.
|
|
94
|
-
"react-dom": "^19.2.
|
|
91
|
+
"msw": "^2.15.0",
|
|
92
|
+
"prettier": "^3.9.6",
|
|
93
|
+
"react": "^19.2.8",
|
|
94
|
+
"react-dom": "^19.2.8",
|
|
95
95
|
"typescript": "^6.0.3",
|
|
96
|
-
"typescript-eslint": "^8.
|
|
96
|
+
"typescript-eslint": "^8.65.0",
|
|
97
97
|
"vitest": "^4.1.10"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|