Skip to content

Commit

Permalink
upgrade package version
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Apr 7, 2024
1 parent 1f6df08 commit acd4e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@excalidraw/excalidraw": "^0.17.2",
"@excalidraw/excalidraw": "^0.17.3",
"js-base64": "^3.7.2",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
Expand Down
1 change: 1 addition & 0 deletions webview/src/vscode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
import { ExcalidrawElement } from "@excalidraw/excalidraw/types/element/types";
import { AppState, BinaryFiles } from "@excalidraw/excalidraw/types/types";

// @ts-ignore
export const vscode = acquireVsCodeApi();

const textEncoder = new TextEncoder();
Expand Down

0 comments on commit acd4e6f

Please sign in to comment.