@openeventkit/event-site 2.1.17-beta.3 → 2.1.17-beta.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/babel.config.json CHANGED
@@ -5,9 +5,7 @@
5
5
  {
6
6
  "targets": {
7
7
  "esmodules": true
8
- },
9
- "useBuiltIns": "usage",
10
- "corejs": 3
8
+ }
11
9
  }
12
10
  ]
13
11
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openeventkit/event-site",
3
3
  "description": "Event Site",
4
- "version": "2.1.17-beta.3",
4
+ "version": "2.1.17-beta.5",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@emotion/server": "^11.11.0",
@@ -37,7 +37,7 @@
37
37
  "autoprefixer": "10.4.14",
38
38
  "awesome-bootstrap-checkbox": "^1.0.1",
39
39
  "axios": "^0.19.2",
40
- "babel-preset-gatsby": "^3.13.2",
40
+ "babel-preset-gatsby": "3.14.0",
41
41
  "browser-tabs-lock": "^1.2.15",
42
42
  "buffer": "^6.0.3",
43
43
  "bulma": "^0.9.0",
@@ -152,6 +152,11 @@
152
152
  "xmlhttprequest": "^1.8.0",
153
153
  "yup": "^1.4.0"
154
154
  },
155
+ "peerDependencies": {
156
+ "babel-preset-gatsby": "3.14.0",
157
+ "gatsby": "5.14.5",
158
+ "openstack-uicore-foundation": "4.2.8"
159
+ },
155
160
  "keywords": [
156
161
  "Open Event Kit"
157
162
  ],