Removed @types/yup package due to being deprecated also updated yup version to 0.32.11 (#2799)

Co-authored-by: davitbejanyan <dbejanyan@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
This commit is contained in:
David 2022-10-24 23:34:20 +04:00 committed by GitHub
parent f7f2e1dd1f
commit 5a67adbf3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9 deletions

View file

@ -16,7 +16,6 @@
"@tanstack/react-table": "^8.5.10", "@tanstack/react-table": "^8.5.10",
"@testing-library/react": "^13.2.0", "@testing-library/react": "^13.2.0",
"@types/testing-library__jest-dom": "^5.14.5", "@types/testing-library__jest-dom": "^5.14.5",
"@types/yup": "^0.29.13",
"@vitejs/plugin-react": "^2.0.0", "@vitejs/plugin-react": "^2.0.0",
"ace-builds": "^1.7.1", "ace-builds": "^1.7.1",
"ajv": "^8.6.3", "ajv": "^8.6.3",
@ -47,7 +46,7 @@
"vite": "^3.0.2", "vite": "^3.0.2",
"vite-tsconfig-paths": "^3.5.0", "vite-tsconfig-paths": "^3.5.0",
"whatwg-fetch": "^3.6.2", "whatwg-fetch": "^3.6.2",
"yup": "^0.32.9", "yup": "^0.32.11",
"zustand": "^4.1.1" "zustand": "^4.1.1"
}, },
"lint-staged": { "lint-staged": {

View file

@ -30,7 +30,6 @@ specifiers:
'@types/react-router-dom': ^5.3.3 '@types/react-router-dom': ^5.3.3
'@types/styled-components': ^5.1.13 '@types/styled-components': ^5.1.13
'@types/testing-library__jest-dom': ^5.14.5 '@types/testing-library__jest-dom': ^5.14.5
'@types/yup': ^0.29.13
'@typescript-eslint/eslint-plugin': ^5.29.0 '@typescript-eslint/eslint-plugin': ^5.29.0
'@typescript-eslint/parser': ^5.29.0 '@typescript-eslint/parser': ^5.29.0
'@vitejs/plugin-react': ^2.0.0 '@vitejs/plugin-react': ^2.0.0
@ -88,7 +87,7 @@ specifiers:
vite: ^3.0.2 vite: ^3.0.2
vite-tsconfig-paths: ^3.5.0 vite-tsconfig-paths: ^3.5.0
whatwg-fetch: ^3.6.2 whatwg-fetch: ^3.6.2
yup: ^0.32.9 yup: ^0.32.11
zustand: ^4.1.1 zustand: ^4.1.1
dependencies: dependencies:
@ -104,7 +103,6 @@ dependencies:
'@tanstack/react-table': 8.5.10_ef5jwxihqo6n7gxfmzogljlgcm '@tanstack/react-table': 8.5.10_ef5jwxihqo6n7gxfmzogljlgcm
'@testing-library/react': 13.2.0_ef5jwxihqo6n7gxfmzogljlgcm '@testing-library/react': 13.2.0_ef5jwxihqo6n7gxfmzogljlgcm
'@types/testing-library__jest-dom': 5.14.5 '@types/testing-library__jest-dom': 5.14.5
'@types/yup': 0.29.13
'@vitejs/plugin-react': 2.0.0_vite@3.0.2 '@vitejs/plugin-react': 2.0.0_vite@3.0.2
ace-builds: 1.7.1 ace-builds: 1.7.1
ajv: 8.8.2 ajv: 8.8.2
@ -3546,10 +3544,6 @@ packages:
dependencies: dependencies:
'@types/yargs-parser': 20.2.0 '@types/yargs-parser': 20.2.0
/@types/yup/0.29.13:
resolution: {integrity: sha512-qRyuv+P/1t1JK1rA+elmK1MmCL1BapEzKKfbEhDBV/LMMse4lmhZ/XbgETI39JveDJRpLjmToOI6uFtMW/WR2g==}
dev: false
/@typescript-eslint/eslint-plugin/5.29.0_uaxwak76nssfibsnotx5epygnu: /@typescript-eslint/eslint-plugin/5.29.0_uaxwak76nssfibsnotx5epygnu:
resolution: {integrity: sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==} resolution: {integrity: sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}