Skip to content

Commit

Permalink
fix(deps): update dependency jest to v26.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 29, 2020
1 parent 76cb67b commit 0ad040f
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 225 deletions.
4 changes: 2 additions & 2 deletions example/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"delay": "2500"
},
"devDependencies": {
"@types/koa": "2.11.3",
"@types/koa": "2.11.4",
"nodemon": "2.0.4",
"tsbb": "file:../../"
},
"dependencies": {
"@babel/runtime": "7.11.2",
"koa": "2.12.1"
"koa": "2.13.0"
}
}
4 changes: 2 additions & 2 deletions example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "5.9.0",
"@kkt/loader-less": "5.10.3",
"@types/classnames": "2.2.10",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"compile-less-cli": "1.4.0",
"kkt": "5.9.0",
"kkt": "5.10.3",
"tsbb": "file:../../"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 0ad040f

Please sign in to comment.