|
2 | 2 | "name": "pico-w-go", |
3 | 3 | "displayName": "MicroPico", |
4 | 4 | "description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico boards running MicroPython firmware.", |
5 | | - "version": "4.1.0", |
| 5 | + "version": "4.2.0", |
6 | 6 | "publisher": "paulober", |
7 | 7 | "license": "MPL-2.0", |
8 | 8 | "homepage": "https://github.com/paulober/MicroPico/blob/main/README.md", |
|
80 | 80 | }, |
81 | 81 | { |
82 | 82 | "command": "micropico.initialise", |
83 | | - "title": "Setup MicroPico project", |
| 83 | + "title": "Initialize MicroPico project", |
84 | 84 | "enablement": "(resourceScheme != pico && isFileSystemResource) || inQuickOpen", |
85 | 85 | "category": "MicroPico" |
86 | 86 | }, |
|
648 | 648 | "test": "node ./out/test/runTest.js" |
649 | 649 | }, |
650 | 650 | "devDependencies": { |
651 | | - "@eslint/js": "^9.15.0", |
652 | | - "@rollup/plugin-commonjs": "^28.0.1", |
| 651 | + "@eslint/js": "^9.18.0", |
| 652 | + "@rollup/plugin-commonjs": "^28.0.2", |
653 | 653 | "@rollup/plugin-json": "^6.1.0", |
654 | | - "@rollup/plugin-node-resolve": "^15.3.0", |
| 654 | + "@rollup/plugin-node-resolve": "^16.0.0", |
655 | 655 | "@rollup/plugin-terser": "^0.4.4", |
656 | | - "@rollup/plugin-typescript": "^12.1.1", |
657 | | - "@serialport/bindings-cpp": "^12.0.1", |
| 656 | + "@rollup/plugin-typescript": "^12.1.2", |
| 657 | + "@serialport/bindings-cpp": "^13.0.1", |
658 | 658 | "@types/eslint": "^9.6.1", |
659 | 659 | "@types/fs-extra": "^11.0.4", |
660 | | - "@types/lodash": "^4.17.13", |
| 660 | + "@types/lodash": "^4.17.14", |
661 | 661 | "@types/node": "^20.14", |
662 | 662 | "@types/uuid": "^10.0.0", |
663 | 663 | "@types/vscode": "^1.92.0", |
664 | 664 | "@types/which": "^3.0.4", |
665 | 665 | "@vscode/test-electron": "^2.4.1", |
666 | | - "eslint": "^9.15.0", |
667 | | - "eslint-config-prettier": "^9.1.0", |
| 666 | + "eslint": "^9.18.0", |
| 667 | + "eslint-config-prettier": "^10.0.1", |
668 | 668 | "patch-package": "^8.0.0", |
669 | | - "rollup": "^4.27.2", |
| 669 | + "rollup": "^4.30.1", |
670 | 670 | "rollup-plugin-copy": "^3.5.0", |
671 | 671 | "tslib": "^2.8.1", |
672 | | - "typescript": "^5.6.3", |
673 | | - "typescript-eslint": "^8.14.0" |
| 672 | + "typescript": "^5.7.3", |
| 673 | + "typescript-eslint": "^8.20.0" |
674 | 674 | }, |
675 | 675 | "dependencies": { |
676 | 676 | "@paulober/pico-mpy-com": "^1.0.21", |
677 | 677 | "@vscode/python-extension": "^1.0.5", |
678 | 678 | "axios": "^1.7.7", |
679 | | - "fs-extra": "^11.2.0", |
| 679 | + "fs-extra": "^11.3.0", |
680 | 680 | "lodash": "^4.17.21", |
681 | 681 | "rimraf": "^6.0.1", |
682 | 682 | "undici": "^6.21.0", |
683 | | - "uuid": "^11.0.3", |
| 683 | + "uuid": "^11.0.5", |
684 | 684 | "which": "^5.0.0" |
685 | 685 | }, |
686 | 686 | "packageManager": "[email protected]+sha512.d08425c8062f56d43bb8e84315864218af2492eb769e1f1ca40740f44e85bd148969382d651660363942e5909cb7ffcbef7ca0ae963ddc2c57a51243b4da8f56" |
|
0 commit comments