Skip to content

Commit

Permalink
chore(overmind-devtools-vscode): bump version and vscode version
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 9, 2023
1 parent 1fcac28 commit 76d98a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/react": "16.7.13",
"@types/react-dom": "16.0.6",
"@types/testing-library__jest-dom": "5.14.6",
"@types/vscode": "1.79.1",
"@types/vscode": "1.80.0",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
Expand Down
9 changes: 5 additions & 4 deletions packages/overmind-devtools-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"displayName": "Overmind Devtools VSCode",
"description": "Devtools for Overmind",
"publisher": "christianalfoni",
"version": "0.0.37",
"version": "0.0.38",
"icon": "logo_simplified_glow.png",
"repository": {
"type": "git",
"url": "https://github.com/cerebral/overmind.git"
},
"engines": {
"vscode": "^1.35.0"
"vscode": "^1.80.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -61,8 +61,9 @@
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist"
},
"devDependencies": {
"@types/node": "^20.4.1"
},
"@types/node": "^20.4.1",
"@types/vscode": "^1.80.0"
},
"peerDependencies": {
"overmind-devtools-client": "next"
}
Expand Down

0 comments on commit 76d98a7

Please sign in to comment.