Skip to content

Commit

Permalink
improve sql playground and fix problems with monaco-editor not show…
Browse files Browse the repository at this point in the history
…ing suggestions (finos#2278)

* bump dependencies

* monaco-editor: fix a problem with suggestions not showing

* sql playground: add basic autocomplete

* simplify clickaway interactions

* sql playground: add connection selector

* add changeset
  • Loading branch information
akphi authored May 30, 2023
1 parent 1d1aafd commit 2c19cb4
Show file tree
Hide file tree
Showing 31 changed files with 1,063 additions and 1,258 deletions.
3 changes: 3 additions & 0 deletions .changeset/chatty-parents-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@finos/legend-application-studio': patch
---
12 changes: 12 additions & 0 deletions .changeset/fifty-tomatoes-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@finos/legend-application-pure-ide': patch
'@finos/legend-application-taxonomy': patch
'@finos/legend-application-studio': patch
'@finos/legend-query-builder': patch
'@finos/legend-dev-utils': patch
'@finos/stylelint-config-legend-studio': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/babel-preset-legend-studio': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
7 changes: 7 additions & 0 deletions .changeset/silent-glasses-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@finos/legend-dev-utils': patch
'@finos/stylelint-config-legend-studio': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/babel-preset-legend-studio': patch
'@finos/legend-art': patch
---
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/helper-plugin-utils": "7.21.5",
"@babel/preset-env": "7.22.2",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@babel/runtime": "7.22.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"@babel/core": "7.22.1",
"@babel/eslint-parser": "7.21.8",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
Expand Down
Loading

0 comments on commit 2c19cb4

Please sign in to comment.