Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and justinbarry committed Nov 16, 2018
1 parent 9a09ff4 commit 5c41558
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 86 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"babel-plugin-module-resolver":"3.1.1",

"babel-core": "^7.0.0-bridge.0",
"babel-core": "7.0.0-bridge.0",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
Expand All @@ -34,32 +34,32 @@

"eslint": "4.12.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-prettier": "3.0.1",
"eslint-import-resolver-babel-module": "5.0.0-beta.1",
"eslint-import-resolver-webpack": "0.8.3",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-jest": "21.24.1",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.5.1",

"prettier": "1.14.3",

"jest": "23.6.0",
"jest-junit": "^5.2.0",
"jest-junit": "5.2.0",

"uglifyjs-webpack-plugin": "1.2.2",
"url-loader": "^1.1.1",
"webpack": "^4.17.0",
"url-loader": "1.1.1",
"webpack": "4.19.0",
"webpack-dev-server": "3.1.9",
"webpack-dev-middleware": "3.4.0",
"webpack-hot-middleware": "2.24.3",

"execa": "^0.10.0",
"execa": "0.10.0",
"lerna": "3.4.0",
"listr": "^0.14.1",
"listr": "0.14.2",
"mocha": "5.1.1",
"rxjs-compat": "^6.2.2",
"rxjs-compat": "6.3.2",
"typescript": "2.9.2"
},
"workspaces": {
Expand Down
6 changes: 3 additions & 3 deletions packages/augur-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"electron-publisher-s3": "20.17.2",
"electron-webpack": "2.3.1",

"less": "^3.8.1",
"less-loader": "^4.1.0",
"mocha": "^5.2.0",
"less": "3.8.1",
"less-loader": "4.1.0",
"mocha": "5.2.0",
"webpack-dev-middleware": "3.4.0",
"webpack-dev-server": "3.1.9"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/augur-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
"ws": "5.1.1"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.1.0",
"@babel/preset-typescript": "^7.1.0",
"@types/chai": "^4.1.3",
"@types/jest": "^23.3.5",
"@babel/plugin-transform-typescript": "7.1.0",
"@babel/preset-typescript": "7.1.0",
"@types/chai": "4.1.4",
"@types/jest": "23.3.5",
"@types/knex": "0.14.8",
"eslint": "3.17.1",
"husky": "^0.14.3",
"husky": "0.14.3",
"node-gyp": "3.6.2",
"node-pre-gyp": "0.10.0",
"replace-in-file": "3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/augur-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
"trezor-connect": "5.0.31"
},
"devDependencies": {
"@types/expect-puppeteer": "^2.2.2",
"@types/jest": "^23.0.0",
"@types/jest-environment-puppeteer": "^2.2.0",
"@types/puppeteer": "^1.3.3",
"@types/expect-puppeteer": "2.2.4",
"@types/jest": "23.3.2",
"@types/jest-environment-puppeteer": "2.2.1",
"@types/puppeteer": "1.6.4",
"augur-tools": "6.0.0",
"autoprefixer": "7.1.6",
"babel-eslint": "9.0.0",
Expand All @@ -128,7 +128,7 @@
"html-webpack-plugin": "3.2.0",
"http": "0.0.0",
"https": "1.0.0",
"husky": "^0.14.3",
"husky": "0.14.3",
"ignore-styles": "5.0.1",
"import-glob-loader": "1.1.0",
"inline-source-cli": "1.2.0",
Expand All @@ -148,8 +148,8 @@
"postcss-sass": "0.3.3",
"prettier": "1.14.3",
"proxyquire": "1.8.0",
"puppeteer": "^1.8.0",
"readline-sync": "^1.4.9",
"puppeteer": "1.8.0",
"readline-sync": "1.4.9",
"redux-mock-store": "1.5.3",
"regenerator-runtime": "0.12.1",
"rimraf": "2.6.2",
Expand All @@ -160,8 +160,8 @@
"stylelint-config-standard": "18.2.0",
"stylelint-no-browser-hacks": "1.0.2",
"stylelint-order": "0.4.3",
"ts-jest": "^22.4.6",
"typescript": "^2.9.1",
"ts-jest": "22.4.6",
"typescript": "2.9.2",
"watchify": "3.11.0",
"webpack-merge": "4.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/augur.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"coveralls": "3.0.1",
"eslint": "3.17.1",
"genversion": "1.1.3",
"husky": "^0.14.3",
"husky": "0.14.3",
"istanbul": "0.4.5",
"keythereum": "1.0.4",
"mocha": "5.2.0",
Expand Down

0 comments on commit 5c41558

Please sign in to comment.