@openeventkit/event-site 2.1.17-beta.4 → 2.1.17-beta.6

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.4",
4
+ "version": "2.1.17-beta.6",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@emotion/server": "^11.11.0",
@@ -173,6 +173,8 @@
173
173
  "@testing-library/react": "^15.0.2",
174
174
  "@testing-library/user-event": "^14.5.2",
175
175
  "babel-jest": "^29.7.0",
176
+ "babel-preset-gatsby": "3.14.0",
177
+ "core-js": "3.39.0",
176
178
  "devcert": "1.1.0",
177
179
  "gatsby-plugin-webpack-speed-measure": "^0.1.1",
178
180
  "identity-obj-proxy": "^3.0.0",
@@ -181,6 +183,7 @@
181
183
  "jest-transform-stub": "^2.0.0",
182
184
  "js-yaml": "^4.1.0",
183
185
  "js-yaml-loader": "^1.2.2",
186
+ "openstack-uicore-foundation": "4.2.8",
184
187
  "prettier": "^2.0.5"
185
188
  },
186
189
  "jest": {