Skip to content

Commit

Permalink
chore(j-s): Fix DatePicker rendering issue (#16755)
Browse files Browse the repository at this point in the history
* Update react-select and framer-motion

* Remove unused dependencies

* Add apollo gateway

* Add mobx

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
oddsson and kodiakhq[bot] authored Nov 8, 2024
1 parent 7bbf5b8 commit 1d99e3f
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 410 deletions.
1 change: 0 additions & 1 deletion apps/auth-admin-web/specs/index.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import { render } from '@testing-library/react'
import 'whatwg-fetch'
import Index from '../pages/index'
jest.mock('next/router', () => ({
useRouter: () => ({ push: () => jest.fn() }),
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"@contentful/field-editor-reference": "5.20.0",
"@contentful/field-editor-single-line": "1.1.8",
"@contentful/forma-36-react-components": "3.78.4",
"@contentful/forma-36-tokens": "0.10.1",
"@contentful/node-apps-toolkit": "2.0.2",
"@contentful/react-apps-toolkit": "1.2.15",
"@contentful/rich-text-from-markdown": "15.16.6",
Expand All @@ -93,7 +92,6 @@
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@elastic/elasticsearch": "7.7.1",
"@formatjs/cli": "4.2.27",
"@formatjs/intl-datetimeformat": "4.1.6",
"@formatjs/intl-locale": "2.4.33",
"@formatjs/intl-numberformat": "7.1.5",
Expand Down Expand Up @@ -185,7 +183,7 @@
"font-awesome": "4.7.0",
"form-data": "3.0.0",
"formik": "2.2.9",
"framer-motion": "11.11.9",
"framer-motion": "11.11.11",
"fridagar": "^3.2.0",
"fuse.js": "7.0.0",
"glob": "10.3.3",
Expand Down Expand Up @@ -266,7 +264,7 @@
"react-popper": "2.3.0",
"react-remove-scroll": "2.5.6",
"react-router-dom": "6.11.2",
"react-select": "5.7.3",
"react-select": "5.8.2",
"react-table": "7.7.0",
"react-toastify": "6.0.8",
"react-top-loading-bar": "2.3.1",
Expand Down Expand Up @@ -305,7 +303,6 @@
"unified": "9.2.0",
"uuidv4": "6.0.8",
"vm-browserify": "1.1.2",
"whatwg-fetch": "3.6.2",
"winston": "3.7.2",
"winston-cloudwatch": "3.1.1",
"winston-transport": "4.6.0",
Expand Down
Loading

0 comments on commit 1d99e3f

Please sign in to comment.