@scbt-ecom/ui 0.80.0 → 0.81.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/widget.js +1 -1
- package/dist/widget.js.map +1 -1
- package/package.json +9 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scbt-ecom/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.81.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"test-storybook": "test-storybook",
|
|
61
61
|
"cypress:open": "cypress open --component --browser chrome",
|
|
62
62
|
"cypress-ci": "cypress run --component --browser chrome",
|
|
63
|
-
"prepare": "husky",
|
|
64
63
|
"pre-commit": "npm run lint",
|
|
64
|
+
"prepare": "lefthook install",
|
|
65
65
|
"chromatic": "npx chromatic --project-token=chpt_9468dafcf1bf3e3 --only-changed --files='src/stories/**/*.stories.@(tsx)'",
|
|
66
66
|
"pre-deploy": "npm run lint ",
|
|
67
67
|
"ts-check": "pnpm exec tsc"
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@chromatic-com/storybook": "^1.6.1",
|
|
85
|
+
"lefthook": "^1.11.13",
|
|
85
86
|
"@eslint/compat": "^1.2.1",
|
|
86
87
|
"@eslint/eslintrc": "^3.1.0",
|
|
87
88
|
"@eslint/js": "^9.13.0",
|
|
@@ -150,7 +151,6 @@
|
|
|
150
151
|
"framer-motion": "^11.5.6",
|
|
151
152
|
"globals": "^15.11.0",
|
|
152
153
|
"html-react-parser": "^5.2.2",
|
|
153
|
-
"husky": "^9.1.4",
|
|
154
154
|
"input-otp": "^1.4.1",
|
|
155
155
|
"isomorphic-dompurify": "^2.20.0",
|
|
156
156
|
"jsdom": "^24.1.3",
|
|
@@ -197,5 +197,10 @@
|
|
|
197
197
|
"bugs": {
|
|
198
198
|
"url": "https://github.com/scbt-ecom/ui/issues"
|
|
199
199
|
},
|
|
200
|
-
"homepage": "https://github.com/scbt-ecom/ui#readme"
|
|
200
|
+
"homepage": "https://github.com/scbt-ecom/ui#readme",
|
|
201
|
+
"pnpm": {
|
|
202
|
+
"onlyBuiltDependencies": [
|
|
203
|
+
"lefthook"
|
|
204
|
+
]
|
|
205
|
+
}
|
|
201
206
|
}
|