Skip to content

Commit

Permalink
chore: remove @tomjs/vscode-extension-webview package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jun 26, 2024
1 parent abf3999 commit f882fca
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
},
"devDependencies": {
"@tomjs/vite-plugin-vscode": "workspace:^",
"@tomjs/vscode-extension-webview": "^1.2.0",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
Expand Down
3 changes: 0 additions & 3 deletions examples/react/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// eslint-disable-next-line simple-import-sort/imports
import '@tomjs/vscode-extension-webview/client';

import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App.tsx';
Expand Down
1 change: 0 additions & 1 deletion examples/vue-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"devDependencies": {
"@tomjs/vite-plugin-vscode": "workspace:^",
"@tomjs/vscode-extension-webview": "^1.2.0",
"@types/node": "^18.19.4",
"@types/vscode": "^1.75.0",
"@types/vscode-webview": "^1.57.4",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
},
"dependencies": {
"@tomjs/node": "^2.2.0",
"@tomjs/vscode-extension-webview": "^1.2.0",
"dayjs": "^1.11.10",
"execa": "^5.1.1",
"kolorist": "^1.8.0",
Expand Down
15 changes: 0 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f882fca

Please sign in to comment.