瀏覽代碼

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>
David 2 年之前
父節點
當前提交
5a67adbf3e
共有 2 個文件被更改,包括 2 次插入9 次删除
  1. 1 2
      kafka-ui-react-app/package.json
  2. 1 7
      kafka-ui-react-app/pnpm-lock.yaml

+ 1 - 2
kafka-ui-react-app/package.json

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

+ 1 - 7
kafka-ui-react-app/pnpm-lock.yaml

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