Skip to content

Commit

Permalink
Updating monaco-editor lib (#2640) (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 committed Jul 16, 2024
1 parent 75ce4d8 commit a501421
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/assisted-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4",
"monaco-editor": "0.45.0",
"monaco-editor": "^0.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.11.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@sentry/browser": "^5.9 || ^6",
"axios": ">=0.22.0 <1.0.0",
"i18next": "^20.4 || ^21",
"monaco-editor": "0.45.0",
"monaco-editor": "^0.44.0",
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"react-i18next": ">11.7.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ __metadata:
i18next: ^20.4.0
i18next-browser-languagedetector: ^6.1.2
lodash: ^4
monaco-editor: 0.45.0
monaco-editor: ^0.44.0
react: ^18.2.0
react-dom: ^18.2.0
react-i18next: ^11.11.4
Expand Down Expand Up @@ -902,7 +902,7 @@ __metadata:
"@sentry/browser": ^5.9 || ^6
axios: ">=0.22.0 <1.0.0"
i18next: ^20.4 || ^21
monaco-editor: 0.45.0
monaco-editor: ^0.44.0
react: ^17 || ^18
react-dom: ^17 || ^18
react-i18next: ">11.7.3"
Expand Down Expand Up @@ -6823,10 +6823,10 @@ __metadata:
languageName: node
linkType: hard

"monaco-editor@npm:0.45.0":
version: 0.45.0
resolution: "monaco-editor@npm:0.45.0"
checksum: 7c70aeea8b81bc8dbda4b962fa8236d41fd2a3d07bcc2843ea7f1756ad95d701da5ef71e67d787595567aeec247ceb6bf4e3451abdf4895fe7819a8b9ef76231
"monaco-editor@npm:^0.44.0":
version: 0.44.0
resolution: "monaco-editor@npm:0.44.0"
checksum: 6e561b23e5e9090cbdbb820dae5895a8bf9d537acc09281756a8c428960da0481461c72f387cc9a2e14bff69ab4359186c98df2dd29d6d109f1ab7189b573a35
languageName: node
linkType: hard

Expand Down

0 comments on commit a501421

Please sign in to comment.