Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 4d2d607 commit 1de2069
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 67 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@
"activationEvents": ["onStartupFinished"],
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/node": "^22.7.5",
"@types/vscode": "^1.91.0",
"@vscode/vsce": "^3.1.1",
"bumpp": "^9.7.1",
"esno": "^4.8.0",
"reactive-vscode": "^0.2.5",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vscode-ext-gen": "^0.4.3"
"@types/node": "22.7.5",
"@types/vscode": "1.92.0",
"@vscode/vsce": "3.1.1",
"bumpp": "9.7.1",
"esno": "4.8.0",
"reactive-vscode": "0.2.5",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vite": "5.4.8",
"vitest": "2.1.2",
"vscode-ext-gen": "0.4.3"
},
"packageManager": "pnpm@9.12.1",
"engines": {
Expand All @@ -111,6 +111,6 @@
"url": "https://github.com/sponsors/jellydn"
},
"dependencies": {
"nano-spawn": "^0.1.0"
"nano-spawn": "0.1.0"
}
}
74 changes: 19 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1de2069

Please sign in to comment.