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