Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yrming committed Dec 28, 2023
1 parent f17ceb8 commit 360b738
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 27 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "YRM",
"name": "starter-templates",
"displayName": "Starter Templates",
"version": "0.2.1",
"version": "0.3.0",
"description": "Kickstart your project with a Starter Template in VSCode",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -131,12 +131,6 @@
"format": "eslint . --fix",
"test": "vscode-test"
},
"dependencies": {
"degit": "^2.8.4",
"execa": "^5.1.1",
"nypm": "^0.3.3",
"vscode-uri": "^3.0.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@types/degit": "^2.8.6",
Expand All @@ -147,8 +141,12 @@
"@typescript-eslint/parser": "^6.13.1",
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8",
"degit": "^2.8.4",
"eslint": "^8.54.0",
"execa": "^5.1.1",
"nypm": "^0.3.3",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.2",
"vscode-uri": "^3.0.8"
}
}
64 changes: 45 additions & 19 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 360b738

Please sign in to comment.