@vchasno/ui-kit 0.4.51 → 0.4.52
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/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vchasno/ui-kit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.52",
|
|
4
4
|
"description": "React UI components for Vchasno applications",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lint:css": "stylelint \"src/**/*.css\"",
|
|
21
21
|
"lint:css:fix": "stylelint \"src/**/*.css\" --fix",
|
|
22
22
|
"build": "rollup -c",
|
|
23
|
-
"pub": "npm run build && npm
|
|
23
|
+
"pub": "npm run build && npm publish --access public --scope=@vchasno",
|
|
24
24
|
"storybook": "storybook dev -p 6006",
|
|
25
25
|
"build-storybook": "storybook build",
|
|
26
26
|
"test": "jest --ci --coverage --collectCoverageFrom=src/components/**/*.{ts,tsx}",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"webpack": "5.97.1"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"react": "^16.8.0 || ^17 || ^18",
|
|
97
|
-
"react-dom": "^16.8.0 || ^17 || ^18"
|
|
96
|
+
"react": "^16.8.0 || ^17 || ^18 || ^19",
|
|
97
|
+
"react-dom": "^16.8.0 || ^17 || ^18 || ^19"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@emotion/react": "11.13.3",
|