|
4 | 4 | "description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more", |
5 | 5 | "version": "16.1.1", |
6 | 6 | "engines": { |
| 7 | + "node": ">= 22.12.0", |
| 8 | + "pnpm": ">= 10.0.0", |
7 | 9 | "vscode": "^1.82.0" |
8 | 10 | }, |
9 | 11 | "license": "SEE LICENSE IN LICENSE", |
@@ -20018,25 +20020,25 @@ |
20018 | 20020 | "@opentelemetry/semantic-conventions": "1.28.0", |
20019 | 20021 | "@shoelace-style/shoelace": "2.19.1", |
20020 | 20022 | "@vscode/codicons": "0.0.36", |
20021 | | - "billboard.js": "3.14.2", |
| 20023 | + "billboard.js": "3.14.3", |
20022 | 20024 | "https-proxy-agent": "5.0.1", |
20023 | 20025 | "iconv-lite": "0.6.3", |
20024 | 20026 | "lit": "3.2.1", |
20025 | | - "marked": "15.0.5", |
| 20027 | + "marked": "15.0.6", |
20026 | 20028 | "node-fetch": "2.7.0", |
20027 | 20029 | "os-browserify": "0.3.0", |
20028 | 20030 | "path-browserify": "1.0.1", |
20029 | 20031 | "react": "16.8.4", |
20030 | 20032 | "react-dom": "16.8.4", |
20031 | | - "signal-utils": "0.20.0", |
| 20033 | + "signal-utils": "0.21.1", |
20032 | 20034 | "slug": "10.0.0", |
20033 | 20035 | "sortablejs": "1.15.0" |
20034 | 20036 | }, |
20035 | 20037 | "devDependencies": { |
20036 | 20038 | "@eamodio/eslint-lite-webpack-plugin": "0.2.0", |
20037 | | - "@eslint/js": "9.16.0", |
| 20039 | + "@eslint/js": "9.17.0", |
20038 | 20040 | "@playwright/test": "1.49.1", |
20039 | | - "@swc/core": "1.10.4", |
| 20041 | + "@swc/core": "1.10.6", |
20040 | 20042 | "@twbs/fantasticon": "3.0.0", |
20041 | 20043 | "@types/eslint__js": "8.42.3", |
20042 | 20044 | "@types/mocha": "10.0.10", |
|
20046 | 20048 | "@types/slug": "5.0.9", |
20047 | 20049 | "@types/sortablejs": "1.15.8", |
20048 | 20050 | "@types/vscode": "1.82.0", |
20049 | | - "@typescript-eslint/parser": "8.19.0", |
| 20051 | + "@typescript-eslint/parser": "8.19.1", |
20050 | 20052 | "@vscode/test-cli": "^0.0.10", |
20051 | 20053 | "@vscode/test-electron": "2.4.1", |
20052 | 20054 | "@vscode/test-web": "0.0.65", |
@@ -20083,26 +20085,29 @@ |
20083 | 20085 | "playwright": "1.49.1", |
20084 | 20086 | "prettier": "3.1.0", |
20085 | 20087 | "regex-to-strings": "2.1.0", |
20086 | | - "sass": "1.82.0", |
| 20088 | + "sass": "1.83.1", |
20087 | 20089 | "sass-loader": "16.0.4", |
20088 | 20090 | "schema-utils": "4.3.0", |
20089 | 20091 | "sharp": "0.32.6", |
20090 | 20092 | "svgo": "3.3.2", |
20091 | 20093 | "terser-webpack-plugin": "5.3.11", |
20092 | 20094 | "ts-loader": "9.5.1", |
20093 | 20095 | "typescript": "5.7.2", |
20094 | | - "typescript-eslint": "8.19.0", |
| 20096 | + "typescript-eslint": "8.19.1", |
20095 | 20097 | "webpack": "5.97.1", |
20096 | 20098 | "webpack-bundle-analyzer": "4.10.2", |
20097 | 20099 | "webpack-cli": "6.0.1", |
20098 | 20100 | "webpack-node-externals": "3.0.0", |
20099 | 20101 | "webpack-require-from": "1.8.6" |
20100 | 20102 | }, |
| 20103 | + "pnpm.onlyBuiltDependencies": [ |
| 20104 | + "@swc/core" |
| 20105 | + ], |
20101 | 20106 | "resolutions": { |
20102 | 20107 | "esbuild": "0.24.2", |
20103 | 20108 | "iconv-lite": "0.6.3", |
20104 | 20109 | "node-fetch": "2.7.0", |
20105 | 20110 | "semver-regex": "4.0.5" |
20106 | 20111 | }, |
20107 | | - "packageManager": " [email protected]-rc.2" |
| 20112 | + "packageManager": " [email protected]" |
20108 | 20113 | } |
0 commit comments