Skip to content

Commit

Permalink
Merge pull request #264 from BigRoomStudios/maintenance/jan-2021
Browse files Browse the repository at this point in the history
Maintenance/jan 2021
  • Loading branch information
Brian Leighton authored Feb 12, 2021
2 parents 34759eb + 6d13764 commit a90397f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,56 +24,56 @@
},
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/styles": "^4.10.0",
"@material-ui/core": "4.11.x",
"@material-ui/styles": "4.11.x",
"connected-react-router": "6.x.x",
"history": "^4.10.1",
"immer": "^7.0.5",
"normalizr": "^3.5.0",
"immer": "8.x.x",
"normalizr": "3.x.x",
"prop-types": "^15.7.2",
"react": "17.x.x",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.0.2",
"react-hot-loader": "^4.12.19",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-error-boundary": "3.x.x",
"react-hot-loader": "4.x.x",
"react-redux": "7.x.x",
"react-router-dom": "5.x.x",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"strange-middle-end": "0.4.x",
"strange-router": "2.x.x",
"styled-components": "^5.0.0"
"styled-components": "5.x.x"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "7.x.x",
"@hapi/eslint-config-hapi": "^13.0.2",
"@hapi/eslint-plugin-hapi": "^4.3.5",
"@hapi/hapi": "^20.0.0",
"@hapi/inert": "^6.0.1",
"@hot-loader/react-dom": "^17.0.0",
"@testing-library/react": "^11.0.2",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/inert": "6.x.x",
"@hot-loader/react-dom": "17.x.x",
"@testing-library/react": "11.x.x",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.1.0",
"babel-loader": "^8.0.6",
"babel-jest": "26.x.x",
"babel-loader": "8.x.x",
"babel-preset-react-app": "^10.0.0",
"copy-webpack-plugin": "^6.0.3",
"dotenv": "^8.2.0",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^7.5.0",
"eslint-config-standard-react": "^9.2.0",
"eslint": "7.x.x",
"eslint-config-standard-react": "10.x.x",
"eslint-loader": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^4.0.8",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"jest": "^26.1.0",
"eslint-plugin-jsx-a11y": "6.x.x",
"eslint-plugin-react": "7.x.x",
"eslint-plugin-react-hooks": "4.x.x",
"file-loader": "6.x.x",
"html-webpack-plugin": "4.x.x",
"jest": "26.x.x",
"jest-environment-jsdom-fifteen": "^1.0.2",
"pre-commit": "^1.2.2",
"process": "^0.11.10",
"react-dev-utils": "^11.0.0",
"regenerator-runtime": "^0.13.5",
"rimraf": "^3.0.1",
"react-dev-utils": "11.x.x",
"regenerator-runtime": "0.13.x",
"rimraf": "3.x.x",
"webpack": "4.x.x",
"webpack-cli": "4.x.x",
"webpack-dev-server": "3.x.x"
Expand Down

0 comments on commit a90397f

Please sign in to comment.