Skip to content

Commit

Permalink
chore: update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Dec 31, 2023
1 parent f489b69 commit 765f187
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 178 deletions.
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"devDependencies": {
"@tomjs/vite-plugin-vscode": "workspace:^",
"@tomjs/vscode-extension-webview": "^1.0.1",
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@tomjs/vscode-extension-webview": "^1.2.0",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/vscode": "^1.85.0",
"@types/vscode-webview": "^1.57.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"dependencies": {
"@vscode/webview-ui-toolkit": "^1.4.0",
"vue": "^3.3.12"
"vue": "^3.4.3"
},
"devDependencies": {
"@tomjs/vite-plugin-vscode": "workspace:^",
"@tomjs/vscode-extension-webview": "^1.0.1",
"@types/node": "^18.19.3",
"@tomjs/vscode-extension-webview": "^1.2.0",
"@types/node": "^18.19.4",
"@types/vscode": "^1.85.0",
"@types/vscode-webview": "^1.57.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^4.6.2",
"cross-env": "^7.0.3",
"typescript": "~5.3.3",
"vite": "^4.5.1",
"vue-tsc": "^1.8.25"
"vite": "^5.0.10",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 765f187

Please sign in to comment.