@schematichq/schematic-components 2.7.0 → 2.8.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 +10549 -10992
- package/dist/schematic-components.d.ts +397 -78
- package/dist/schematic-components.esm.js +9849 -10286
- package/package.json +22 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematichq/schematic-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"build:types": "npx tsc && npx api-extractor run",
|
|
26
26
|
"clean": "rm -rf dist",
|
|
27
27
|
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
28
|
-
"lint": "eslint src
|
|
28
|
+
"lint": "eslint src",
|
|
29
29
|
"openapi": "./generate_openapi.sh -c ./src/api/config_checkoutexternal.yml && ./generate_openapi.sh -c ./src/api/config_componentspublic.yml",
|
|
30
30
|
"test": "./test.sh",
|
|
31
31
|
"test:watch": "vitest",
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@schematichq/schematic-icons": "^0.5.2",
|
|
37
|
-
"@stripe/stripe-js": "^8.
|
|
38
|
-
"i18next": "^25.
|
|
37
|
+
"@stripe/stripe-js": "^8.11.0",
|
|
38
|
+
"i18next": "^25.10.5",
|
|
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.12",
|
|
43
43
|
"uuid": "^13.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@eslint/js": "^9.39.3",
|
|
47
|
-
"@eslint/json": "^1.0
|
|
47
|
+
"@eslint/json": "^1.2.0",
|
|
48
48
|
"@eslint/markdown": "^7.5.1",
|
|
49
|
-
"@microsoft/api-extractor": "^7.57.
|
|
50
|
-
"@openapitools/openapi-generator-cli": "^2.
|
|
51
|
-
"@stripe/react-stripe-js": "^5.6.
|
|
52
|
-
"@swc/core": "^1.15.
|
|
49
|
+
"@microsoft/api-extractor": "^7.57.7",
|
|
50
|
+
"@openapitools/openapi-generator-cli": "^2.31.0",
|
|
51
|
+
"@stripe/react-stripe-js": "^5.6.1",
|
|
52
|
+
"@swc/core": "^1.15.21",
|
|
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",
|
|
@@ -58,21 +58,21 @@
|
|
|
58
58
|
"@types/react": "^19.2.14",
|
|
59
59
|
"@types/react-dom": "^19.2.3",
|
|
60
60
|
"@vitest/browser": "^4.0.18",
|
|
61
|
-
"esbuild": "^0.27.
|
|
61
|
+
"esbuild": "^0.27.4",
|
|
62
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
|
-
"globals": "^17.
|
|
68
|
-
"happy-dom": "^20.7
|
|
69
|
-
"jsdom": "^
|
|
70
|
-
"msw": "^2.12.
|
|
67
|
+
"globals": "^17.4.0",
|
|
68
|
+
"happy-dom": "^20.8.7",
|
|
69
|
+
"jsdom": "^29.0.1",
|
|
70
|
+
"msw": "^2.12.14",
|
|
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.57.2",
|
|
76
76
|
"vitest": "^4.0.18"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
@@ -80,6 +80,12 @@
|
|
|
80
80
|
"react": ">=18",
|
|
81
81
|
"react-dom": ">=18"
|
|
82
82
|
},
|
|
83
|
+
"resolutions": {
|
|
84
|
+
"basic-ftp": ">=5.2.0",
|
|
85
|
+
"minimatch": ">=3.1.3",
|
|
86
|
+
"rollup": ">=4.59.0",
|
|
87
|
+
"undici": ">=7.24.0"
|
|
88
|
+
},
|
|
83
89
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
84
90
|
"msw": {
|
|
85
91
|
"workerDirectory": [
|