@spothero/ui 20.0.0-beta.0 → 20.0.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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spothero/ui",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1",
|
|
4
4
|
"description": "SpotHero's React component UI library.",
|
|
5
5
|
"main": "./dist/components/index.js",
|
|
6
6
|
"exports": "./dist/components/index.js",
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
"webpack-merge": "5.1.4",
|
|
96
96
|
"css-loader": "5.1.3",
|
|
97
97
|
"sass-loader": "10.2.1",
|
|
98
|
-
"@spothero/babel-preset-spothero": "5.0.0
|
|
99
|
-
"@spothero/
|
|
100
|
-
"@spothero/
|
|
101
|
-
"@spothero/
|
|
102
|
-
"@spothero/
|
|
103
|
-
"@spothero/
|
|
104
|
-
"@spothero/prettier-config": "4.0.0
|
|
105
|
-
"@spothero/stylelint-config": "6.0.0
|
|
98
|
+
"@spothero/babel-preset-spothero": "5.0.0",
|
|
99
|
+
"@spothero/browserslist-config": "4.0.0",
|
|
100
|
+
"@spothero/core": "7.0.0",
|
|
101
|
+
"@spothero/eslint-config": "6.0.0",
|
|
102
|
+
"@spothero/icons": "7.0.0",
|
|
103
|
+
"@spothero/npm-publisher": "7.0.0",
|
|
104
|
+
"@spothero/prettier-config": "4.0.0",
|
|
105
|
+
"@spothero/stylelint-config": "6.0.0"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@chakra-ui/react": "1.8.8",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"regenerator-runtime": "0.13.7",
|
|
119
119
|
"ssr-window": "1.0.1",
|
|
120
120
|
"transitionEnd": "1.0.2",
|
|
121
|
-
"@spothero/utils": "12.0.0
|
|
121
|
+
"@spothero/utils": "12.0.0"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
124
|
"classnames": "^2.2.6",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"test:unit:watch": "DEBUG_PRINT_LIMIT=-1 pnpm run test:template -- --watch",
|
|
140
140
|
"build:v2": "BABEL_ENV=production babel src -d dist",
|
|
141
141
|
"build": "pnpm run clean && pnpm run build:v2",
|
|
142
|
-
"build:storybook": "build-storybook -o ./docs/v2",
|
|
142
|
+
"build:storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook -o ./docs/v2",
|
|
143
143
|
"release": "npm-release",
|
|
144
144
|
"publish-storybook": "pnpm run build:storybook && push-dir --dir=docs/v2 --branch=gh-pages --allow-unclean"
|
|
145
145
|
}
|