@chronogrove/ui 0.83.2 → 0.83.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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chronogrove/ui",
|
|
3
|
-
"version": "0.83.
|
|
3
|
+
"version": "0.83.3",
|
|
4
4
|
"description": "Chronogrove Theme UI theme, color mode helpers, and shared UI primitives",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -177,26 +177,26 @@
|
|
|
177
177
|
"@emotion/cache": "^11.14.0",
|
|
178
178
|
"@emotion/react": "^11.14.0",
|
|
179
179
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
180
|
-
"@fortawesome/react-fontawesome": "^3.3.
|
|
180
|
+
"@fortawesome/react-fontawesome": "^3.3.1",
|
|
181
181
|
"@theme-toggles/react": "^4.1.0",
|
|
182
182
|
"@theme-ui/components": "^0.17.4",
|
|
183
183
|
"@theme-ui/presets": "^0.17.4",
|
|
184
184
|
"react-intersection-observer": "^10.0.3",
|
|
185
185
|
"theme-ui": "^0.17.4",
|
|
186
|
-
"three": "^0.
|
|
186
|
+
"three": "^0.184.0"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@babel/core": "^7.29.0",
|
|
190
|
-
"@babel/preset-env": "^7.29.
|
|
190
|
+
"@babel/preset-env": "^7.29.5",
|
|
191
191
|
"@babel/preset-react": "^7.28.5",
|
|
192
192
|
"@testing-library/jest-dom": "^6.9.1",
|
|
193
193
|
"@testing-library/react": "^16.3.2",
|
|
194
|
-
"babel-jest": "^30.
|
|
195
|
-
"jest": "^30.
|
|
196
|
-
"jest-environment-jsdom": "^30.
|
|
197
|
-
"next": "^16.2.
|
|
198
|
-
"react": "^19.2.
|
|
199
|
-
"react-dom": "^19.2.
|
|
194
|
+
"babel-jest": "^30.4.1",
|
|
195
|
+
"jest": "^30.4.2",
|
|
196
|
+
"jest-environment-jsdom": "^30.4.1",
|
|
197
|
+
"next": "^16.2.6",
|
|
198
|
+
"react": "^19.2.6",
|
|
199
|
+
"react-dom": "^19.2.6"
|
|
200
200
|
},
|
|
201
201
|
"scripts": {
|
|
202
202
|
"test": "jest --config jest.config.cjs",
|