@schematichq/schematic-components 2.6.1 → 2.7.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/dist/schematic-components.cjs.js +2062 -1270
- package/dist/schematic-components.d.ts +36 -0
- package/dist/schematic-components.esm.js +1760 -968
- package/package.json +17 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematichq/schematic-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.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",
|
|
@@ -34,45 +34,45 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@schematichq/schematic-icons": "^0.5.2",
|
|
37
|
-
"@stripe/stripe-js": "^8.
|
|
38
|
-
"i18next": "^25.8.
|
|
37
|
+
"@stripe/stripe-js": "^8.8.0",
|
|
38
|
+
"i18next": "^25.8.13",
|
|
39
39
|
"lodash": "^4.17.23",
|
|
40
40
|
"pako": "^2.1.0",
|
|
41
41
|
"react-i18next": "16.1.6",
|
|
42
|
-
"styled-components": "^6.3.
|
|
42
|
+
"styled-components": "^6.3.11",
|
|
43
43
|
"uuid": "^13.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@eslint/js": "^9.39.
|
|
46
|
+
"@eslint/js": "^9.39.3",
|
|
47
47
|
"@eslint/json": "^1.0.1",
|
|
48
48
|
"@eslint/markdown": "^7.5.1",
|
|
49
|
-
"@microsoft/api-extractor": "^7.
|
|
50
|
-
"@openapitools/openapi-generator-cli": "^2.
|
|
49
|
+
"@microsoft/api-extractor": "^7.57.3",
|
|
50
|
+
"@openapitools/openapi-generator-cli": "^2.29.0",
|
|
51
51
|
"@stripe/react-stripe-js": "^5.6.0",
|
|
52
|
-
"@swc/core": "^1.15.
|
|
52
|
+
"@swc/core": "^1.15.13",
|
|
53
53
|
"@testing-library/dom": "^10.4.1",
|
|
54
54
|
"@testing-library/jest-dom": "^6.9.1",
|
|
55
55
|
"@testing-library/react": "^16.3.2",
|
|
56
|
-
"@types/lodash": "^4.17.
|
|
56
|
+
"@types/lodash": "^4.17.24",
|
|
57
57
|
"@types/pako": "^2.0.4",
|
|
58
58
|
"@types/react": "^19.2.14",
|
|
59
59
|
"@types/react-dom": "^19.2.3",
|
|
60
60
|
"@vitest/browser": "^4.0.18",
|
|
61
61
|
"esbuild": "^0.27.3",
|
|
62
|
-
"eslint": "^9.39.
|
|
62
|
+
"eslint": "^9.39.3",
|
|
63
63
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
64
64
|
"eslint-plugin-import": "^2.32.0",
|
|
65
65
|
"eslint-plugin-react": "^7.37.5",
|
|
66
66
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
67
67
|
"globals": "^17.3.0",
|
|
68
|
-
"happy-dom": "^20.
|
|
69
|
-
"jsdom": "^28.
|
|
68
|
+
"happy-dom": "^20.7.0",
|
|
69
|
+
"jsdom": "^28.1.0",
|
|
70
70
|
"msw": "^2.12.10",
|
|
71
71
|
"prettier": "^3.8.1",
|
|
72
72
|
"react": "^19.2.4",
|
|
73
73
|
"react-dom": "^19.2.4",
|
|
74
74
|
"typescript": "^5.9.3",
|
|
75
|
-
"typescript-eslint": "^8.
|
|
75
|
+
"typescript-eslint": "^8.56.1",
|
|
76
76
|
"vitest": "^4.0.18"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
@@ -82,6 +82,9 @@
|
|
|
82
82
|
},
|
|
83
83
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
84
84
|
"msw": {
|
|
85
|
-
"workerDirectory": [
|
|
85
|
+
"workerDirectory": [
|
|
86
|
+
"",
|
|
87
|
+
"src/test"
|
|
88
|
+
]
|
|
86
89
|
}
|
|
87
90
|
}
|