tenjin-ui-kit 0.3.58-dev → 0.3.59
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 +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tenjin-ui-kit",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.59",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://gitlab.com/yethi/react/tenjin-ui-kit.git"
|
|
6
6
|
},
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"@testing-library/user-event": "^13.5.0",
|
|
17
17
|
"aria-hidden": "^1.2.2",
|
|
18
18
|
"axios": "^0.26.0",
|
|
19
|
+
"@mui/lab": "5.0.0-alpha.116",
|
|
19
20
|
"clsx": "^1.2.1",
|
|
20
21
|
"d3-hierarchy": "^3.1.2",
|
|
21
22
|
"feather-icons": "^4.29.0",
|
|
@@ -50,8 +51,10 @@
|
|
|
50
51
|
"build-storybook": "build-storybook -s public",
|
|
51
52
|
"clean": "rimraf dist",
|
|
52
53
|
"compile": "npm run clean && cross-env NODE_ENV=production babel src/package --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
|
|
53
|
-
"copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
|
|
54
|
-
"publish
|
|
54
|
+
"copy-and-publish-dev": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
|
|
55
|
+
"copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish",
|
|
56
|
+
"publish-dev": "npm-run-all compile copy-and-publish-dev",
|
|
57
|
+
"publish-prod": "npm-run-all compile copy-and-publish"
|
|
55
58
|
},
|
|
56
59
|
"eslintConfig": {
|
|
57
60
|
"extends": [
|
|
@@ -111,7 +114,6 @@
|
|
|
111
114
|
"@emotion/react": "^11.10.5",
|
|
112
115
|
"@emotion/styled": "^11.10.5",
|
|
113
116
|
"@mui/material": "^5.11.3",
|
|
114
|
-
"@mui/lab": "^5.0.0-alpha.116",
|
|
115
117
|
"@testing-library/jest-dom": "^5.16.5",
|
|
116
118
|
"@testing-library/react": "^13.4.0",
|
|
117
119
|
"@testing-library/user-event": "^13.5.0",
|