build(deps): remove @types/qrcode.react (#5390)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/5391/head
parent
a69e4ba3d6
commit
65bad99569
|
@ -72,7 +72,6 @@
|
||||||
"@testing-library/jest-dom": "5.16.5",
|
"@testing-library/jest-dom": "5.16.5",
|
||||||
"@testing-library/react": "14.0.0",
|
"@testing-library/react": "14.0.0",
|
||||||
"@types/node": "18.16.4",
|
"@types/node": "18.16.4",
|
||||||
"@types/qrcode.react": "1.0.2",
|
|
||||||
"@types/react": "18.2.5",
|
"@types/react": "18.2.5",
|
||||||
"@types/react-dom": "18.2.3",
|
"@types/react-dom": "18.2.3",
|
||||||
"@types/testing-library__jest-dom": "5.14.5",
|
"@types/testing-library__jest-dom": "5.14.5",
|
||||||
|
|
|
@ -93,9 +93,6 @@ devDependencies:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: 18.16.4
|
specifier: 18.16.4
|
||||||
version: 18.16.4
|
version: 18.16.4
|
||||||
'@types/qrcode.react':
|
|
||||||
specifier: 1.0.2
|
|
||||||
version: 1.0.2
|
|
||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: 18.2.5
|
specifier: 18.2.5
|
||||||
version: 18.2.5
|
version: 18.2.5
|
||||||
|
@ -2830,12 +2827,6 @@ packages:
|
||||||
/@types/prop-types@15.7.5:
|
/@types/prop-types@15.7.5:
|
||||||
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
|
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
|
||||||
|
|
||||||
/@types/qrcode.react@1.0.2:
|
|
||||||
resolution: {integrity: sha512-I9Oq5Cjlkgy3Tw7krCnCXLw2/zMhizkTere49OOcta23tkvH0xBTP0yInimTh0gstLRtb8Ki9NZVujE5UI6ffQ==}
|
|
||||||
dependencies:
|
|
||||||
'@types/react': 18.2.5
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@types/qs@6.9.7:
|
/@types/qs@6.9.7:
|
||||||
resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
|
resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
Loading…
Reference in New Issue