Skip to content

Commit

Permalink
chore(npm): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Apr 14, 2020
1 parent 31ce302 commit 095a81b
Show file tree
Hide file tree
Showing 3 changed files with 2,143 additions and 1,760 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.8.0",
"canvas": "2.5.0",
"jest": "24.8.0",
"prettier": "1.18.2",
"rollup": "1.15.6",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-terser": "5.0.0"
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"babel-jest": "25.3.0",
"canvas": "2.6.1",
"jest": "25.3.0",
"prettier": "2.0.4",
"rollup": "2.6.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "5.3.0"
},
"repository": "[email protected]:radial-color-picker/color-wheel.git",
"author": "Rosen Kanev <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
trailingComma: 'es5',
tabWidth: 4,
printWidth: 100,
arrowParens: 'avoid',
endOfLine: 'lf',
};
Loading

0 comments on commit 095a81b

Please sign in to comment.