Skip to content

Commit 07026fd

Browse files
authored
Merge pull request haohanyang#53 from haohanyang/refactor-query-editor
Refactor QueryEditor
2 parents df19bc7 + f22af5d commit 07026fd

13 files changed

+1617
-1449
lines changed

package-lock.json

Lines changed: 1108 additions & 935 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@types/node": "^20.8.7",
3232
"@types/react-router-dom": "^5.2.0",
3333
"@types/testing-library__jest-dom": "5.14.8",
34+
"@types/validator": "^13.15.0",
3435
"copy-webpack-plugin": "^11.0.0",
3536
"css-loader": "^6.7.3",
3637
"eslint-plugin-deprecation": "^2.0.0",
@@ -63,13 +64,15 @@
6364
"dependencies": {
6465
"@emotion/css": "11.10.6",
6566
"@grafana/data": "^11.2.0",
67+
"@grafana/plugin-ui": "^0.10.5",
6668
"@grafana/runtime": "^11.2.0",
6769
"@grafana/schema": "^10.4.0",
6870
"@grafana/ui": "^11.2.0",
6971
"react": "18.2.0",
7072
"react-dom": "18.2.0",
7173
"shadowrealm-api": "^0.8.3",
72-
"tslib": "2.5.3"
74+
"tslib": "2.5.3",
75+
"validator": "^13.15.0"
7376
},
7477
"packageManager": "[email protected]"
7578
}

src/components/QueryEditor.css

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)