summit-registration-lite 2.0.5 → 2.0.8
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.css +24 -0
- package/dist/index.js +2071 -0
- package/package.json +3 -3
- package/.babelrc +0 -9
- package/.editorconfig +0 -40
- package/.prettierrc +0 -6
- package/babel.config.js +0 -5
- package/jest-setup.js +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "summit-registration-lite",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Summit Registration Lite",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"moment": "^2.22.2",
|
|
60
60
|
"moment-timezone": "^0.5.21",
|
|
61
61
|
"node-sass": "^7.0.1",
|
|
62
|
-
"openstack-uicore-foundation": "^4.0.
|
|
62
|
+
"openstack-uicore-foundation": "^4.0.35",
|
|
63
63
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
64
64
|
"path": "^0.12.7",
|
|
65
65
|
"react": "^16.8.4",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"lodash": "^4.17.14",
|
|
104
104
|
"moment": "^2.22.2",
|
|
105
105
|
"moment-timezone": "^0.5.21",
|
|
106
|
-
"openstack-uicore-foundation": "^4.0.
|
|
106
|
+
"openstack-uicore-foundation": "^4.0.35",
|
|
107
107
|
"react": "^16.8.4",
|
|
108
108
|
"react-bootstrap": "^0.31.5",
|
|
109
109
|
"react-datetime": "^2.16.2",
|
package/.babelrc
DELETED
package/.editorconfig
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# http://editorConfig.org
|
|
2
|
-
|
|
3
|
-
root = true
|
|
4
|
-
|
|
5
|
-
[*]
|
|
6
|
-
charset = utf-8
|
|
7
|
-
end_of_line = lf
|
|
8
|
-
indent_style = space
|
|
9
|
-
insert_final_newline = true
|
|
10
|
-
tab_width = 4
|
|
11
|
-
trim_trailing_whitespace = true
|
|
12
|
-
|
|
13
|
-
[{*.css,*.scss}]
|
|
14
|
-
indent_size = 2
|
|
15
|
-
|
|
16
|
-
[{*.js,*.jsx,*.tsx,*.ts,*.mjs}]
|
|
17
|
-
indent_size = 4
|
|
18
|
-
|
|
19
|
-
[*.json]
|
|
20
|
-
indent_size = 2
|
|
21
|
-
|
|
22
|
-
[*.md,*.mdx]
|
|
23
|
-
indent_size = 4
|
|
24
|
-
trim_trailing_whitespace = false
|
|
25
|
-
|
|
26
|
-
[*.mdx]
|
|
27
|
-
indent_size = 2
|
|
28
|
-
trim_trailing_whitespace = false
|
|
29
|
-
|
|
30
|
-
[.*rc]
|
|
31
|
-
indent_size = 2
|
|
32
|
-
|
|
33
|
-
[*.{yml,yaml}]
|
|
34
|
-
indent_size = 2
|
|
35
|
-
|
|
36
|
-
[Makefile]
|
|
37
|
-
indent_style = tab
|
|
38
|
-
|
|
39
|
-
[Dockerfile]
|
|
40
|
-
indent_size = 2
|
package/.prettierrc
DELETED
package/babel.config.js
DELETED
package/jest-setup.js
DELETED