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

Commit

Permalink
Fix #2991, update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Jun 8, 2017
1 parent 06aa0c9 commit c17f30b
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 @@ -8,7 +8,7 @@
},
"dependencies": {
"atob": "2.0.3",
"aws-sdk": "2.46.0",
"aws-sdk": "2.65.0",
"btoa": "1.1.2",
"content-disposition": "0.5.2",
"convict": "3.0.0",
Expand All @@ -17,53 +17,53 @@
"csurf": "1.9.0",
"envc": "2.5.0",
"escape-html": "1.0.3",
"express": "4.15.2",
"express": "4.15.3",
"jpm": "1.3.1",
"keygrip": "1.0.1",
"mobile-detect": "1.3.6",
"morgan": "1.8.1",
"mozlog": "2.1.0",
"morgan": "1.8.2",
"mozlog": "2.1.1",
"node-statsd": "0.1.1",
"nodemon": "1.11.0",
"nodify-uuid": "0.0.1",
"pg": "6.1.5",
"pg": "6.2.3",
"pg-patcher": "0.3.0",
"raven": "1.2.1",
"raven-js": "3.14.2",
"raven": "2.0.2",
"raven-js": "3.15.0",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-masonry-component": "5.0.5",
"react-masonry-component": "5.0.7",
"rimraf": "2.6.1",
"universal-analytics": "0.4.13",
"uuid": "3.0.1",
"valid-url": "1.0.9",
"wreck": "12.1.0"
"wreck": "12.2.2"
},
"devDependencies": {
"addons-linter": "0.19.1",
"addons-linter": "0.21.0",
"babel-cli": "6.24.1",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"body-parser": "1.17.1",
"browserify": "14.3.0",
"body-parser": "1.17.2",
"browserify": "14.4.0",
"david": "11.0.0",
"eslint": "3.19.0",
"eslint-plugin-mozilla": "0.2.47",
"eslint-plugin-mozilla": "0.3.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "6.10.3",
"fx-runner": "1.0.6",
"geckodriver": "1.6.0",
"mocha": "3.3.0",
"node-sass": "4.5.2",
"geckodriver": "1.6.1",
"mocha": "3.4.2",
"node-sass": "4.5.3",
"npm-run-all": "4.0.2",
"nsp": "2.6.3",
"pontoon-to-webext": "1.0.2",
"sass-lint": "1.10.2",
"selenium-webdriver": "3.4.0",
"svgo": "0.7.2",
"uglify-js": "2.8.22",
"web-ext": "1.9.0"
"uglify-js": "3.0.15",
"web-ext": "1.9.1"
},
"homepage": "https://pageshot.dev.mozaws.net",
"license": "MPL-2.0",
Expand Down

0 comments on commit c17f30b

Please sign in to comment.