Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki Sekiguchi committed Jul 2, 2016
1 parent 1ea62ee commit eaae146
Show file tree
Hide file tree
Showing 3 changed files with 21,441 additions and 16,219 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "jsmetronome",
"productName": "JSMetronome",
"version": "0.1.1",
"version": "0.1.2",
"description": "A metronome application for Mac OS",
"license": "MIT",
"electronVersion": "0.37.2",
"electronVersion": "1.2.5",
"main": "public/main.js",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"classnames": "^2.2.3",
"flux": "^2.1.1",
"lodash": "^4.0.0",
"react": "^0.14.6",
"react-dom": "^0.14.6"
"react": "^15.2.0",
"react-dom": "^15.2.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
Expand All @@ -33,7 +33,7 @@
"babel-preset-react": "^6.3.13",
"browser-sync": "^2.11.1",
"electron-installer-codesign": "^0.1.1",
"electron-packager": "^5.2.1",
"electron-packager": "^7.1.0",
"gmsmith": "^1.0.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
Expand All @@ -51,9 +51,9 @@
"gulp.spritesmith": "^6.0.1",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-webpack": "^1.7.0",
"nib": "^1.1.0",
"webpack": "^1.12.12"
Expand Down
Loading

0 comments on commit eaae146

Please sign in to comment.