@selfcommunity/react-theme-default 0.5.0-mui7.39 → 0.5.0-react-17.0.1.12
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/cjs/components/SCCourseInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCCourseInfoDetails.js +2 -2
- package/lib/cjs/components/SCEventInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCEventInfoDetails.js +2 -2
- package/lib/cjs/components/SCEventLocationWidget.d.ts +1 -1
- package/lib/cjs/components/SCEventLocationWidget.js +2 -2
- package/lib/cjs/components/SCLightbox.d.ts +3 -3
- package/lib/cjs/components/SCLightbox.js +3 -3
- package/lib/cjs/components/SCLiveStreamInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCLiveStreamInfoDetails.js +2 -2
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +1 -1
- package/lib/cjs/components/SCLiveStreamRoom.js +1 -1
- package/lib/cjs/components/SCMediaFile.d.ts +2 -6
- package/lib/cjs/components/SCMediaFile.js +3 -7
- package/lib/cjs/components/SCOnBoardingWidget.d.ts +3 -3
- package/lib/cjs/components/SCOnBoardingWidget.js +3 -3
- package/lib/cjs/index.d.ts +22 -20
- package/lib/esm/components/SCCourseInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCCourseInfoDetails.js +2 -2
- package/lib/esm/components/SCEventInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCEventInfoDetails.js +2 -2
- package/lib/esm/components/SCEventLocationWidget.d.ts +1 -1
- package/lib/esm/components/SCEventLocationWidget.js +2 -2
- package/lib/esm/components/SCLightbox.d.ts +3 -3
- package/lib/esm/components/SCLightbox.js +3 -3
- package/lib/esm/components/SCLiveStreamInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCLiveStreamInfoDetails.js +2 -2
- package/lib/esm/components/SCLiveStreamRoom.d.ts +1 -1
- package/lib/esm/components/SCLiveStreamRoom.js +1 -1
- package/lib/esm/components/SCMediaFile.d.ts +2 -6
- package/lib/esm/components/SCMediaFile.js +3 -7
- package/lib/esm/components/SCOnBoardingWidget.d.ts +3 -3
- package/lib/esm/components/SCOnBoardingWidget.js +3 -3
- package/lib/esm/index.d.ts +22 -20
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-theme-default",
|
|
3
|
-
"version": "0.5.0-
|
|
3
|
+
"version": "0.5.0-react-17.0.1.12+79dc1f163",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -57,15 +57,16 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@emotion/react": "^11.11.3",
|
|
59
59
|
"@emotion/styled": "^11.11.0",
|
|
60
|
-
"
|
|
61
|
-
"react
|
|
60
|
+
"@mui/material": "^5.15.3",
|
|
61
|
+
"react": "^17.0.1 || 18",
|
|
62
|
+
"react-dom": "17 || 18"
|
|
62
63
|
},
|
|
63
64
|
"dependencies": {
|
|
64
65
|
"@emotion/react": "^11.11.3",
|
|
65
66
|
"@emotion/styled": "^11.11.0",
|
|
66
|
-
"@mui/material": "^
|
|
67
|
-
"react": "^
|
|
68
|
-
"react-dom": "
|
|
67
|
+
"@mui/material": "^5.15.3",
|
|
68
|
+
"react": "^17.0.1 || 18",
|
|
69
|
+
"react-dom": "17 || 18"
|
|
69
70
|
},
|
|
70
71
|
"devDependencies": {
|
|
71
72
|
"@babel/core": "^7.7.4",
|
|
@@ -75,8 +76,8 @@
|
|
|
75
76
|
"@types/chai": "^4.2.14",
|
|
76
77
|
"@types/enzyme": "^3.10.8",
|
|
77
78
|
"@types/jest": "^26.0.20",
|
|
78
|
-
"@types/react": "18",
|
|
79
|
-
"@types/react-dom": "18",
|
|
79
|
+
"@types/react": "17 || 18",
|
|
80
|
+
"@types/react-dom": "17 || 18",
|
|
80
81
|
"@types/sinon": "^9.0.10",
|
|
81
82
|
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
|
82
83
|
"@typescript-eslint/parser": "^4.14.2",
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"sass": "^1.32.6",
|
|
106
107
|
"sinon": "^9.2.4",
|
|
107
108
|
"tslib": "^2.6.2",
|
|
108
|
-
"typescript": "^4.
|
|
109
|
+
"typescript": "^4.1.3",
|
|
109
110
|
"webpack": "^5.20.1",
|
|
110
111
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
111
112
|
"webpack-cli": "^4.5.0"
|
|
@@ -120,5 +121,5 @@
|
|
|
120
121
|
"bugs": {
|
|
121
122
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
122
123
|
},
|
|
123
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "79dc1f1636418db25eb0fc6f81a488bda455a481"
|
|
124
125
|
}
|