Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
hotfix ajv-keywords as a peerdep
Browse files Browse the repository at this point in the history
 🐿 v2.7.0
  • Loading branch information
doramatadora committed Feb 26, 2018
1 parent f8f0179 commit 13b160d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"homepage": "https://github.com/Financial-Times/n-ui#readme",
"devDependencies": {
"@financial-times/n-gage": "^1.19.5",
"@financial-times/n-heroku-tools": "^7.1.1",
"@financial-times/n-gage": "^1.19.8",
"@financial-times/n-heroku-tools": "^7.1.7",
"bower": "^1.8.2",
"bundlesize": "^0.16.0",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"chalk": "^2.3.1",
"coveralls": "^3.0.0",
"denodeify": "^1.2.1",
"fetch-mock": "^6.0.0",
Expand All @@ -47,16 +47,16 @@
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.3.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"karma-webpack": "^2.0.11",
"mocha": "^3.5.3",
"mockery": "^2.1.0",
"nightwatch": "^0.9.19",
"node-fetch": "^2.0.0",
"nodemon": "^1.14.12",
"nodemon": "^1.15.1",
"pa11y-ci": "^1.3.1",
"proxyquire": "^1.8.0",
"semver": "^5.5.0",
"sinon": "^4.2.2",
"sinon": "^4.4.2",
"sinon-chai": "^2.14.0",
"supertest": "^3.0.0",
"uglifyjs": "^2.4.11"
Expand All @@ -66,9 +66,9 @@
"@financial-times/n-handlebars": "^1.19.3",
"@financial-times/next-json-ld": "^0.2.2",
"autoprefixer": "^7.2.5",
"aws-sdk": "^2.190.0",
"aws-sdk": "^2.202.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-loader": "^7.1.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
Expand All @@ -91,14 +91,17 @@
"promise-rat-race": "^1.5.1",
"raw-loader": "^0.5.1",
"shellpromise": "^1.4.0",
"ts-loader": "^3.4.0",
"ts-loader": "^4.0.0",
"watch-run": "^1.2.5",
"webpack": "^3.11.0",
"webpack-merge": "^4.1.1",
"webpack-merge": "^4.1.2",
"webpack-sources": "^1.1.0",
"webpack-stats-plugin": "^0.1.5",
"word-listener": "^1.0.1"
},
"peerDependencies": {
"ajv-keywords": "^3.0.0"
},
"eslintConfig": {
"rules": {
"semi": [
Expand Down

0 comments on commit 13b160d

Please sign in to comment.