Skip to content

Commit

Permalink
Merge pull request #62 from dmitriytat/chore/dependencies
Browse files Browse the repository at this point in the history
chore(package.json): versions up
  • Loading branch information
dmitriytat authored Oct 3, 2017
2 parents 3fb4d8e + 5779de5 commit 5a912e4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,47 +29,47 @@
},
"homepage": "https://github.com/dmitriytat/jedi-validate#readme",
"devDependencies": {
"@types/chai": "^4.0.3",
"@types/mocha": "^2.2.41",
"@types/should": "^8.3.0",
"@types/sinon": "^2.3.3",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-istanbul": "^4.1.4",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/should": "^11.2.0",
"@types/sinon": "^2.3.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"bootstrap": "^3.3.7",
"chai": "^4.1.1",
"chai": "^4.1.2",
"cross-env": "^5.0.5",
"esdoc": "^1.0.1",
"esdoc": "^1.0.3",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"eslint": "^4.4.1",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.0",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.0",
"json-loader": "^0.5.7",
"karma": "^1.7.0",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-mocha-reporter": "^2.2.4",
"karma-webpack": "2.0.4",
"mocha": "^3.5.0",
"rimraf": "^2.6.1",
"should": "^11.2.1",
"sinon": "^3.2.0",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1"
"mocha": "^3.5.3",
"rimraf": "^2.6.2",
"should": "^13.1.0",
"sinon": "^4.0.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"deepmerge": "^1.5.0",
"esdoc-standard-plugin": "^1.0.0"
"deepmerge": "^1.5.2"
}
}

0 comments on commit 5a912e4

Please sign in to comment.