@spothero/ui 20.0.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 +5 -5
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,13 +95,13 @@
|
|
|
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",
|
|
98
99
|
"@spothero/browserslist-config": "4.0.0",
|
|
100
|
+
"@spothero/core": "7.0.0",
|
|
99
101
|
"@spothero/eslint-config": "6.0.0",
|
|
100
|
-
"@spothero/babel-preset-spothero": "5.0.0",
|
|
101
102
|
"@spothero/icons": "7.0.0",
|
|
102
|
-
"@spothero/core": "7.0.0",
|
|
103
|
-
"@spothero/prettier-config": "4.0.0",
|
|
104
103
|
"@spothero/npm-publisher": "7.0.0",
|
|
104
|
+
"@spothero/prettier-config": "4.0.0",
|
|
105
105
|
"@spothero/stylelint-config": "6.0.0"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
@@ -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
|
}
|