chop-logic-components 2.5.2 → 2.5.3
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Components has the tools to make it easier.
|
|
|
21
21
|
|
|
22
22
|
## 🔗 Links
|
|
23
23
|
|
|
24
|
-
- [Storybook Playground](https://
|
|
24
|
+
- [Storybook Playground](https://choplogic.github.io/chop-logic-components)
|
|
25
25
|
- [NPM package](https://www.npmjs.com/package/chop-logic-components)
|
|
26
26
|
|
|
27
27
|
## 📦 Installation
|
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/ChopLogic/chop-logic-components.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.5.
|
|
8
|
-
"description": "React
|
|
7
|
+
"version": "2.5.3",
|
|
8
|
+
"description": "Reusable React components and hooks for the Chop Logic project",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"main": "dist/index.cjs.js",
|
|
11
11
|
"module": "dist/index.es.js",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@commitlint/cli": "^19.7.1",
|
|
59
59
|
"@commitlint/config-conventional": "^19.7.1",
|
|
60
60
|
"@eslint/js": "^9.20.0",
|
|
61
|
-
"@storybook/addon-docs": "^9.1.
|
|
62
|
-
"@storybook/react-vite": "^9.1.
|
|
61
|
+
"@storybook/addon-docs": "^9.1.1",
|
|
62
|
+
"@storybook/react-vite": "^9.1.1",
|
|
63
63
|
"@testing-library/jest-dom": "^6.6.3",
|
|
64
64
|
"@testing-library/react": "^16.2.0",
|
|
65
65
|
"@types/node": "^22.13.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
72
72
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
73
73
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
74
|
-
"eslint-plugin-storybook": "^9.1.
|
|
74
|
+
"eslint-plugin-storybook": "^9.1.1",
|
|
75
75
|
"globals": "^15.14.0",
|
|
76
76
|
"husky": "^9.1.7",
|
|
77
77
|
"husky-init": "^8.0.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"prettier": "^3.4.2",
|
|
80
80
|
"remark-gfm": "^4.0.1",
|
|
81
81
|
"sass": "^1.87.0",
|
|
82
|
-
"storybook": "^9.1.
|
|
82
|
+
"storybook": "^9.1.1",
|
|
83
83
|
"typescript": "^5.7.3",
|
|
84
84
|
"typescript-eslint": "^8.23.0",
|
|
85
85
|
"vite": "^6.0.11",
|