@selfcommunity/react-core 0.4.0-alpha.94 → 0.4.0-alpha.96
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/lib/umd/react-core.js +1 -1
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-core",
|
|
3
|
-
"version": "0.4.0-alpha.
|
|
3
|
+
"version": "0.4.0-alpha.96",
|
|
4
4
|
"description": "React Core Components useful for integrating UI Community components (react-ui).",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"build:commonjs": "tsc -b tsconfig-cjs.build.json",
|
|
33
33
|
"build:esm": "tsc -b tsconfig-esm.build.json",
|
|
34
34
|
"build:umd": "webpack --mode production",
|
|
35
|
+
"build:umd:analyze": "webpack --mode production --profile --json > ./lib/umd/stats.json && webpack-bundle-analyzer ./lib/umd/stats.json",
|
|
35
36
|
"build": "yarn clean:lib && yarn build:commonjs && yarn build:esm && yarn build:umd",
|
|
36
37
|
"prerelease": "yarn run clean:lib && yarn run build"
|
|
37
38
|
},
|
|
@@ -56,10 +57,10 @@
|
|
|
56
57
|
"react-intl": "^5.25.0"
|
|
57
58
|
},
|
|
58
59
|
"dependencies": {
|
|
59
|
-
"@selfcommunity/api-services": "^0.4.0-alpha.
|
|
60
|
-
"@selfcommunity/react-i18n": "^0.5.0-alpha.
|
|
61
|
-
"@selfcommunity/types": "^0.5.0-alpha.
|
|
62
|
-
"@selfcommunity/utils": "^0.2.0-alpha.
|
|
60
|
+
"@selfcommunity/api-services": "^0.4.0-alpha.29",
|
|
61
|
+
"@selfcommunity/react-i18n": "^0.5.0-alpha.49",
|
|
62
|
+
"@selfcommunity/types": "^0.5.0-alpha.10",
|
|
63
|
+
"@selfcommunity/utils": "^0.2.0-alpha.6",
|
|
63
64
|
"js-cookie": "^3.0.5",
|
|
64
65
|
"pubsub-js": "^1.9.4",
|
|
65
66
|
"react-singleton-hook": "^4.0.1",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"typescript": "^4.1.3",
|
|
114
115
|
"webpack": "^5.20.1",
|
|
115
116
|
"webpack-atoms": "^17.1.0",
|
|
117
|
+
"webpack-bundle-analyzer": "^4.9.0",
|
|
116
118
|
"webpack-cli": "^4.5.0"
|
|
117
119
|
},
|
|
118
120
|
"prettier": {
|
|
@@ -125,5 +127,5 @@
|
|
|
125
127
|
"bugs": {
|
|
126
128
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
127
129
|
},
|
|
128
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "15612ce8089ed5606a49cf2ea3cc3277758fa3fd"
|
|
129
131
|
}
|