Skip to content

Commit

Permalink
fix: missing training sdk in showcase assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sdo-1A committed Oct 16, 2024
1 parent 65feddf commit 4aaf5e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"@o3r/rules-engine": "workspace:^",
"@o3r/styling": "workspace:^",
"@o3r/testing": "workspace:^",
"@o3r/training-sdk": "workspace:^",
"@o3r/training-tools": "workspace:^",
"@popperjs/core": "^2.11.5",
"@vscode/codicons": "^0.0.36",
Expand All @@ -76,7 +77,7 @@
"bootstrap": "5.3.3",
"highlight.js": "^11.8.0",
"intl-messageformat": "~10.5.1",
"monaco-editor": "~0.51.0",
"monaco-editor": "~0.50.0",
"ngx-highlightjs": "^12.0.0",
"ngx-monaco-editor-v2": "^18.0.0",
"ngx-monaco-tree": "^18.1.0",
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8911,6 +8911,7 @@ __metadata:
"@o3r/schematics": "workspace:^"
"@o3r/styling": "workspace:^"
"@o3r/testing": "workspace:^"
"@o3r/training-sdk": "workspace:^"
"@o3r/training-tools": "workspace:^"
"@playwright/test": "npm:~1.47.0"
"@popperjs/core": "npm:^2.11.5"
Expand Down Expand Up @@ -8947,7 +8948,7 @@ __metadata:
jsonc-eslint-parser: "npm:~2.4.0"
lighthouse: "npm:~12.2.0"
minimist: "npm:^1.2.6"
monaco-editor: "npm:~0.51.0"
monaco-editor: "npm:~0.50.0"
ngx-highlightjs: "npm:^12.0.0"
ngx-monaco-editor-v2: "npm:^18.0.0"
ngx-monaco-tree: "npm:^18.1.0"
Expand Down Expand Up @@ -9643,7 +9644,7 @@ __metadata:
languageName: unknown
linkType: soft

"@o3r/training-sdk@workspace:packages/@o3r/training-sdk":
"@o3r/training-sdk@workspace:^, @o3r/training-sdk@workspace:packages/@o3r/training-sdk":
version: 0.0.0-use.local
resolution: "@o3r/training-sdk@workspace:packages/@o3r/training-sdk"
dependencies:
Expand Down Expand Up @@ -25238,10 +25239,10 @@ __metadata:
languageName: node
linkType: hard

"monaco-editor@npm:~0.51.0":
version: 0.51.0
resolution: "monaco-editor@npm:0.51.0"
checksum: 10/2d4f076e35edb32add51b9b7a0ff5a7a81bf946cdeda9983ab6b24c2e5b84f537d5a5c781925d7ee8c898e890212b379d3c96139a965ad1004e6dd3d890163fa
"monaco-editor@npm:~0.50.0":
version: 0.50.0
resolution: "monaco-editor@npm:0.50.0"
checksum: 10/594f2a3812147c1ef41c4dba444c649c32af95c3eb09529049bb7a2cb38e1747facbae0a459a07140e77cf9d73df41f034399804f9123f9cfff45394321a3983
languageName: node
linkType: hard

Expand Down

0 comments on commit 4aaf5e5

Please sign in to comment.