@schematichq/schematic-components 2.0.2 → 2.1.1
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/dist/schematic-components.cjs.js +1954 -1940
- package/dist/schematic-components.d.ts +107 -13
- package/dist/schematic-components.esm.js +1587 -1566
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematichq/schematic-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"main": "dist/schematic-components.cjs.js",
|
|
5
5
|
"module": "dist/schematic-components.esm.js",
|
|
6
6
|
"types": "dist/schematic-components.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@schematichq/schematic-icons": "^0.5.2",
|
|
36
|
-
"@stripe/stripe-js": "^8.
|
|
36
|
+
"@stripe/stripe-js": "^8.3.0",
|
|
37
37
|
"i18next": "^25.6.0",
|
|
38
38
|
"lodash": "^4.17.21",
|
|
39
39
|
"pako": "^2.1.0",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"uuid": "^13.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@eslint/js": "^9.
|
|
46
|
-
"@eslint/json": "^0.
|
|
47
|
-
"@eslint/markdown": "^7.
|
|
45
|
+
"@eslint/js": "^9.39.1",
|
|
46
|
+
"@eslint/json": "^0.14.0",
|
|
47
|
+
"@eslint/markdown": "^7.5.1",
|
|
48
48
|
"@jest/globals": "^30.2.0",
|
|
49
|
-
"@microsoft/api-extractor": "^7.
|
|
49
|
+
"@microsoft/api-extractor": "^7.54.0",
|
|
50
50
|
"@openapitools/openapi-generator-cli": "^2.25.0",
|
|
51
|
-
"@stripe/react-stripe-js": "^5.
|
|
52
|
-
"@swc/core": "^1.
|
|
51
|
+
"@stripe/react-stripe-js": "^5.3.0",
|
|
52
|
+
"@swc/core": "^1.15.0",
|
|
53
53
|
"@swc/jest": "^0.2.39",
|
|
54
|
-
"@swc/plugin-styled-components": "^
|
|
54
|
+
"@swc/plugin-styled-components": "^11.0.0",
|
|
55
55
|
"@testing-library/dom": "^10.4.1",
|
|
56
56
|
"@testing-library/jest-dom": "^6.9.1",
|
|
57
57
|
"@testing-library/react": "^16.3.0",
|
|
@@ -60,24 +60,24 @@
|
|
|
60
60
|
"@types/pako": "^2.0.4",
|
|
61
61
|
"@types/react": "^19.2.2",
|
|
62
62
|
"@types/react-dom": "^19.2.2",
|
|
63
|
-
"esbuild": "^0.25.
|
|
64
|
-
"eslint": "^9.
|
|
63
|
+
"esbuild": "^0.25.12",
|
|
64
|
+
"eslint": "^9.39.1",
|
|
65
65
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
66
66
|
"eslint-plugin-import": "^2.32.0",
|
|
67
67
|
"eslint-plugin-jest": "^29.0.1",
|
|
68
68
|
"eslint-plugin-react": "^7.37.5",
|
|
69
69
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
70
|
-
"globals": "^16.
|
|
70
|
+
"globals": "^16.5.0",
|
|
71
71
|
"jest": "^30.2.0",
|
|
72
72
|
"jest-environment-jsdom": "^30.2.0",
|
|
73
73
|
"jest-fixed-jsdom": "^0.0.10",
|
|
74
74
|
"jest-styled-components": "^7.2.0",
|
|
75
|
-
"msw": "^2.11.
|
|
75
|
+
"msw": "^2.11.6",
|
|
76
76
|
"prettier": "^3.6.2",
|
|
77
77
|
"react": "^19.2.0",
|
|
78
78
|
"react-dom": "^19.2.0",
|
|
79
79
|
"typescript": "^5.9.3",
|
|
80
|
-
"typescript-eslint": "^8.46.
|
|
80
|
+
"typescript-eslint": "^8.46.3"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@stripe/react-stripe-js": ">=3",
|