@homebound/beam 2.416.3 → 2.416.5
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/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "2.416.
|
|
3
|
+
"version": "2.416.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -93,15 +93,9 @@
|
|
|
93
93
|
"@jest/globals": "^29.7.0",
|
|
94
94
|
"@semantic-release/exec": "^7.0.3",
|
|
95
95
|
"@semantic-release/git": "^10.0.1",
|
|
96
|
-
"@storybook/addon-
|
|
97
|
-
"@storybook/
|
|
98
|
-
"@
|
|
99
|
-
"@storybook/manager-api": "^8.6.4",
|
|
100
|
-
"@storybook/react": "^8.6.4",
|
|
101
|
-
"@storybook/react-vite": "^8.6.4",
|
|
102
|
-
"@storybook/test": "^8.6.4",
|
|
103
|
-
"@storybook/theming": "^8.6.4",
|
|
104
|
-
"@storybook/types": "^8.6.4",
|
|
96
|
+
"@storybook/addon-links": "^10.2.17",
|
|
97
|
+
"@storybook/react-vite": "^10.2.17",
|
|
98
|
+
"@testing-library/dom": "^10.4.1",
|
|
105
99
|
"@testing-library/jest-dom": "^6.6.3",
|
|
106
100
|
"@testing-library/react": "^16.2.0",
|
|
107
101
|
"@tsconfig/recommended": "^1.0.2",
|
|
@@ -113,10 +107,10 @@
|
|
|
113
107
|
"@types/react-dom": "^18.3.1",
|
|
114
108
|
"@types/react-router-dom": "^5.3.3",
|
|
115
109
|
"array-move": "^4.0.0",
|
|
116
|
-
"chromatic": "^
|
|
110
|
+
"chromatic": "^15.2.0",
|
|
117
111
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
118
112
|
"eslint": "^8.52.0",
|
|
119
|
-
"eslint-plugin-storybook": "^
|
|
113
|
+
"eslint-plugin-storybook": "^10.2.17",
|
|
120
114
|
"husky": "^5.1.1",
|
|
121
115
|
"identity-obj-proxy": "^3.0.0",
|
|
122
116
|
"jest": "^29.7.0",
|
|
@@ -130,7 +124,7 @@
|
|
|
130
124
|
"react": "^18.3.1",
|
|
131
125
|
"react-dom": "^18.2.0",
|
|
132
126
|
"semantic-release": "^24.2.3",
|
|
133
|
-
"storybook": "^
|
|
127
|
+
"storybook": "^10.2.17",
|
|
134
128
|
"ts-jest": "^29.2.6",
|
|
135
129
|
"ts-node": "^10.9.2",
|
|
136
130
|
"tsup": "^8.4.0",
|