Skip to content

Commit

Permalink
[update] update package
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-johann committed Mar 10, 2018
1 parent 3850015 commit d1df9d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
@@ -1,6 +1,6 @@
// process.env.CHROME_BIN = require('puppeteer').executablePath();
const esmRequire = require('@std/esm')(module, {
esm: 'all',
mode: 'all',
cjs: {
vars: true,
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -52,7 +52,7 @@
"toxic-decorators": "^0.3.8"
},
"devDependencies": {
"@std/esm": "^0.24.0",
"@std/esm": "^0.25.2",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-plugin-external-helpers": "^6.22.0",
Expand All @@ -72,27 +72,27 @@
"chimee-plugin-danmu": "0.0.9",
"chimee-plugin-popup": "0.0.7",
"core-js": "^2.5.3",
"eslint": "^4.18.1",
"eslint": "^4.18.2",
"eslint-config-egg": "^7.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-jest": "^21.12.2",
"flow-bin": "^0.66.0",
"eslint-plugin-jest": "^21.13.0",
"flow-bin": "^0.67.1",
"husky": "^0.14.3",
"jest": "^22.4.2",
"karma": "^2.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^5.1.1",
"mocha": "^5.0.1",
"mocha": "^5.0.4",
"npm-check-updates": "^2.13.0",
"pkg-ok": "^2.1.0",
"rollup": "^0.56.4",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.4.0",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-node-resolve": "^3.2.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-uglify": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/config/vessel.js
Expand Up @@ -23,7 +23,7 @@ export default class Vessel {
throw new Error(`The value of ${key} in ${this.__target}Config must be string, but not ${typeof value}.`);
}
this.__dispatcher.dom.setStyle(this.__target, key, value);
return value;
// return value;
},
configurable: true,
enumerable: true,
Expand Down

0 comments on commit d1df9d3

Please sign in to comment.