Skip to content

Commit

Permalink
fix: missing dependency (#755)
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <carina@union.ai>
  • Loading branch information
ursucarina committed May 10, 2023
1 parent a7d7e1c commit d985dfd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d985dfd

Please sign in to comment.