mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 17:23:50 +01:00
package updates
This commit is contained in:
parent
be6498fc96
commit
f409cc1e45
4414
package-lock.json
generated
4414
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
90
package.json
90
package.json
@ -28,7 +28,7 @@
|
||||
"not op_mini all"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ethersproject/providers": "^5.6.0",
|
||||
"@ethersproject/providers": "^5.6.2",
|
||||
"@ethersproject/units": "^5.6.0",
|
||||
"@loadable/component": "^5.15.2",
|
||||
"@web3-react/core": "^6.1.9",
|
||||
@ -39,38 +39,38 @@
|
||||
"dms2dec": "^1.1.0",
|
||||
"ethereum-blockies": "github:MyEtherWallet/blockies",
|
||||
"fast-exif": "^1.0.1",
|
||||
"feather-icons": "^4.28.0",
|
||||
"fraction.js": "^4.1.3",
|
||||
"gatsby": "^4.9.3",
|
||||
"gatsby-plugin-catch-links": "^4.7.0",
|
||||
"gatsby-plugin-feed": "^4.8.0",
|
||||
"gatsby-plugin-image": "^2.7.0",
|
||||
"feather-icons": "^4.29.0",
|
||||
"fraction.js": "^4.2.0",
|
||||
"gatsby": "^4.11.2",
|
||||
"gatsby-plugin-catch-links": "^4.11.0",
|
||||
"gatsby-plugin-feed": "^4.11.1",
|
||||
"gatsby-plugin-image": "^2.11.1",
|
||||
"gatsby-plugin-lunr": "^1.5.2",
|
||||
"gatsby-plugin-manifest": "^4.9.1",
|
||||
"gatsby-plugin-matomo": "^0.11.0",
|
||||
"gatsby-plugin-manifest": "^4.11.1",
|
||||
"gatsby-plugin-matomo": "^0.13.0",
|
||||
"gatsby-plugin-meta-redirect": "^1.1.1",
|
||||
"gatsby-plugin-offline": "^5.7.0",
|
||||
"gatsby-plugin-react-helmet": "^5.7.0",
|
||||
"gatsby-plugin-sharp": "^4.7.0",
|
||||
"gatsby-plugin-sitemap": "^5.9.0",
|
||||
"gatsby-plugin-offline": "^5.11.1",
|
||||
"gatsby-plugin-react-helmet": "^5.11.0",
|
||||
"gatsby-plugin-sharp": "^4.11.1",
|
||||
"gatsby-plugin-sitemap": "^5.11.1",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-redirect-from": "^0.4.3",
|
||||
"gatsby-remark-autolink-headers": "^5.7.0",
|
||||
"gatsby-remark-copy-linked-files": "^5.7.0",
|
||||
"gatsby-remark-images": "^6.9.1",
|
||||
"gatsby-redirect-from": "^0.5.0",
|
||||
"gatsby-remark-autolink-headers": "^5.11.1",
|
||||
"gatsby-remark-copy-linked-files": "^5.11.0",
|
||||
"gatsby-remark-images": "^6.11.1",
|
||||
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
||||
"gatsby-remark-smartypants": "^5.8.0",
|
||||
"gatsby-remark-smartypants": "^5.11.0",
|
||||
"gatsby-remark-vscode": "^3.3.1",
|
||||
"gatsby-source-filesystem": "^4.7.0",
|
||||
"gatsby-source-graphql": "^4.9.1",
|
||||
"gatsby-transformer-remark": "^5.9.1",
|
||||
"gatsby-transformer-sharp": "^4.7.0",
|
||||
"gatsby-source-filesystem": "^4.11.1",
|
||||
"gatsby-source-graphql": "^4.11.1",
|
||||
"gatsby-transformer-remark": "^5.11.1",
|
||||
"gatsby-transformer-sharp": "^4.11.0",
|
||||
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
|
||||
"pigeon-maps": "^0.20.0",
|
||||
"pigeon-maps": "^0.21.0",
|
||||
"pigeon-marker": "^0.3.4",
|
||||
"react": "^17.0.2",
|
||||
"react": "^18.0.0",
|
||||
"react-clipboard.js": "^2.0.16",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-feather": "^2.0.9",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-qr-svg": "^2.4.0",
|
||||
@ -81,46 +81,46 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/webpack": "^5.5.0",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/react": "^13.0.0",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/loadable__component": "^5.13.4",
|
||||
"@types/lunr": "^2.3.4",
|
||||
"@types/node": "^17.0.17",
|
||||
"@types/react": "^17.0.39",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/react": "^18.0.1",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@types/react-helmet": "^6.1.5",
|
||||
"@types/react-transition-group": "^4.4.4",
|
||||
"@types/shortid": "^0.0.29",
|
||||
"@typescript-eslint/eslint-plugin": "^5.14.0",
|
||||
"@typescript-eslint/parser": "^5.11.0",
|
||||
"@welldone-software/why-did-you-render": "^6.2.3",
|
||||
"babel-preset-gatsby": "^2.9.1",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"@welldone-software/why-did-you-render": "^7.0.1",
|
||||
"babel-preset-gatsby": "^2.11.1",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-graphql": "^4.0.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-react": "^7.29.3",
|
||||
"eslint-plugin-testing-library": "^5.0.5",
|
||||
"fs-extra": "^10.0.0",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-testing-library": "^5.2.1",
|
||||
"fs-extra": "^10.0.1",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^27.5.1",
|
||||
"markdownlint-cli": "^0.31.1",
|
||||
"node-iptc": "^1.0.5",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ora": "^5.4.1",
|
||||
"postcss": "^8.4.8",
|
||||
"prettier": "^2.5.1",
|
||||
"postcss": "^8.4.12",
|
||||
"prettier": "^2.6.2",
|
||||
"shortid": "^2.2.16",
|
||||
"stylelint": "^14.5.3",
|
||||
"stylelint-config-css-modules": "^3.0.0",
|
||||
"stylelint": "^14.6.1",
|
||||
"stylelint-config-css-modules": "^4.1.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
"stylelint-prettier": "^2.0.0",
|
||||
"ts-node": "^10.5.0",
|
||||
"typescript": "^4.6.2",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.6.3",
|
||||
"typescript-plugin-css-modules": "^3.4.0"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { Suspense } from 'react'
|
||||
import { render, fireEvent, waitFor } from '@testing-library/react'
|
||||
import { render, waitFor } from '@testing-library/react'
|
||||
|
||||
import Qr from './Qr'
|
||||
|
||||
@ -12,6 +12,5 @@ describe('Qr', () => {
|
||||
)
|
||||
expect(container.firstChild).toBeInTheDocument()
|
||||
await waitFor(() => container.querySelector('button'))
|
||||
fireEvent.click(container.querySelector('button'))
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user