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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "summit-registration-lite",
3
- "version": "2.0.5",
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.14",
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.14",
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
@@ -1,9 +0,0 @@
1
- {
2
- "env": {
3
- "production": {
4
- "plugins": [
5
- ["react-remove-properties", { "properties": ["data-testid"] }]
6
- ]
7
- }
8
- }
9
- }
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
@@ -1,6 +0,0 @@
1
- {
2
- "semi": true,
3
- "tabWidth": 2,
4
- "singleQuote": true,
5
- "arrowParens": "avoid"
6
- }
package/babel.config.js DELETED
@@ -1,5 +0,0 @@
1
- // babel.config.js
2
- module.exports = {
3
- presets: ['@babel/preset-env', '@babel/preset-react'],
4
- plugins: ["@babel/plugin-proposal-class-properties"],
5
- };
package/jest-setup.js DELETED
@@ -1,3 +0,0 @@
1
- import 'regenerator-runtime/runtime'
2
-
3
- jest.setTimeout(10000); // in milliseconds