|
724 | 724 | "dependencies": { |
725 | 725 | "@databricks/databricks-sdk": "file:../../vendor/databricks-sdk.tgz", |
726 | 726 | "@databricks/databricks-vscode-types": "workspace:^", |
727 | | - "@types/lodash": "^4.14.199", |
728 | | - "@vscode/debugadapter": "^1.61.0", |
729 | | - "@vscode/extension-telemetry": "^0.8.1", |
730 | | - "@vscode/webview-ui-toolkit": "^1.2.2", |
| 727 | + "@types/lodash": "^4.14.202", |
| 728 | + "@vscode/debugadapter": "^1.64.0", |
| 729 | + "@vscode/extension-telemetry": "^0.9.1", |
| 730 | + "@vscode/webview-ui-toolkit": "^1.4.0", |
731 | 731 | "add": "^2.0.6", |
732 | 732 | "ansi-to-html": "^0.7.2", |
733 | 733 | "bcryptjs": "^2.4.3", |
734 | 734 | "lodash": "^4.17.21", |
735 | 735 | "triple-beam": "^1.4.1", |
736 | | - "winston": "^3.10.0", |
737 | | - "yaml": "^2.3.2" |
| 736 | + "winston": "^3.11.0", |
| 737 | + "yaml": "^2.3.4" |
738 | 738 | }, |
739 | 739 | "devDependencies": { |
740 | 740 | "@istanbuljs/nyc-config-typescript": "^1.0.2", |
741 | | - "@sinonjs/fake-timers": "^10.3.0", |
742 | | - "@types/bcryptjs": "^2.4.2", |
743 | | - "@types/chai": "^4.3.5", |
744 | | - "@types/eslint": "^8.44.6", |
745 | | - "@types/fs-extra": "^11.0.1", |
746 | | - "@types/mocha": "^10.0.2", |
747 | | - "@types/mock-require": "^2.0.1", |
748 | | - "@types/node": "^20.4.2", |
749 | | - "@types/sinonjs__fake-timers": "^8.1.2", |
750 | | - "@types/tmp": "^0.2.3", |
751 | | - "@types/triple-beam": "^1.3.2", |
752 | | - "@types/vscode": "^1.69.1", |
753 | | - "@types/yargs": "^17.0.24", |
754 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
755 | | - "@typescript-eslint/parser": "^6.0.0", |
756 | | - "@typescript-eslint/utils": "^6.9.0", |
757 | | - "@vscode/test-electron": "^2.3.3", |
758 | | - "@wdio/cli": "^8.12.2", |
759 | | - "@wdio/local-runner": "^8.12.1", |
760 | | - "@wdio/mocha-framework": "^8.12.1", |
761 | | - "@wdio/spec-reporter": "^8.12.2", |
762 | | - "@wdio/types": "^8.10.4", |
763 | | - "chai": "^4.3.7", |
764 | | - "esbuild": "^0.19.4", |
765 | | - "eslint": "^8.51.0", |
766 | | - "eslint-plugin-local-rules": "^2.0.0", |
767 | | - "fs-extra": "^11.1.1", |
| 741 | + "@sinonjs/fake-timers": "^11.2.2", |
| 742 | + "@types/bcryptjs": "^2.4.6", |
| 743 | + "@types/chai": "^4.3.11", |
| 744 | + "@types/eslint": "^8.44.9", |
| 745 | + "@types/fs-extra": "^11.0.4", |
| 746 | + "@types/mocha": "^10.0.6", |
| 747 | + "@types/mock-require": "^2.0.3", |
| 748 | + "@types/node": "^20.10.4", |
| 749 | + "@types/sinonjs__fake-timers": "^8.1.5", |
| 750 | + "@types/tmp": "^0.2.6", |
| 751 | + "@types/triple-beam": "^1.3.5", |
| 752 | + "@types/vscode": "^1.83.0", |
| 753 | + "@types/yargs": "^17.0.32", |
| 754 | + "@typescript-eslint/eslint-plugin": "^6.14.0", |
| 755 | + "@typescript-eslint/parser": "^6.14.0", |
| 756 | + "@typescript-eslint/utils": "^6.14.0", |
| 757 | + "@vscode/test-electron": "^2.3.8", |
| 758 | + "@wdio/cli": "^8.26.1", |
| 759 | + "@wdio/local-runner": "^8.26.1", |
| 760 | + "@wdio/mocha-framework": "^8.24.12", |
| 761 | + "@wdio/spec-reporter": "^8.24.12", |
| 762 | + "@wdio/types": "^8.24.12", |
| 763 | + "chai": "^4.3.10", |
| 764 | + "esbuild": "^0.19.9", |
| 765 | + "eslint": "^8.55.0", |
| 766 | + "eslint-plugin-local-rules": "^2.0.1", |
| 767 | + "fs-extra": "^11.2.0", |
768 | 768 | "glob": "^10.3.10", |
769 | 769 | "json-schema-to-typescript": "^13.1.1", |
770 | 770 | "mocha": "^10.2.0", |
771 | 771 | "mock-require": "^3.0.3", |
772 | 772 | "nyc": "^15.1.0", |
773 | | - "prettier": "^3.0.0", |
| 773 | + "prettier": "^3.1.1", |
774 | 774 | "tmp-promise": "^3.0.3", |
775 | 775 | "ts-mocha": "^10.0.0", |
776 | 776 | "ts-mockito": "^2.6.1", |
777 | | - "ts-node": "^10.9.1", |
778 | | - "typescript": "5.1.6", |
| 777 | + "ts-node": "^10.9.2", |
| 778 | + "typescript": "^5.3.3", |
779 | 779 | "vsce": "^2.15.0", |
780 | | - "wdio-video-reporter": "^4.0.3", |
781 | | - "wdio-vscode-service": "^5.2.0", |
782 | | - "winston": "^3.10.0", |
| 780 | + "wdio-video-reporter": "^4.0.5", |
| 781 | + "wdio-vscode-service": "^5.2.2", |
783 | 782 | "yargs": "^17.7.2" |
784 | 783 | }, |
785 | 784 | "nyc": { |
|
0 commit comments