Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 11, 2016
1 parent c9c3eb0 commit e0924d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"detect-node": "^2.0.3",
"flatmap": "0.0.3",
"glob": "^6.0.2",
"glob": "^7.0.3",
"multiaddr": "^1.0.0",
"multipart-stream": "github:dignifiedquire/multipart-stream#a1a4e9c4d41d1f78dcf32279affbbb0bfd930c28",
"ndjson": "^1.4.3",
Expand All @@ -22,18 +22,18 @@
},
"devDependencies": {
"babel-core": "^6.1.21",
"babel-eslint": "^5.0.0-beta9",
"babel-eslint": "^6.0.0-beta.5",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.0.15",
"babel-runtime": "^6.3.19",
"chai": "^3.4.1",
"concurrently": "^1.0.0",
"eslint": "^2.0.0-rc.0",
"concurrently": "^2.0.0",
"eslint": "2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.1",
"glob-stream": "5.3.1",
"glob-stream": "5.3.2",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-eslint": "^2.0.0-rc-3",
Expand All @@ -51,7 +51,7 @@
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-mocha-reporter": "^2.0.0",
"karma-sauce-launcher": "^0.3.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
Expand Down

0 comments on commit e0924d1

Please sign in to comment.