summit-registration-lite 6.0.2 → 6.0.3-beta.2
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.js +34 -23
- package/dist/index.js.map +1 -1
- package/package.json +12 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "summit-registration-lite",
|
|
3
|
-
"version": "6.0.2",
|
|
3
|
+
"version": "6.0.3-beta.2",
|
|
4
4
|
"description": "Summit Registration Lite",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -37,6 +37,11 @@
|
|
|
37
37
|
"@babel/preset-env": "^7.16.11",
|
|
38
38
|
"@babel/preset-flow": "^7.16.7",
|
|
39
39
|
"@babel/preset-react": "^7.16.7",
|
|
40
|
+
"@emotion/react": "^11.11.4",
|
|
41
|
+
"@emotion/styled": "^11.11.5",
|
|
42
|
+
"@mui/icons-material": "^5.14.18",
|
|
43
|
+
"@mui/material": "^5.15.20",
|
|
44
|
+
"@mui/utils": "^5.16.8",
|
|
40
45
|
"@react-pdf/renderer": "^3.1.12",
|
|
41
46
|
"@testing-library/jest-dom": "^5.12.0",
|
|
42
47
|
"@testing-library/react": "^11.2.6",
|
|
@@ -66,7 +71,7 @@
|
|
|
66
71
|
"moment": "^2.22.2",
|
|
67
72
|
"moment-timezone": "^0.5.21",
|
|
68
73
|
"node-sass": "^7.0.1",
|
|
69
|
-
"openstack-uicore-foundation": "4.
|
|
74
|
+
"openstack-uicore-foundation": "4.2.10",
|
|
70
75
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
71
76
|
"path": "^0.12.7",
|
|
72
77
|
"react": "^16.8.4",
|
|
@@ -116,7 +121,7 @@
|
|
|
116
121
|
"lodash": "^4.17.14",
|
|
117
122
|
"moment": "^2.22.2",
|
|
118
123
|
"moment-timezone": "^0.5.21",
|
|
119
|
-
"openstack-uicore-foundation": "
|
|
124
|
+
"openstack-uicore-foundation": "4.2.9",
|
|
120
125
|
"react": "^16.8.4",
|
|
121
126
|
"react-bootstrap": "^0.31.5",
|
|
122
127
|
"react-datetime": "^2.16.2",
|
|
@@ -133,10 +138,11 @@
|
|
|
133
138
|
"validator": "^9.4.1"
|
|
134
139
|
},
|
|
135
140
|
"dependencies": {
|
|
136
|
-
"@emotion/react": "^11.11.
|
|
137
|
-
"@emotion/styled": "^11.11.
|
|
141
|
+
"@emotion/react": "^11.11.4",
|
|
142
|
+
"@emotion/styled": "^11.11.5",
|
|
138
143
|
"@mui/icons-material": "^5.14.18",
|
|
139
|
-
"@mui/material": "^5.
|
|
144
|
+
"@mui/material": "^5.15.20",
|
|
145
|
+
"@mui/utils": "^5.16.8",
|
|
140
146
|
"@react-pdf/renderer": "^3.1.12",
|
|
141
147
|
"@sentry/react": "^8.35.0",
|
|
142
148
|
"@stripe/react-stripe-js": "^3.6.0",
|