@biggive/components 202604281656.0.0 → 202605120557.0.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biggive/components",
|
|
3
3
|
"_comment": "Version number below is automatically replaced during CircleCI build.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "202605120557.0.0",
|
|
5
5
|
"description": "Big Give Components",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"husky": "^9.0.6",
|
|
66
66
|
"jest": "^29.7.0",
|
|
67
67
|
"jest-cli": "^29.7.0",
|
|
68
|
-
"lint-staged": "^
|
|
68
|
+
"lint-staged": "^17.0.2",
|
|
69
69
|
"prettier": "^3.1.1",
|
|
70
70
|
"puppeteer": "^24.32.0",
|
|
71
71
|
"storybook": "^8.6.15"
|