|
1 | 1 | { |
2 | 2 | "name": "platformio-ide", |
3 | | - "version": "2.4.0", |
| 3 | + "version": "2.4.1", |
4 | 4 | "publisher": "platformio", |
5 | 5 | "engines": { |
6 | 6 | "vscode": "^1.57.0" |
|
639 | 639 | "dependencies": { |
640 | 640 | "fs-plus": "~3.1.1", |
641 | 641 | "platformio-node-helpers": "~9.4.0", |
642 | | - "platformio-vscode-debug": "~1.4.0" |
| 642 | + "platformio-vscode-debug": "~1.4.1" |
643 | 643 | }, |
644 | 644 | "devDependencies": { |
645 | | - "@babel/core": "~7.16.0", |
646 | | - "@babel/eslint-parser": "~7.16.0", |
647 | | - "@babel/plugin-proposal-class-properties": "~7.16.0", |
648 | | - "@babel/preset-env": "~7.16.0", |
| 645 | + "@babel/core": "~7.17.0", |
| 646 | + "@babel/eslint-parser": "~7.17.0", |
| 647 | + "@babel/plugin-proposal-class-properties": "~7.16.7", |
| 648 | + "@babel/preset-env": "~7.16.11", |
649 | 649 | "@types/node": "~12", |
650 | 650 | "@types/vscode": "~1.57.0", |
651 | 651 | "babel-loader": "~8.2.3", |
652 | | - "eslint": "~8.1.0", |
| 652 | + "eslint": "~8.8.0", |
653 | 653 | "eslint-import-resolver-webpack": "~0.13.2", |
654 | | - "eslint-plugin-import": "~2.25.2", |
655 | | - "prettier": "~2.4.1", |
656 | | - "vsce": "~2.2.0", |
657 | | - "webpack": "~5.61.0", |
658 | | - "webpack-cli": "~4.9.1" |
| 654 | + "eslint-plugin-import": "~2.25.4", |
| 655 | + "prettier": "~2.5.1", |
| 656 | + "vsce": "~2.6.7", |
| 657 | + "webpack": "~5.68.0", |
| 658 | + "webpack-cli": "~4.9.2" |
659 | 659 | }, |
660 | 660 | "extensionDependencies": [ |
661 | 661 | "ms-vscode.cpptools" |
|
0 commit comments