Skip to content

Commit

Permalink
Pin dependencies (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DumboOctopus committed Oct 19, 2019
1 parent b03c8f0 commit 7e9a088
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 42 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,45 +18,45 @@
"author": "Dustin Newman",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-free": "^5.5.0",
"antd": "^3.11.2",
"axios": "^0.18.0",
"babel-loader": "^8.0.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"connected-react-router": "^5.0.0",
"css-loader": "^1.0.0",
"dotenv": "^6.1.0",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"history": "^4.7.2",
"husky": "^1.1.2",
"moment": "^2.22.2",
"node-sass": "^4.9.4",
"prettier": "^1.14.3",
"pretty-quick": "^1.8.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"@fortawesome/fontawesome-free": "5.6.3",
"antd": "3.12.1",
"axios": "0.18.0",
"babel-loader": "8.0.5",
"babel-plugin-transform-class-properties": "6.24.1",
"connected-react-router": "5.0.1",
"css-loader": "1.0.1",
"dotenv": "6.2.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.3.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.3",
"history": "4.7.2",
"husky": "1.3.1",
"moment": "2.23.0",
"node-sass": "4.11.0",
"prettier": "1.15.3",
"pretty-quick": "1.8.0",
"prop-types": "15.6.2",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-redux": "6.0.0",
"react-router-dom": "4.3.1",
"react-scripts": "2.1.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^4.20.2",
"webpack-bundle-tracker": "^0.3.0",
"webpack-cli": "^3.1.0"
"redux": "4.0.1",
"redux-logger": "3.0.6",
"redux-persist": "5.10.0",
"redux-thunk": "2.3.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "4.28.1",
"webpack-bundle-tracker": "0.3.0",
"webpack-cli": "3.2.1"
},
"dependencies": {
"font-awesome": "^4.7.0",
Expand Down

0 comments on commit 7e9a088

Please sign in to comment.