Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jaywcjlove committed Aug 17, 2020
1 parent e746b14 commit 97f921a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tsbb": "file:../../"
},
"dependencies": {
"@babel/runtime": "7.9.6",
"@babel/runtime": "7.11.2",
"compression": "1.7.4",
"cookie-parser": "1.4.5",
"ejs": "3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion example/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tsbb": "file:../../"
},
"dependencies": {
"@babel/runtime": "7.9.6",
"@babel/runtime": "7.11.2",
"koa": "2.12.1"
}
}
4 changes: 2 additions & 2 deletions example/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"react-dom": ">=16.7.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-umd": "7.9.0",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/plugin-transform-modules-umd": "7.10.4",
"@babel/plugin-transform-runtime": "7.11.0",
"@types/classnames": "2.2.10",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
Expand Down

0 comments on commit 97f921a

Please sign in to comment.