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