@spothero/ui 24.0.5-beta.1 → 24.0.5-beta.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/dist/index.cjs.js +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spothero/ui",
|
|
3
|
-
"version": "24.0.5-beta.
|
|
3
|
+
"version": "24.0.5-beta.3",
|
|
4
4
|
"description": "SpotHero's React component UI library.",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
"vite-tsconfig-paths": "5.1.4",
|
|
103
103
|
"vitest": "2.1.8",
|
|
104
104
|
"webpack-merge": "5.1.4",
|
|
105
|
-
"@spothero/babel-preset-spothero": "5.1.0",
|
|
106
|
-
"@spothero/browserslist-config": "4.0.0",
|
|
107
105
|
"@spothero/core": "7.0.1",
|
|
106
|
+
"@spothero/babel-preset-spothero": "5.1.0",
|
|
108
107
|
"@spothero/eslint-config": "6.1.0",
|
|
108
|
+
"@spothero/browserslist-config": "4.0.0",
|
|
109
|
+
"@spothero/icons": "9.1.3",
|
|
109
110
|
"@spothero/npm-publisher": "7.0.0",
|
|
110
111
|
"@spothero/prettier-config": "4.0.0",
|
|
111
|
-
"@spothero/icons": "9.1.3",
|
|
112
112
|
"@spothero/stylelint-config": "6.0.0"
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|