@homebound/beam 2.416.4 → 2.416.6
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "2.416.
|
|
3
|
+
"version": "2.416.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"build": "yarn tsup-node src/index.ts src/utils/rtlUtils.tsx --format esm,cjs --dts --clean --sourcemap",
|
|
35
35
|
"build:truss": "truss",
|
|
36
36
|
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
|
|
37
|
-
"test": "
|
|
38
|
-
"test:watch": "
|
|
37
|
+
"test": "vitest run",
|
|
38
|
+
"test:watch": "vitest",
|
|
39
39
|
"lint": "eslint --ext js,ts,tsx src",
|
|
40
40
|
"lint:fix": "eslint --ext js,ts,tsx --fix src",
|
|
41
41
|
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 9000",
|
|
@@ -87,10 +87,9 @@
|
|
|
87
87
|
"@emotion/react": "^11.14.0",
|
|
88
88
|
"@homebound/eslint-config": "^1.10.2",
|
|
89
89
|
"@homebound/rtl-react-router-utils": "1.2.0",
|
|
90
|
-
"@homebound/rtl-utils": "^2.
|
|
90
|
+
"@homebound/rtl-utils": "^2.68.3",
|
|
91
91
|
"@homebound/truss": "^1.137.5",
|
|
92
92
|
"@homebound/tsconfig": "^1.1.1",
|
|
93
|
-
"@jest/globals": "^29.7.0",
|
|
94
93
|
"@semantic-release/exec": "^7.0.3",
|
|
95
94
|
"@semantic-release/git": "^10.0.1",
|
|
96
95
|
"@storybook/addon-links": "^10.2.17",
|
|
@@ -100,7 +99,6 @@
|
|
|
100
99
|
"@testing-library/react": "^16.2.0",
|
|
101
100
|
"@tsconfig/recommended": "^1.0.2",
|
|
102
101
|
"@types/dompurify": "^2.2.3",
|
|
103
|
-
"@types/jest": "^29.5.14",
|
|
104
102
|
"@types/node": "^22.10.10",
|
|
105
103
|
"@types/react": "^18.3.11",
|
|
106
104
|
"@types/react-beautiful-dnd": "^13.1.3",
|
|
@@ -112,11 +110,7 @@
|
|
|
112
110
|
"eslint": "^8.52.0",
|
|
113
111
|
"eslint-plugin-storybook": "^10.2.17",
|
|
114
112
|
"husky": "^5.1.1",
|
|
115
|
-
"
|
|
116
|
-
"jest": "^29.7.0",
|
|
117
|
-
"jest-chain": "^1.1.6",
|
|
118
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
119
|
-
"jest-watch-typeahead": "^2.2.2",
|
|
113
|
+
"jsdom": "^28.1.0",
|
|
120
114
|
"mobx": "^6.13.6",
|
|
121
115
|
"mobx-react": "^9.2.0",
|
|
122
116
|
"prettier": "^3.3.3",
|
|
@@ -125,12 +119,11 @@
|
|
|
125
119
|
"react-dom": "^18.2.0",
|
|
126
120
|
"semantic-release": "^24.2.3",
|
|
127
121
|
"storybook": "^10.2.17",
|
|
128
|
-
"ts-jest": "^29.2.6",
|
|
129
|
-
"ts-node": "^10.9.2",
|
|
130
122
|
"tsup": "^8.4.0",
|
|
131
123
|
"typescript": "5.8.2",
|
|
132
124
|
"vite": "^6.2.1",
|
|
133
125
|
"vite-tsconfig-paths": "^5.1.4",
|
|
126
|
+
"vitest": "^4.0.18",
|
|
134
127
|
"watch": "^1.0.2"
|
|
135
128
|
},
|
|
136
129
|
"resolutions": {
|