Skip to content

Commit

Permalink
chore: upgrade dependencies (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil authored Aug 30, 2023
1 parent fb3aab4 commit 40066ed
Show file tree
Hide file tree
Showing 5 changed files with 929 additions and 703 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://welcome-ui.com",
"dependencies": {
"@docsearch/react": "^3.5.0",
"@docsearch/react": "^3.5.2",
"@hookform/resolvers": "^3.1.1",
"@mdx-js/loader": "1.6.22",
"@mdx-js/react": "1.6.22",
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,24 @@
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.9",
"@babel/eslint-parser": "^7.22.5",
"@babel/core": "7.22.11",
"@babel/eslint-parser": "^7.22.11",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-modules-commonjs": "7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "7.22.9",
"@babel/plugin-transform-modules-commonjs": "7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@babel/preset-typescript": "^7.22.11",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/emoji-mart": "3.0.9",
"@types/jest": "^29.5.4",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.escaperegexp": "^4.1.6",
"@types/lodash.groupby": "^4.6.6",
Expand All @@ -104,7 +105,7 @@
"@vusion/webfonts-generator": "^0.8.0",
"@xstyled/styled-components": "^3.7.3",
"aws-sdk": "^2.1397.0",
"babel-jest": "29.6.1",
"babel-jest": "29.6.4",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"colors": "^1.4.0",
Expand All @@ -114,8 +115,8 @@
"esbuild-plugin-replace": "^1.4.0",
"esm": "^3.2.25",
"husky": "8.0.3",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.2",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-styled-components": "7.1.1",
"lerna": "^6.5.1",
"lerna-update-wizard": "^1.1.2",
Expand All @@ -132,7 +133,7 @@
"styled-components": "^5.3.9",
"svgo": "^3.0.1",
"typescript": "5.0.2",
"wttj-config": "^2.5.1",
"wttj-config": "^2.6.2",
"yargs": "^17.7.2"
},
"resolutions": {
Expand Down
1 change: 0 additions & 1 deletion packages/Swiper/tests/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import userEvent from '@testing-library/user-event'
import '@testing-library/jest-dom/extend-expect'

import { render } from '../../../utils/tests'
import { Swiper, useSwiper } from '../src'
Expand Down
2 changes: 1 addition & 1 deletion utils/tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { render, RenderOptions } from '@testing-library/react'
import { ThemeProvider } from '@xstyled/styled-components'
import { BrowserRouter } from 'react-router-dom'
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
import 'jest-styled-components'

import { createTheme } from '../packages/Core/src/theme/core'
Expand Down
Loading

0 comments on commit 40066ed

Please sign in to comment.