Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
patch: update deps to latest stable versions (closes #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Sep 24, 2018
1 parent fd52144 commit 732fe9f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,36 +41,36 @@
"devDependencies": {
"ban-sensitive-files": "1.9.2",
"chai": "4.1.2",
"chokidar-cli": "1.2.0",
"dependency-check": "3.2.0",
"chokidar-cli": "1.2.1",
"dependency-check": "3.2.1",
"deps-ok": "1.4.1",
"eslint": "5.2.0",
"eslint": "5.6.0",
"eslint-plugin-cypress-dev": "1.1.2",
"eslint-plugin-mocha": "5.1.0",
"eslint-plugin-mocha": "5.2.0",
"husky": "0.14.3",
"license-checker": "20.2.0",
"mocha": "5.2.0",
"mockery": "2.1.0",
"nsp": "3.2.1",
"semantic-release": "15.9.3",
"sinon": "6.1.4",
"semantic-release": "15.9.16",
"sinon": "6.3.4",
"sinon-chai": "3.2.0",
"snap-shot-it": "5.0.1"
"snap-shot-it": "6.1.8"
},
"dependencies": {
"@babel/core": "7.0.0-beta.55",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.55",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.55",
"@babel/plugin-transform-runtime": "7.0.0-beta.55",
"@babel/preset-env": "7.0.0-beta.55",
"@babel/preset-react": "7.0.0-beta.55",
"@babel/runtime": "7.0.0-beta.55",
"babel-plugin-add-module-exports": "0.2.1",
"babelify": "9.0.0",
"bluebird": "3.5.1",
"@babel/core": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.0.0",
"babel-plugin-add-module-exports": "1.0.0",
"babelify": "10.0.0",
"bluebird": "3.5.2",
"browserify": "16.2.2",
"cjsxify": "0.3.0",
"debug": "3.1.0",
"debug": "4.0.1",
"fs-extra": "7.0.0",
"watchify": "3.11.0"
},
Expand Down

0 comments on commit 732fe9f

Please sign in to comment.