Skip to content

Commit

Permalink
Merge branch 'main' into remove-unused-types
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy3 authored Oct 25, 2023
2 parents f52233a + 500ca54 commit 666eceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@
"@types/mock-require": "2.0.2",
"@types/node": "16.x",
"@types/react-vega": "7.0.0",
"@types/sinon-chai": "3.2.10",
"@types/sinon-chai": "3.2.11",
"@types/uuid": "9.0.5",
"@types/vega": "3.2.0",
"@types/vscode": "1.64.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6312,10 +6312,10 @@
resolved "https://registry.yarnpkg.com/@types/shimmer/-/shimmer-1.0.2.tgz#93eb2c243c351f3f17d5c580c7467ae5d686b65f"
integrity sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg==

"@types/[email protected].10":
version "3.2.10"
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.10.tgz#fb876d4766847b63107b379844f82a8819153b05"
integrity sha512-D+VFqUjMqeku/FGl4Ioo+fDeWOaIfbZ6Oj+glgFUgz5m5RJ4kgCER3FdV1uvhmEt0A+FRz+juPdybFlg5Hxfow==
"@types/[email protected].11":
version "3.2.11"
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.11.tgz#d32faab4c5f593f7b877fcdd8f74e0f6d884ddba"
integrity sha512-1C5SBFzwn9hjiMr1xfqbULcSI9qXVpkGZT/LYbbd3jWiTo2MSvA+iFfwODlSoAXGeCgBw6S509dxy8zSIacr3Q==
dependencies:
"@types/chai" "*"
"@types/sinon" "*"
Expand Down

0 comments on commit 666eceb

Please sign in to comment.