Skip to content

Commit

Permalink
chore(deps-dev): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Oct 16, 2020
1 parent 58a3dcb commit 8d64890
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"mime": "^2.4.6"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-react": "^7.10.4",
"@babel/core": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@mdx-js/mdx": "^1.6.18",
"@rollup/plugin-virtual": "^2.0.3",
"ava": "^3.13.0",
Expand All @@ -48,7 +48,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"puppeteer": "^5.3.1",
"react": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.11.6":
"@babel/core@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/core@npm:7.12.1"
dependencies:
Expand Down Expand Up @@ -370,7 +370,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-react@npm:^7.10.4":
"@babel/preset-react@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/preset-react@npm:7.12.1"
dependencies:
Expand Down Expand Up @@ -4829,7 +4829,7 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"react@npm:^16.13.1":
"react@npm:^16.14.0":
version: 16.14.0
resolution: "react@npm:16.14.0"
dependencies:
Expand Down Expand Up @@ -4961,8 +4961,8 @@ fsevents@~2.1.2:
version: 0.0.0-use.local
resolution: "remark-oembed@workspace:."
dependencies:
"@babel/core": ^7.11.6
"@babel/preset-react": ^7.10.4
"@babel/core": ^7.12.1
"@babel/preset-react": ^7.12.1
"@mdx-js/mdx": ^1.6.18
"@rollup/plugin-virtual": ^2.0.3
apr-intercept: ^3.0.4
Expand All @@ -4983,7 +4983,7 @@ fsevents@~2.1.2:
npm-run-all: ^4.1.5
prettier: ^2.1.2
puppeteer: ^5.3.1
react: ^16.13.1
react: ^16.14.0
react-dom: ^16.14.0
remark: ^13.0.0
remark-html: ^13.0.1
Expand Down

0 comments on commit 8d64890

Please sign in to comment.