Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Jul 13, 2024
1 parent 120b858 commit d5b0946
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 257 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,11 @@
"escape-string-regexp": "^5.0.0",
"execa": "^9.3.0",
"expiry-map": "^2.0.0",
"globby": "^14.0.1",
"globby": "^14.0.2",
"hosted-git-info": "^7.0.2",
"jsonc-parser": "^3.3.1",
"lodash-es": "^4.17.21",
"lru-cache": "^10.3.0",
"lru-cache": "^11.0.0",
"micromatch": "^4.0.7",
"p-memoize": "^7.1.1",
"p-queue": "^8.0.1",
Expand All @@ -325,28 +325,28 @@
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@types/node": "~20.14.10",
"@types/validate-npm-package-name": "^4.0.2",
"@types/vscode": "^1.86.0",
"@vscode/test-electron": "^2.4.0",
"@vscode/vsce": "^2.29.0",
"@yutengjing/eslint-config-typescript": "^1.0.0",
"@types/vscode": "1.89.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^2.30.0",
"@yutengjing/eslint-config-typescript": "^1.1.1",
"@yutengjing/prettier-config": "^1.3.0",
"@yutengjing/release": "^0.2.0",
"all-node-versions": "^13.0.0",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"esbuild-visualizer": "^0.6.0",
"eslint": "^8.57.0",
"glob": "^10.4.2",
"glob": "^11.0.0",
"lint-staged": "^15.2.7",
"mocha": "^10.5.2",
"mocha": "^10.6.0",
"ovsx": "^0.9.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"stale-dep": "^0.7.0",
"tsx": "^4.16.0",
"type-fest": "^4.20.1",
"typescript": "^5.5.2"
"tsx": "^4.16.2",
"type-fest": "^4.21.0",
"typescript": "~5.5.3"
}
}
Loading

0 comments on commit d5b0946

Please sign in to comment.