Skip to content

Commit

Permalink
chore(deps): upgrade (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Apr 5, 2020
1 parent 6e7e6b2 commit 00f0882
Show file tree
Hide file tree
Showing 7 changed files with 760 additions and 723 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/generator": "^7.4.4",
"@babel/generator": "^7.9.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.5",
"@now/node": "^1.3.0",
"@now/node": "^1.5.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^25.1.0",
"babel-jest": "^25.2.6",
"babel-loader": "^8.0.6",
"codecov": "^3.5.0",
"conventional-github-releaser": "^3.1.3",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"jest": "^25.1.0",
"jest": "^25.2.7",
"lerna": "^3.14.1",
"react": "^16.8.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@svgr/plugin-prettier": "^5.3.0",
"@svgr/plugin-svgo": "^5.3.0",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"chalk": "^4.0.0",
"commander": "^5.0.0",
"dashify": "^2.0.0",
"glob": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@babel/preset-react": "^7.9.4",
"@svgr/core": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/plugin-svgo": "^5.3.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 @@ -27,6 +27,6 @@
},
"dependencies": {
"merge-deep": "^3.0.2",
"prettier": "^2.0.1 || ^1.19.1"
"prettier": "^2.0.2 || ^1.19.1"
}
}
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@babel/core": "^7.7.5",
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/preset-react": "^7.9.4",
"@svgr/core": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/plugin-svgo": "^5.3.0",
"rollup-pluginutils": "^2.8.2"
},
"devDependencies": {
"rollup": "^2.1.0",
"rollup": "^2.3.3",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-url": "^3.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 @@ -33,7 +33,7 @@
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@babel/preset-react": "^7.9.4",
"@svgr/core": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/plugin-svgo": "^5.3.0",
Expand All @@ -43,6 +43,6 @@
"babel-loader": "^8.0.6",
"memory-fs": "^0.5.0",
"url-loader": "^4.0.0",
"webpack": "^4.33.0"
"webpack": "^4.42.1"
}
}
Loading

1 comment on commit 00f0882

@vercel
Copy link

@vercel vercel bot commented on 00f0882 Apr 5, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.