|
1 | 1 | { |
2 | 2 | "name": "platformio-ide", |
3 | | - "version": "2.4.3", |
| 3 | + "version": "2.5.0", |
4 | 4 | "publisher": "platformio", |
5 | 5 | "engines": { |
6 | 6 | "vscode": "^1.57.0" |
|
163 | 163 | "title": "Start Debugging", |
164 | 164 | "category": "PlatformIO" |
165 | 165 | }, |
166 | | - { |
167 | | - "command": "platformio-ide.updateGlobalLibs", |
168 | | - "title": "Update global libraries", |
169 | | - "category": "PlatformIO" |
170 | | - }, |
171 | | - { |
172 | | - "command": "platformio-ide.updatePlatforms", |
173 | | - "title": "Update platforms & packages", |
174 | | - "category": "PlatformIO" |
175 | | - }, |
176 | | - { |
177 | | - "command": "platformio-ide.updateCore", |
178 | | - "title": "Update All (platforms, packages, libraries)", |
179 | | - "category": "PlatformIO" |
180 | | - }, |
181 | 166 | { |
182 | 167 | "command": "platformio-ide.upgradeCore", |
183 | 168 | "title": "Upgrade PlatformIO Core to the latest version", |
|
638 | 623 | }, |
639 | 624 | "dependencies": { |
640 | 625 | "fs-plus": "~3.1.1", |
641 | | - "platformio-node-helpers": "~9.4.2", |
| 626 | + "platformio-node-helpers": "~9.5.0", |
642 | 627 | "platformio-vscode-debug": "~1.4.1" |
643 | 628 | }, |
644 | 629 | "devDependencies": { |
645 | | - "@babel/core": "~7.17.7", |
646 | | - "@babel/eslint-parser": "~7.17.0", |
647 | | - "@babel/plugin-proposal-class-properties": "~7.16.7", |
648 | | - "@babel/preset-env": "~7.16.11", |
| 630 | + "@babel/core": "~7.18.5", |
| 631 | + "@babel/eslint-parser": "~7.18.2", |
| 632 | + "@babel/plugin-proposal-class-properties": "~7.17.12", |
| 633 | + "@babel/preset-env": "~7.18.2", |
649 | 634 | "@types/node": "~12", |
650 | 635 | "@types/vscode": "~1.57.0", |
651 | | - "babel-loader": "~8.2.3", |
652 | | - "eslint": "~8.11.0", |
| 636 | + "babel-loader": "~8.2.5", |
| 637 | + "eslint": "~8.18.0", |
653 | 638 | "eslint-import-resolver-webpack": "~0.13.2", |
654 | | - "eslint-plugin-import": "~2.25.4", |
655 | | - "prettier": "~2.6.0", |
656 | | - "vsce": "~2.7.0", |
657 | | - "webpack": "~5.70.0", |
658 | | - "webpack-cli": "~4.9.2" |
| 639 | + "eslint-plugin-import": "~2.26.0", |
| 640 | + "prettier": "~2.7.1", |
| 641 | + "vsce": "~2.9.2", |
| 642 | + "webpack": "~5.73.0", |
| 643 | + "webpack-cli": "~4.10.0" |
659 | 644 | }, |
660 | 645 | "extensionDependencies": [ |
661 | 646 | "ms-vscode.cpptools" |
|
0 commit comments