Skip to content

Commit

Permalink
feat(upgrade): h2x@1.1.0 (jsdom@12.0.0) & others
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 15, 2018
1 parent cd659dc commit 2d9b7bd
Show file tree
Hide file tree
Showing 6 changed files with 657 additions and 628 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -14,22 +14,22 @@
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/core": "^7.0.1",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.2",
"codecov": "^3.0.4",
"codecov": "^3.1.0",
"conventional-github-releaser": "^3.1.2",
"eslint": "^5.5.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.5.0",
"lerna": "^3.2.1",
"react": "^16.4.2"
"jest": "^23.6.0",
"lerna": "^3.4.0",
"react": "^16.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -26,7 +26,7 @@
"@svgr/core": "^2.2.0",
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"commander": "^2.17.1",
"commander": "^2.18.0",
"dashify": "^1.0.0",
"glob": "^7.1.3",
"output-file-sync": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"camelcase": "^5.0.0",
"cosmiconfig": "^5.0.6",
"h2x-core": "^1.0.0",
"h2x-plugin-jsx": "^1.0.0",
"h2x-core": "^1.1.0",
"h2x-plugin-jsx": "^1.1.0",
"merge-deep": "^3.0.2",
"prettier": "^1.14.2",
"svgo": "^1.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Expand Up @@ -22,15 +22,15 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.0.1",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^2.2.0",
"rollup-pluginutils": "^2.3.1"
},
"devDependencies": {
"rollup": "^0.65.0",
"rollup": "^0.65.2",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-url": "^1.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Expand Up @@ -22,7 +22,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.0.1",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
Expand All @@ -33,6 +33,6 @@
"babel-loader": "^8.0.2",
"memory-fs": "^0.4.1",
"url-loader": "^1.1.1",
"webpack": "^4.17.1"
"webpack": "^4.19.0"
}
}

0 comments on commit 2d9b7bd

Please sign in to comment.