Skip to content

Commit

Permalink
Fixing typings for azdataGraph lib (#18459)
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 authored Dec 2, 2024
1 parent e61b4d3 commit 935e20d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"angular-in-memory-web-api": "0.1.13",
"angular2-slickgrid": "github:microsoft/angular2-slickgrid#1.4.7",
"assert": "^1.4.1",
"azdataGraph": "github:Microsoft/azdataGraph#0.0.68",
"azdataGraph": "github:Microsoft/azdataGraph#0.0.69",
"chai": "^3.5.0",
"cli-color": "^2.0.4",
"coveralls": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/reactviews/pages/ExecutionPlan/executionPlanGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "azdataGraph/src/css/common.css";
import "azdataGraph/src/css/explorer.css";
import "./executionPlan.css";

import * as azdataGraph from "azdataGraph/dist/build";
import * as azdataGraph from "azdataGraph";
import * as utils from "./queryPlanSetup";

import {
Expand Down
6 changes: 0 additions & 6 deletions typings/azdataGraph.d.ts

This file was deleted.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3414,9 +3414,9 @@ axobject-query@^4.1.0:
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.1.0.tgz#28768c76d0e3cff21bc62a9e2d0b6ac30042a1ee"
integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==

"azdataGraph@github:Microsoft/azdataGraph#0.0.68":
version "0.0.68"
resolved "https://codeload.github.com/Microsoft/azdataGraph/tar.gz/7e6df85351172926f3f1edb4e1268463684d7e1f"
"azdataGraph@github:Microsoft/azdataGraph#0.0.69":
version "0.0.69"
resolved "https://codeload.github.com/Microsoft/azdataGraph/tar.gz/8a8e11951249f2e2e0974e0fa84d9cbcb62f0282"

azure-devops-node-api@^12.5.0:
version "12.5.0"
Expand Down

0 comments on commit 935e20d

Please sign in to comment.