Skip to content

Commit

Permalink
Merge pull request #79 from ice-lab/feat/vscode
Browse files Browse the repository at this point in the history
chore: use "@types/vscode": "^1.41.0"
  • Loading branch information
fyangstudio authored Jun 10, 2020
2 parents f78cc20 + 4970b72 commit ef51c27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
4 changes: 2 additions & 2 deletions extensions/iceworks-component-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "iceworks Component Builder",
"description": "Build Component UI by low-code way",
"publisher": "iceworks-team",
"version": "0.1.1",
"version": "0.1.2",
"engines": {
"vscode": "^1.41.0"
},
Expand Down 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
4 changes: 2 additions & 2 deletions extensions/iceworks-page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "iceworks Page Builder",
"description": "Build Page UI by low-code way",
"publisher": "iceworks-team",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/ice-lab/iceworks.git"
Expand Down 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 ef51c27

Please sign in to comment.