Skip to content

Commit 8740486

Browse files
Fix package
1 parent c3b5801 commit 8740486

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.DS_Store

0 Bytes
Binary file not shown.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "integrationworkbench",
33
"displayName": "Integration Workbench",
44
"description": "A workbench tool to work with API integrations.",
5-
"version": "0.9.1",
5+
"version": "0.9.3",
66
"license": "GPL-3.0",
77
"publisher": "norasoderlund",
88
"engines": {
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/nora-soderlund/IntegrationWorkbench"
2222
},
23-
"activationEvents": [],
23+
"activationEvents": ["onStartupFinished"],
2424
"main": "./build/app/extension.js",
2525
"contributes": {
2626
"configuration": {
@@ -467,26 +467,26 @@
467467
"@types/vscode-webview": "^1.57.3",
468468
"@typescript-eslint/eslint-plugin": "^6.9.0",
469469
"@typescript-eslint/parser": "^6.9.0",
470-
"@vscode/codicons": "^0.0.35",
471470
"@vscode/test-electron": "^2.3.6",
472471
"@vscode/vsce": "^2.22.0",
473-
"@vscode/webview-ui-toolkit": "^1.2.2",
474-
"esbuild": "^0.19.8",
475472
"eslint": "^8.52.0",
476473
"glob": "^10.3.10",
477474
"mocha": "^10.2.0",
478475
"monaco-editor": "^0.44.0",
479476
"monaco-editor-webpack-plugin": "^7.1.0",
480477
"react-scripts": "^5.0.1",
481478
"rewire": "^7.0.0",
482-
"tsc-alias": "^1.8.8",
483-
"typescript": "^5.2.2"
479+
"tsc-alias": "^1.8.8"
484480
},
485481
"dependencies": {
486482
"@monaco-editor/react": "^4.6.0",
483+
"@vscode/codicons": "^0.0.35",
484+
"@vscode/webview-ui-toolkit": "^1.2.2",
487485
"dotenv": "^16.3.1",
486+
"esbuild": "^0.19.8",
488487
"react": "^18.2.0",
489488
"react-dom": "^18.2.0",
489+
"typescript": "^5.2.2",
490490
"typescript-bundle": "^1.0.18"
491491
},
492492
"browserslist": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,10 +2310,10 @@
23102310
resolved "https://registry.yarnpkg.com/@types/vscode-webview/-/vscode-webview-1.57.3.tgz#b57608173f12424b0b650b42a3e6c5b45b604a5f"
23112311
integrity sha512-8at2UVGjA/6gcLOay+J8wOars6VsDqAqPxRHYihH0XFUaXt+2AZ+Hd9hSoUbnhjicb6V1xe7rfjb7j4Ri2n1fg==
23122312

2313-
"@types/vscode@^1.84.0":
2314-
version "1.84.0"
2315-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.84.0.tgz#801e3a546a4c8ccb197b191ec9ff7b4f4da2dce0"
2316-
integrity sha512-lCGOSrhT3cL+foUEqc8G1PVZxoDbiMmxgnUZZTEnHF4mC47eKAUtBGAuMLY6o6Ua8PAuNCoKXbqPmJd1JYnQfg==
2313+
"@types/vscode@^1.82.0":
2314+
version "1.84.2"
2315+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.84.2.tgz#77b25d1db71f09e059f178622f831d704ee52b3a"
2316+
integrity sha512-LCe1FvCDMJKkPdLVGYhP0HRJ1PDop2gRVm/zFHiOKwYLBRS7vEV3uOOUId4HMV+L1IxqyS+IZXMmlSMRbZGIAw==
23172317

23182318
"@types/ws@^8.5.5":
23192319
version "8.5.8"

0 commit comments

Comments
 (0)