Skip to content

Commit

Permalink
build: upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed May 3, 2024
1 parent c174630 commit 338815e
Show file tree
Hide file tree
Showing 3 changed files with 4,111 additions and 3,518 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.0.6",
"scripts": {
"vscode:prepublish": "pnpm esbuild:base --minify",
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -287,13 +287,13 @@
"hosted-git-info": "^7.0.1",
"jsonc-parser": "^3.2.1",
"lodash-es": "^4.17.21",
"lru-cache": "^10.2.1",
"lru-cache": "^10.2.2",
"micromatch": "^4.0.5",
"p-memoize": "^7.1.1",
"p-queue": "^8.0.1",
"package-json": "^10.0.0",
"validate-npm-package-name": "^5.0.0",
"yaml": "^2.4.1"
"yaml": "^2.4.2"
},
"devDependencies": {
"@types/glob": "^8.1.0",
Expand All @@ -305,7 +305,7 @@
"@types/validate-npm-package-name": "^4.0.2",
"@types/vscode": "^1.86.0",
"@vscode/test-electron": "^2.3.9",
"@vscode/vsce": "^2.26.0",
"@vscode/vsce": "^2.26.1",
"@yutengjing/eslint-config-typescript": "^0.7.0",
"@yutengjing/prettier-config": "^1.2.0",
"@yutengjing/release": "^0.2.0",
Expand All @@ -321,8 +321,8 @@
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.1",
"stale-dep": "^0.7.0",
"tsx": "^4.7.3",
"type-fest": "^4.17.0",
"tsx": "^4.9.0",
"type-fest": "^4.18.1",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 338815e

Please sign in to comment.