summit-registration-lite 7.0.4 → 7.0.5
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/.codegraph/daemon.pid +2 -2
- package/dist/components/index.js +59 -66
- package/dist/components/index.js.map +1 -1
- package/dist/components/registration-form.js +52 -59
- package/dist/components/registration-form.js.map +1 -1
- package/dist/components/registration-modal.js +58 -65
- package/dist/components/registration-modal.js.map +1 -1
- package/dist/index.js +58 -65
- package/dist/index.js.map +1 -1
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "summit-registration-lite",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.5",
|
|
4
4
|
"description": "Summit Registration Lite",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"mini-css-extract-plugin": "^2.6.0",
|
|
79
79
|
"moment": "^2.22.2",
|
|
80
80
|
"moment-timezone": "^0.5.21",
|
|
81
|
-
"openstack-uicore-foundation": "4.2.
|
|
81
|
+
"openstack-uicore-foundation": "4.2.31",
|
|
82
82
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
83
83
|
"path": "^0.12.7",
|
|
84
84
|
"react": "^16.8.4",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"regenerator-runtime": "^0.13.7",
|
|
105
105
|
"sass": "^1.77.0",
|
|
106
106
|
"sass-loader": "^12.6.0",
|
|
107
|
+
"spark-md5": "^3.0.2",
|
|
107
108
|
"style-loader": "^3.3.1",
|
|
108
109
|
"superagent": "^3.8.1",
|
|
109
110
|
"sweetalert2": "^8.15.2",
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
"lodash": "^4.17.14",
|
|
130
131
|
"moment": "^2.22.2",
|
|
131
132
|
"moment-timezone": "^0.5.21",
|
|
132
|
-
"openstack-uicore-foundation": "4.2.
|
|
133
|
+
"openstack-uicore-foundation": "4.2.31",
|
|
133
134
|
"react": "^16.8.4",
|
|
134
135
|
"react-bootstrap": "^0.31.5",
|
|
135
136
|
"react-datetime": "^2.16.2",
|
|
@@ -140,6 +141,7 @@
|
|
|
140
141
|
"redux": "^4.0.5",
|
|
141
142
|
"redux-persist": "^5.9.1",
|
|
142
143
|
"redux-thunk": "^2.3.0",
|
|
144
|
+
"spark-md5": "^3.0.2",
|
|
143
145
|
"superagent": "^3.8.1",
|
|
144
146
|
"sweetalert2": "^8.15.2",
|
|
145
147
|
"urijs": "^1.19.1",
|