Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Dec 26, 2018
1 parent 9edaa79 commit 2bea292
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"license": "MIT",
"author": "Chunpeng Huo",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-eslint": "^10.0.1",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"eslint": "^5.6.1",
"eslint": "^5.11.0",
"jquery": "^3.3.1",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^3.0.0",
"standard-changelog": "^2.0.1",
"standard-changelog": "^2.0.6",
"tap-dot": "^2.0.0",
"tape": "^4.9.1",
"tape-run": "^4.0.0"
"tape-run": "^5.0.0"
},
"scripts": {
"build": "env BABEL_ENV=development rollup -c",
Expand Down

0 comments on commit 2bea292

Please sign in to comment.