Skip to content

Commit 2d9b7bd

Browse files
committed
feat(upgrade): h2x@1.1.0 (jsdom@12.0.0) & others
1 parent cd659dc commit 2d9b7bd

6 files changed

Lines changed: 657 additions & 628 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.0.0",
17-
"@babel/core": "^7.0.0",
17+
"@babel/core": "^7.0.1",
1818
"@babel/node": "^7.0.0",
1919
"@babel/plugin-proposal-class-properties": "^7.0.0",
2020
"@babel/preset-env": "^7.0.0",
2121
"babel-core": "^7.0.0-bridge.0",
2222
"babel-eslint": "^9.0.0",
23-
"babel-jest": "^23.4.2",
23+
"babel-jest": "^23.6.0",
2424
"babel-loader": "^8.0.2",
25-
"codecov": "^3.0.4",
25+
"codecov": "^3.1.0",
2626
"conventional-github-releaser": "^3.1.2",
27-
"eslint": "^5.5.0",
27+
"eslint": "^5.6.0",
2828
"eslint-config-airbnb-base": "^13.1.0",
2929
"eslint-config-prettier": "^3.0.1",
3030
"eslint-plugin-import": "^2.14.0",
31-
"jest": "^23.5.0",
32-
"lerna": "^3.2.1",
33-
"react": "^16.4.2"
31+
"jest": "^23.6.0",
32+
"lerna": "^3.4.0",
33+
"react": "^16.5.1"
3434
}
3535
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@svgr/core": "^2.2.0",
2727
"camelcase": "^5.0.0",
2828
"chalk": "^2.4.1",
29-
"commander": "^2.17.1",
29+
"commander": "^2.18.0",
3030
"dashify": "^1.0.0",
3131
"glob": "^7.1.3",
3232
"output-file-sync": "^2.0.1",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"dependencies": {
2525
"camelcase": "^5.0.0",
2626
"cosmiconfig": "^5.0.6",
27-
"h2x-core": "^1.0.0",
28-
"h2x-plugin-jsx": "^1.0.0",
27+
"h2x-core": "^1.1.0",
28+
"h2x-plugin-jsx": "^1.1.0",
2929
"merge-deep": "^3.0.2",
3030
"prettier": "^1.14.2",
3131
"svgo": "^1.0.5"

packages/rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"prepublishOnly": "yarn run build"
2323
},
2424
"dependencies": {
25-
"@babel/core": "^7.0.0",
25+
"@babel/core": "^7.0.1",
2626
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
2727
"@babel/preset-env": "^7.0.0",
2828
"@babel/preset-react": "^7.0.0",
2929
"@svgr/core": "^2.2.0",
3030
"rollup-pluginutils": "^2.3.1"
3131
},
3232
"devDependencies": {
33-
"rollup": "^0.65.0",
33+
"rollup": "^0.65.2",
3434
"rollup-plugin-image": "^1.0.2",
3535
"rollup-plugin-url": "^1.4.0"
3636
}

packages/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "yarn run build"
2323
},
2424
"dependencies": {
25-
"@babel/core": "^7.0.0",
25+
"@babel/core": "^7.0.1",
2626
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
2727
"@babel/preset-env": "^7.0.0",
2828
"@babel/preset-react": "^7.0.0",
@@ -33,6 +33,6 @@
3333
"babel-loader": "^8.0.2",
3434
"memory-fs": "^0.4.1",
3535
"url-loader": "^1.1.1",
36-
"webpack": "^4.17.1"
36+
"webpack": "^4.19.0"
3737
}
3838
}

0 commit comments

Comments
 (0)