Skip to content

Commit 201eaf4

Browse files
committed
Update dev-dependencies
1 parent bd672af commit 201eaf4

File tree

3 files changed

+1126
-1098
lines changed

3 files changed

+1126
-1098
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
"babel-core": "^7.0.0-bridge.0",
3636
"babel-eslint": "^10.0.0",
3737
"babel-jest": "^24.0.0",
38-
"eslint": "^5.0.0",
39-
"eslint-config-airbnb-base": "^13.0.0",
38+
"eslint": "^6.0.0",
39+
"eslint-config-airbnb-base": "^14.0.0",
4040
"eslint-plugin-import": "^2.0.0",
4141
"glob": "^7.0.0",
4242
"hastscript": "^5.0.0",
4343
"jasmine-core": "^3.0.0",
4444
"jest-cli": "^24.0.0",
4545
"karma": "^4.0.0",
46-
"karma-chrome-launcher": "^2.0.0",
46+
"karma-chrome-launcher": "^3.0.0",
4747
"karma-firefox-launcher": "^1.0.0",
4848
"karma-jasmine": "^2.0.0",
4949
"karma-mocha-reporter": "^2.0.0",
5050
"karma-rollup-preprocessor": "^7.0.0",
5151
"karma-safari-launcher": "^1.0.0",
52-
"remark-cli": "^6.0.1",
53-
"remark-preset-wooorm": "^5.0.0",
52+
"remark-cli": "^7.0.0",
53+
"remark-preset-wooorm": "^6.0.0",
5454
"rollup": "^1.0.0",
5555
"rollup-plugin-babel": "^4.0.1",
5656
"rollup-plugin-commonjs": "^10.0.0",

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ function root(node, options) {
5757
return appendAll(
5858
el,
5959
children,
60-
Object.assign({ fragment, namespace, impliedNamespace: namespace }, options),
60+
{
61+
...options, fragment, namespace, impliedNamespace: namespace,
62+
},
6163
);
6264
}
6365

0 commit comments

Comments
 (0)