Skip to content

Commit 9ada5ef

Browse files
committedSep 18, 2018
fix building & update dependencies => release 2.0.2
1 parent 7483993 commit 9ada5ef

File tree

2 files changed

+1574
-1464
lines changed

2 files changed

+1574
-1464
lines changed
 

‎package-lock.json

+1,565-1,455
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Colorpicker",
33
"productName": "Colorpicker",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "Colorpicker is a little Electron app that can show colors with hex/rgb code, and generate shading for your color.",
66
"main": "src/main.js",
77
"scripts": {
@@ -27,20 +27,20 @@
2727
"crea-that"
2828
],
2929
"dependencies": {
30-
"electron-json-storage": "^4.1.0",
31-
"request": "^2.85.0",
30+
"electron-json-storage": "^4.1.2",
31+
"request": "^2.88.0",
3232
"robotjs": "git+https://github.com/toinane/robotjs.git",
3333
"sortablejs": "^1.7.0",
34-
"tippy.js": "^2.5.2"
34+
"tippy.js": "^2.6.0"
3535
},
3636
"optionalDependencies": {
37-
"osx-mouse": "^1.2.1",
38-
"win-mouse": "^1.1.2"
37+
"osx-mouse": "^1.3.1",
38+
"win-mouse": "^1.2.0"
3939
},
4040
"devDependencies": {
41-
"electron": "1.8.4",
42-
"electron-builder": "20.0.8",
43-
"standard": "^11.0.1"
41+
"electron": "1.8.8",
42+
"electron-builder": "20.28.4",
43+
"standard": "^12.0.1"
4444
},
4545
"author": {
4646
"name": "Toinane",

0 commit comments

Comments
 (0)
Please sign in to comment.