Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Dec 16, 2020
1 parent 3148ff0 commit 1204a65
Show file tree
Hide file tree
Showing 31 changed files with 3,958 additions and 4,207 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"dependencies": {
"@adobe/focus-ring-polyfill": "^0.1.5",
"@adobe/prism-adobe": "^1.0.3",
"@adobe/react-spectrum": "^3.3.0",
"@adobe/react-spectrum": "3.6",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@spectrum-css/accordion": "^3.0.0-beta.2",
"@spectrum-css/alert": "^3.0.0-beta.3",
"@spectrum-css/assetlist": "^3.0.0-beta.3",
Expand All @@ -80,13 +80,13 @@
"@spectrum-icons/workflow": "^3.1.0",
"classnames": "^2.2.6",
"elasticlunr": "^0.9.5",
"gatsby": "^2.19.19",
"gatsby": "^2.29.0",
"mobx": "^5.15.6",
"node-html-parser": "^1.2.20",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "16.14.0",
"react-id-generator": "^3.0.1",
"react-image": "^4.0.3",
"react-responsive": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Accordion/Accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/
/** @jsx jsx */
import { jsx } from '@emotion/core'
import { jsx } from '@emotion/react'

import '@spectrum-css/accordion'

Expand Down
2 changes: 1 addition & 1 deletion src/Accordion/AccordionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/
/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { useState } from 'react'
import PropTypes from 'prop-types'
import classNames from 'classnames'
Expand Down
2 changes: 1 addition & 1 deletion src/Alert/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/
/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'

import Info from '@spectrum-icons/workflow/Info'
import Help from '@spectrum-icons/workflow/Help'
Expand Down
2 changes: 1 addition & 1 deletion src/Breadcrumbs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import PropTypes from 'prop-types'
import { Link as GatsbyLink } from 'gatsby'
import '@spectrum-css/breadcrumb'
Expand Down
2 changes: 1 addition & 1 deletion src/Code/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* governing permissions and limitations under the License.
*/
/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { createRef, useState } from 'react'
import nextId from 'react-id-generator'
import classNames from 'classnames'
Expand Down
2 changes: 1 addition & 1 deletion src/Contributors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import PropTypes from 'prop-types'
import { Flex } from '@adobe/react-spectrum'
import { Img } from 'react-image'
Expand Down
2 changes: 1 addition & 1 deletion src/DiscoverBlock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { cloneElement, layoutColumns } from '../utils'
import '@spectrum-css/typography'
import PropTypes from 'prop-types'
Expand Down
2 changes: 1 addition & 1 deletion src/Feedback/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import PropTypes from 'prop-types'
import { Button, View } from '@adobe/react-spectrum'

Expand Down
2 changes: 1 addition & 1 deletion src/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ governing permissions and limitations under the License.
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { Divider, Flex, View } from '@adobe/react-spectrum'
import '@spectrum-css/typography'

Expand Down
2 changes: 1 addition & 1 deletion src/GlobalHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import React, { useRef, useEffect, useState, createRef } from 'react'
import PropTypes from 'prop-types'
import nextId from 'react-id-generator'
Expand Down
2 changes: 1 addition & 1 deletion src/Grid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ governing permissions and limitations under the License.
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import styled from '@emotion/styled'

const Grid = ({ children, ...props }) => (
Expand Down
2 changes: 1 addition & 1 deletion src/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { createRef, useEffect, useRef, useState } from 'react'
import { Link } from 'gatsby'
import { Adobe } from '../Icons'
Expand Down
2 changes: 1 addition & 1 deletion src/Heading/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import React from 'react'
import classNames from 'classnames'
import '@spectrum-css/typography'
Expand Down
2 changes: 1 addition & 1 deletion src/Hero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { Flex, View } from '@adobe/react-spectrum'
import '@spectrum-css/typography'
import PropTypes from 'prop-types'
Expand Down
2 changes: 1 addition & 1 deletion src/InlineCode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import classNames from 'classnames'
import '@spectrum-css/typography'

Expand Down
2 changes: 1 addition & 1 deletion src/Next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ governing permissions and limitations under the License.
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import PropTypes from 'prop-types'
import { Link } from 'gatsby'

Expand Down
2 changes: 1 addition & 1 deletion src/NextPrev/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import PropTypes from 'prop-types'
import { Link as GatsbyLink } from 'gatsby'
import '@spectrum-css/typography'
Expand Down
2 changes: 1 addition & 1 deletion src/NextSteps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { Link as GatsbyLink } from 'gatsby'
import { Heading4 } from '../Heading'
import { View } from '@adobe/react-spectrum'
Expand Down
2 changes: 1 addition & 1 deletion src/OnThisPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { useEffect, useState, useRef } from 'react'
import PropTypes from 'prop-types'
import { View } from '@adobe/react-spectrum'
Expand Down
2 changes: 1 addition & 1 deletion src/OpenAPIBlock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { useState } from 'react'
import { ProgressCircle } from '@adobe/react-spectrum'
import { RedocStandalone } from 'redoc'
Expand Down
2 changes: 1 addition & 1 deletion src/OpenApiGrid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/
/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import styled from '@emotion/styled'

const OpenApiGrid = ({ children, ...props }) => (
Expand Down
2 changes: 1 addition & 1 deletion src/Picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import React, { useEffect, useState, useRef } from 'react'
import PropTypes from 'prop-types'
import nextId from 'react-id-generator'
import { css } from '@emotion/core'
import { css } from '@emotion/react'
import classNames from 'classnames'
import { ChevronDown } from '../Icons'
import { Popover } from '../Popover'
Expand Down
2 changes: 1 addition & 1 deletion src/Popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import React, { forwardRef } from 'react'
import PropTypes from 'prop-types'
import '@spectrum-css/popover'
import { css } from '@emotion/core'
import { css } from '@emotion/react'
import classNames from 'classnames'

const Popover = forwardRef(
Expand Down
2 changes: 1 addition & 1 deletion src/Prev/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ governing permissions and limitations under the License.
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import PropTypes from 'prop-types'
import { Link } from 'gatsby'

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import React from 'react'
import '@spectrum-css/typography'
import PropTypes from 'prop-types'
Expand Down
2 changes: 1 addition & 1 deletion src/Search/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { useEffect, useRef, useState } from 'react'
import { Heading, SearchField, Text } from '@adobe/react-spectrum'
import { Menu } from '../Menu'
Expand Down
2 changes: 1 addition & 1 deletion src/TableOfContents/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ governing permissions and limitations under the License.
*/

/** @jsx jsx */
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import PropTypes from 'prop-types'
import { Link } from '../Link'
import { View } from '@adobe/react-spectrum'
Expand Down
2 changes: 1 addition & 1 deletion src/Tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import React, { useEffect, forwardRef } from 'react'
import classNames from 'classnames'
import '@spectrum-css/tabs'
import { css } from '@emotion/core'
import { css } from '@emotion/react'

const positionIndicator = (indicator, selectedTab) => {
if (selectedTab?.current) {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ governing permissions and limitations under the License.
*/

import { withPrefix } from 'gatsby'
import { jsx } from '@emotion/core'
import { jsx } from '@emotion/react'

export const cloneElement = (element, props) =>
jsx(element.type, {
Expand Down
Loading

0 comments on commit 1204a65

Please sign in to comment.