Skip to content

Commit 62ed889

Browse files
author
Emmanouil Konstantinidis
committed
Update all dependencies
1 parent b077631 commit 62ed889

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "0.0.1",
3+
"version": "0.0.14",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {
@@ -121,34 +121,34 @@
121121
"homepage": "https://github.com/ekonstantinidis/gitify",
122122
"dependencies": {
123123
"auto-launch": "=0.1.18",
124-
"bootstrap": "=3.3.4",
125-
"browserify": "=10.2.1",
126-
"font-awesome": "=4.3.0",
127-
"octicons": "=2.2.0",
124+
"bootstrap": "=3.3.5",
125+
"browserify": "=11.0.1",
126+
"font-awesome": "=4.4.0",
127+
"octicons": "=2.4.1",
128128
"react": "=0.13.3",
129129
"react-router": "=0.13.3",
130130
"react-toggle": "=1.2.3",
131131
"react-tools": "=0.13.3",
132132
"reactify": "=1.1.1",
133-
"reflux": "=0.2.7",
133+
"reflux": "=0.2.11",
134134
"reloading": "0.0.6",
135135
"superagent": "=1.2.0",
136136
"underscore": "=1.8.3",
137-
"watchify": "=3.2.1"
137+
"watchify": "=3.3.1"
138138
},
139139
"devDependencies": {
140-
"electron-packager": "=4.1.2",
140+
"electron-packager": "=5.0.1",
141141
"electron-prebuilt": "=0.30.2",
142-
"esprima-fb": "=15001.1.0-dev-harmony-fb",
142+
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
143143
"grunt": "=0.4.5",
144144
"grunt-contrib-clean": "=0.6.0",
145145
"grunt-contrib-copy": "=0.8.0",
146146
"grunt-contrib-less": "=1.0.1",
147147
"grunt-contrib-watch": "=0.6.1",
148148
"jest-cli": "=0.4.17",
149-
"jscs": "^1.13.1",
150-
"jshint-stylish": "=1.0.2",
151-
"jsxhint": "=0.15.0",
149+
"jscs": "=2.0.0",
150+
"jshint-stylish": "=2.0.1",
151+
"jsxhint": "=0.15.1",
152152
"less": "=2.5.1"
153153
}
154154
}

0 commit comments

Comments
 (0)