@react95/core 9.4.0 → 9.4.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react95/core",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.1",
|
|
4
4
|
"description": "Windows 95 styleguide",
|
|
5
5
|
"main": "cjs/index.cjs",
|
|
6
6
|
"type": "module",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"license": "MIT",
|
|
165
165
|
"dependencies": {
|
|
166
166
|
"@neodrag/react": "^2.0.4",
|
|
167
|
-
"@react95/icons": "^2.
|
|
167
|
+
"@react95/icons": "^2.2.0",
|
|
168
168
|
"@vanilla-extract/dynamic": "^2.1.0",
|
|
169
169
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
170
170
|
"classnames": "^2.5.1",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"url": "https://github.com/React95/React95/issues"
|
|
196
196
|
},
|
|
197
197
|
"homepage": "https://github.com/React95/React95#readme",
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "4b79dbe37f571332fa32018f50fbfe5ab8622abd",
|
|
199
199
|
"module": "esm/index.mjs",
|
|
200
200
|
"private": false,
|
|
201
201
|
"types": "types/index.d.ts"
|