Skip to content

Commit

Permalink
chore: upgrade deps (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Jun 6, 2019
1 parent 72b60a9 commit afe008d
Show file tree
Hide file tree
Showing 11 changed files with 1,531 additions and 1,465 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@
"test": "jest --runInBand"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/generator": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/generator": "^7.4.4",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-typescript": "^7.3.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-env": "^7.4.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"codecov": "^3.3.0",
"conventional-github-releaser": "^3.1.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"codecov": "^3.5.0",
"conventional-github-releaser": "^3.1.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.7.1",
"lerna": "^3.13.2",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.8.0",
"lerna": "^3.14.1",
"react": "^16.8.6",
"rehype-parse": "^6.0.0",
"unified": "^7.1.0",
"vfile": "^4.0.0"
"vfile": "^4.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"chalk": "^2.4.2",
"commander": "^2.20.0",
"dashify": "^2.0.0",
"glob": "^7.1.3",
"glob": "^7.1.4",
"output-file-sync": "^2.0.1",
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"del": "^4.1.0"
"del": "^4.1.1"
}
}
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.3.0",
"camelcase": "^5.3.1",
"cosmiconfig": "^5.2.0"
"cosmiconfig": "^5.2.1"
}
}
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.4.0"
"@babel/types": "^7.4.4"
}
}
4 changes: 2 additions & 2 deletions packages/parcel-plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"parcel-bundler": "^1.10.0"
},
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.5",
"@svgr/babel-preset": "^4.3.0",
"@svgr/hast-util-to-babel-ast": "^4.2.0",
"rehype-parse": "^6.0.0",
"unified": "^7.1.0",
"vfile": "^4.0.0"
"vfile": "^4.0.1"
}
}
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.16.4"
"prettier": "^1.17.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-svgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"cosmiconfig": "^5.2.0",
"cosmiconfig": "^5.2.1",
"merge-deep": "^3.0.2",
"svgo": "^1.2.1"
"svgo": "^1.2.2"
}
}
8 changes: 4 additions & 4 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.4.3",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-svgo": "^4.2.0",
"rollup-pluginutils": "^2.6.0"
"rollup-pluginutils": "^2.8.1"
},
"devDependencies": {
"rollup": "^1.9.3",
"rollup": "^1.14.2",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-url": "^2.2.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-svgo": "^4.2.0",
"loader-utils": "^1.2.3"
},
"devDependencies": {
"babel-loader": "^8.0.5",
"babel-loader": "^8.0.6",
"memory-fs": "^0.4.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.6"
"url-loader": "^2.0.0",
"webpack": "^4.33.0"
}
}
Loading

1 comment on commit afe008d

@vercel
Copy link

@vercel vercel bot commented on afe008d Jun 6, 2019

Choose a reason for hiding this comment

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

Successfully aliased the URL https://svgr-qfcblgkzol.now.sh to the following alias.

Please sign in to comment.