fix: types

This commit is contained in:
Myzel394 2023-02-20 20:29:28 +01:00
parent 27c241a1af
commit 6d6352261c
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B
2 changed files with 7 additions and 7 deletions

View File

@ -55,14 +55,13 @@
"yup-locales": "^1.2.10"
},
"devDependencies": {
"vite-plugin-svgr": "^2.4.0",
"@peculiar/webcrypto": "^1.4.1",
"@types/crypto-js": "^4.1.1",
"@types/date-fns": "^2.6.0",
"@types/deep-equal": "^1.0.1",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/node": "^18.14.0",
"@types/openpgp": "^4.4.18",
"@types/react-dom": "^18.0.11",
"@types/react-icons": "^3.0.0",
@ -85,7 +84,8 @@
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.6.4",
"vite": "^3.1.0"
"vite": "^3.1.0",
"vite-plugin-svgr": "^2.4.0"
},
"browserslist": [
"defaults",

View File

@ -1406,10 +1406,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.5.tgz#6a31f820c1077c3f8ce44f9e203e68a176e8f59e"
integrity sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q==
"@types/node@^18.11.18":
version "18.11.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
"@types/node@^18.14.0":
version "18.14.0"
resolved "https://registry.npmjs.org/@types/node/-/node-18.14.0.tgz#94c47b9217bbac49d4a67a967fdcdeed89ebb7d0"
integrity sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==
"@types/openpgp@^4.4.18":
version "4.4.18"