Skip to content

Commit

Permalink
feat: 适配 vite3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Jul 14, 2022
1 parent dbdb09f commit 960ff59
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 11 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"@octokit/rest": "^19.0.3",
"axios": "^0.21.4",
"debug": "^4.3.4",
"picocolors": "^1.0.0",
"vite": "^3.0.0"
"picocolors": "^1.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
Expand All @@ -63,6 +62,10 @@
"prettier": "^2.7.1",
"semantic-release": "^19.0.3",
"tsx": "^3.8.0",
"typescript": "latest"
"typescript": "latest",
"vite": "^3.0.0"
},
"peerDependencies": {
"vite": ">=2"
}
}
}
41 changes: 34 additions & 7 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 960ff59

Please sign in to comment.