From d985dfd158b513f057dc2ae7a9f20a387d716f7f Mon Sep 17 00:00:00 2001 From: Carina Ursu Date: Wed, 10 May 2023 15:29:34 -0700 Subject: [PATCH] fix: missing dependency (#755) Signed-off-by: Carina Ursu --- package.json | 1 - packages/console/package.json | 3 ++- website/package.json | 2 +- yarn.lock | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7a7e1078f..d8e60716d 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,6 @@ "react-dom": "^16.13.1", "serve-static": "^1.12.3", "source-map-loader": "^4.0.1", - "traverse": "^0.6.7", "ts-jest": "^26.3.0", "ts-loader": "^9.2.6", "ts-node": "^8.0.2", diff --git a/packages/console/package.json b/packages/console/package.json index 2646c5c20..718717d97 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@flyteorg/console", - "version": "0.0.29", + "version": "0.0.30", "description": "Flyteconsole main app module", "main": "./dist/index.js", "module": "./lib/index.js", @@ -107,6 +107,7 @@ "react-query-devtools": "3.0.0-beta.1", "react-virtualized": "^9.21.1", "shallowequal": "^1.1.0", + "traverse": "^0.6.7", "url-search-params": "^0.10.0", "xstate": "4.33.6" }, diff --git a/website/package.json b/website/package.json index be189ae0d..0830de38a 100644 --- a/website/package.json +++ b/website/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@flyteorg/common": "^0.0.4", - "@flyteorg/console": "^0.0.29", + "@flyteorg/console": "^0.0.30", "long": "^4.0.0", "protobufjs": "~6.11.3", "react-ga4": "^1.4.1", diff --git a/yarn.lock b/yarn.lock index a87818160..f063ba482 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,7 +2020,7 @@ __metadata: resolution: "@flyteconsole/client-app@workspace:website" dependencies: "@flyteorg/common": ^0.0.4 - "@flyteorg/console": ^0.0.29 + "@flyteorg/console": ^0.0.30 "@types/long": ^3.0.32 long: ^4.0.0 protobufjs: ~6.11.3 @@ -2059,7 +2059,7 @@ __metadata: languageName: unknown linkType: soft -"@flyteorg/console@^0.0.29, @flyteorg/console@workspace:packages/console": +"@flyteorg/console@^0.0.30, @flyteorg/console@workspace:packages/console": version: 0.0.0-use.local resolution: "@flyteorg/console@workspace:packages/console" dependencies: @@ -2134,6 +2134,7 @@ __metadata: react-query-devtools: 3.0.0-beta.1 react-virtualized: ^9.21.1 shallowequal: ^1.1.0 + traverse: ^0.6.7 url-search-params: ^0.10.0 xstate: 4.33.6 peerDependencies: @@ -11703,7 +11704,6 @@ __metadata: react-dom: ^16.13.1 serve-static: ^1.12.3 source-map-loader: ^4.0.1 - traverse: ^0.6.7 ts-jest: ^26.3.0 ts-loader: ^9.2.6 ts-node: ^8.0.2