Skip to content

Commit

Permalink
chore: use "@types/vscode": "^1.41.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui committed Jun 10, 2020
1 parent f78cc20 commit 5574cb3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extensions/iceworks-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "iceworks App",
"description": "Universal Application Development Extension.",
"publisher": "iceworks-team",
"version": "0.1.20",
"version": "0.1.21",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -322,7 +322,7 @@
"@types/latest-version": "^4.0.1",
"@types/node": "^13.11.0",
"@types/rimraf": "^3.0.0",
"@types/vscode": "^1.45.0",
"@types/vscode": "^1.41.0",
"typescript": "^3.8.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-component-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/vscode": "^1.45.0",
"@types/vscode": "^1.41.0",
"build-plugin-css-assets-local": "^0.1.0",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/vscode": "^1.45.0",
"@types/vscode": "^1.41.0",
"build-plugin-css-assets-local": "^0.1.0",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-project-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/classnames": "^2.2.10",
"@types/node": "^13.11.0",
"@types/react": "^16.9.35",
"@types/vscode": "^1.45.0",
"@types/vscode": "^1.41.0",
"build-plugin-css-assets-local": "^0.1.0",
"build-plugin-fusion": "^0.1.3",
"build-plugin-moment-locales": "^0.1.0",
Expand Down

0 comments on commit 5574cb3

Please sign in to comment.