Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 13, 2018
1 parent 4186953 commit 7e2195f
Show file tree
Hide file tree
Showing 9 changed files with 123 additions and 71 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"test": "jest --runInBand"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/generator": "^7.1.5",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"codecov": "^3.1.0",
"conventional-github-releaser": "^3.1.2",
"eslint": "^5.8.0",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0",
"lerna": "^3.4.3",
"react": "^16.6.0",
"react": "^16.6.3",
"rehype-parse": "^5.0.0",
"unified": "^7.0.1",
"vfile": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"dependencies": {
"@svgr/plugin-jsx": "^4.0.2",
"camelcase": "^5.0.0",
"cosmiconfig": "^5.0.6"
"cosmiconfig": "^5.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/hast-util-to-babel-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/types": "^7.1.3"
"@babel/types": "^7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/core": "^7.1.5",
"@svgr/babel-preset": "^4.0.1",
"@svgr/hast-util-to-babel-ast": "^4.0.2",
"rehype-parse": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"dependencies": {
"merge-deep": "^3.0.2",
"prettier": "^1.14.3"
"prettier": "^1.15.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-svgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"cosmiconfig": "^5.0.6",
"cosmiconfig": "^5.0.7",
"merge-deep": "^3.0.2",
"svgo": "^1.1.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/core": "^7.1.5",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.0.2",
"@svgr/plugin-jsx": "^4.0.2",
"@svgr/plugin-svgo": "^4.0.0",
"rollup-pluginutils": "^2.3.3"
},
"devDependencies": {
"rollup": "^0.67.0",
"rollup": "^0.67.1",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-url": "^2.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/core": "^7.1.5",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.0.2",
"@svgr/plugin-jsx": "^4.0.2",
Expand Down
Loading

1 comment on commit 7e2195f

@vercel
Copy link

@vercel vercel bot commented on 7e2195f Nov 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aliasing was ignored due to a new commit existing for this branch, which will be aliased instead.

Please sign in to comment.