Skip to content

Commit

Permalink
chore: Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 11, 2021
1 parent 9073f54 commit 42b5453
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@
"author": "kenny wang <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"chokidar": "^3.4.3",
"ejs": "^3.1.5",
"fs-extra": "^9.0.1",
"get-port": "^5.1.1",
"minimist": "^1.2.5"
"chokidar": "3.5.2",
"ejs": "3.1.6",
"fs-extra": "10.0.0",
"get-port": "5.1.1",
"minimist": "1.2.5"
},
"devDependencies": {
"@types/ejs": "3.0.5",
"@types/fs-extra": "9.0.5",
"@types/minimist": "1.2.1",
"@types/node": "14.14.14",
"@types/ejs": "3.1.0",
"@types/fs-extra": "9.0.12",
"@types/minimist": "1.2.2",
"@types/node": "16.9.1",
"tsbb": "3.1.6"
}
}

0 comments on commit 42b5453

Please sign in to comment.