Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 10, 2019
1 parent 978db3e commit a93ca7e
Show file tree
Hide file tree
Showing 11 changed files with 3,173 additions and 2,249 deletions.
40 changes: 20 additions & 20 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.1.5",
"@babel/core": "^7.1.6",
"@babel/generator": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-typescript": "^7.1.5",
"@babel/preset-env": "^7.1.6",
"@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/plugin-syntax-typescript": "^7.3.3",
"@babel/preset-env": "^7.4.3",
"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",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"codecov": "^3.3.0",
"conventional-github-releaser": "^3.1.2",
"eslint": "^5.9.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"lerna": "^3.4.3",
"react": "^16.6.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.7.1",
"lerna": "^3.13.2",
"react": "^16.8.6",
"rehype-parse": "^6.0.0",
"unified": "^7.0.2",
"vfile": "^3.0.1"
"unified": "^7.1.0",
"vfile": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@svgr/plugin-jsx": "^4.1.0",
"@svgr/plugin-prettier": "^4.0.3",
"@svgr/plugin-svgo": "^4.0.3",
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"dashify": "^2.0.0",
"glob": "^7.1.3",
"output-file-sync": "^2.0.1",
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"del": "^3.0.0"
"del": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@svgr/plugin-jsx": "^4.1.0",
"camelcase": "^5.0.0",
"cosmiconfig": "^5.0.7"
"camelcase": "^5.3.1",
"cosmiconfig": "^5.2.0"
}
}
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.6"
"@babel/types": "^7.4.0"
}
}
6 changes: 3 additions & 3 deletions packages/parcel-plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"parcel-bundler": "^1.10.0"
},
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.1.0",
"@svgr/plugin-jsx": "^4.1.0",
"@svgr/plugin-svgo": "^4.0.3"
},
"devDependencies": {
"parcel-bundler": "^1.10.3"
"parcel-bundler": "^1.12.3"
}
}
6 changes: 3 additions & 3 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.1.6",
"@babel/core": "^7.4.3",
"@svgr/babel-preset": "^4.1.0",
"@svgr/hast-util-to-babel-ast": "^4.1.0",
"rehype-parse": "^6.0.0",
"unified": "^7.0.2",
"vfile": "^3.0.1"
"unified": "^7.1.0",
"vfile": "^4.0.0"
}
}
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.15.2"
"prettier": "^1.16.4"
}
}
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.0.7",
"cosmiconfig": "^5.2.0",
"merge-deep": "^3.0.2",
"svgo": "^1.1.1"
"svgo": "^1.2.1"
}
}
8 changes: 4 additions & 4 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.1.0",
"@svgr/plugin-jsx": "^4.1.0",
"@svgr/plugin-svgo": "^4.0.3",
"rollup-pluginutils": "^2.3.3"
"rollup-pluginutils": "^2.6.0"
},
"devDependencies": {
"rollup": "^0.67.3",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-url": "^2.0.1"
"rollup-plugin-url": "^2.2.1"
}
}
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.1.6",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.1.0",
"@svgr/plugin-jsx": "^4.1.0",
"@svgr/plugin-svgo": "^4.0.3",
"loader-utils": "^1.1.0"
"loader-utils": "^1.2.3"
},
"devDependencies": {
"babel-loader": "^8.0.4",
"babel-loader": "^8.0.5",
"memory-fs": "^0.4.1",
"url-loader": "^1.1.2",
"webpack": "^4.26.0"
"webpack": "^4.29.6"
}
}
Loading

0 comments on commit a93ca7e

Please sign in to comment.