@redsift/design-system 9.3.0 → 9.3.2-muiv5
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 +3 -2
package/package.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"check-types": "tsc && tsc-strict",
|
|
26
26
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
|
|
27
27
|
"prepare": "install-peers || exit 0",
|
|
28
|
+
"prepublishOnly": "yarn build",
|
|
28
29
|
"test:unit": "NODE_ENV=test jest --verbose",
|
|
29
30
|
"test:storybook": "test-storybook -c ../../.storybook --url http://localhost:9000/",
|
|
30
31
|
"test": "yarn test:unit && yarn test:storybook",
|
|
@@ -32,7 +33,7 @@
|
|
|
32
33
|
"version": "version-changelog ../../CHANGELOG.md && changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
|
|
33
34
|
},
|
|
34
35
|
"types": "index.d.ts",
|
|
35
|
-
"version": "9.3.
|
|
36
|
+
"version": "9.3.2-muiv5",
|
|
36
37
|
"dependencies": {
|
|
37
38
|
"@react-aria/focus": "3.12.1",
|
|
38
39
|
"@react-aria/i18n": "3.7.2",
|
|
@@ -100,5 +101,5 @@
|
|
|
100
101
|
"react-dom": ">=17",
|
|
101
102
|
"styled-components": "^5.3.5"
|
|
102
103
|
},
|
|
103
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "c718b6c9335f5454e724c3f8c6d05e5c2ff6bacd"
|
|
104
105
|
}
|