Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #81 from mozilla/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin Dependencies
  • Loading branch information
rehandalal committed Apr 5, 2018
2 parents 0035235 + bab52df commit adeebc8
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 92 deletions.
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.2.1",
"auth0-js": "^9.4.2",
"autobind-decorator": "^2.1.0",
"enzyme-adapter-react-16": "^1.1.1",
"es6-promise": "^4.2.4",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.0",
"lodash.get": "^4.4.2",
"photon-ant": "^0.1.4",
"raven-js": "^3.24.0",
"react": "^16.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"antd": "3.2.3",
"auth0-js": "9.4.2",
"autobind-decorator": "2.1.0",
"enzyme-adapter-react-16": "1.1.1",
"es6-promise": "4.2.4",
"immutable": "3.8.2",
"isomorphic-fetch": "2.2.1",
"js-cookie": "2.2.0",
"lodash.get": "4.4.2",
"photon-ant": "0.1.4",
"raven-js": "3.24.0",
"react": "16.2.0",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.2.0",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"underscore": "^1.8.3"
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"underscore": "1.8.3"
},
"scripts": {
"start": "react-app-rewired start",
Expand All @@ -43,32 +43,32 @@
"lint": "yarn run lint:flow && yarn run lint:prettier-eslint && yarn run lint:less"
},
"devDependencies": {
"babel-plugin-import": "^1.6.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"enzyme": "^3.3.0",
"faker": "^4.1.0",
"flow-bin": "^0.66.0",
"pre-commit": "^1.2.2",
"babel-plugin-import": "1.6.6",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-polyfill": "6.26.0",
"enzyme": "3.3.0",
"faker": "4.1.0",
"flow-bin": "0.66.0",
"pre-commit": "1.2.2",
"jasmine": "2.99.0",
"jasmine-immutable-matchers": "^2.0.1",
"jasmine-promises": "^0.4.1",
"karma": "^2.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-react-jsx-preprocessor": "^0.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.0",
"prettier": "^1.11.1",
"prettier-eslint": "^8.8.1",
"prettier-eslint-cli": "^4.7.1",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.4.1",
"stylelint": "^9.1.1",
"stylelint-config-standard": "^18.1.0",
"stylelint-order": "^0.8.1"
"jasmine-immutable-matchers": "2.0.1",
"jasmine-promises": "0.4.1",
"karma": "2.0.0",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.1",
"karma-junit-reporter": "1.2.0",
"karma-react-jsx-preprocessor": "0.1.1",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "3.0.0",
"prettier": "1.11.1",
"prettier-eslint": "8.8.1",
"prettier-eslint-cli": "4.7.1",
"react-app-rewire-less": "2.1.1",
"react-app-rewired": "1.5.0",
"stylelint": "9.1.1",
"stylelint-config-standard": "18.2.0",
"stylelint-order": "0.8.1"
},
"jest": {
"moduleNameMapper": {
Expand Down

0 comments on commit adeebc8

Please sign in to comment.