Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 21, 2021
1 parent c4b6763 commit 9990162
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 2,574 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,36 @@
"redis-info": "^3.0.8"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.14.1",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.14.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/bull": "^3.15.1",
"@types/classnames": "^2.2.11",
"@types/ioredis": "^4.26.1",
"@types/ioredis": "^4.26.4",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.35",
"@types/node": "^15.3.1",
"@types/pretty-bytes": "^5.2.0",
"@types/react-dom": "^17.0.2",
"@types/react-dom": "^17.0.5",
"@types/react-highlight": "^0.12.2",
"@types/react-router-dom": "^5.1.6",
"@types/redis-info": "^3.0.0",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@typescript-eslint/typescript-estree": "^4.22.1",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@typescript-eslint/typescript-estree": "^4.24.0",
"auto-changelog": "^2.2.1",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"bull": "^3.22.4",
"bullmq": "^1.24.5",
"bull": "^3.22.6",
"bullmq": "^1.26.4",
"clsx": "^1.1.1",
"css-loader": "^5.1.3",
"css-loader": "^5.2.5",
"css-minimizer-webpack-plugin": "^2.0.0",
"date-fns": "2.21.3",
"dockest": "2.1.0",
Expand All @@ -87,14 +87,14 @@
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.21.5",
"fork-ts-checker-webpack-plugin": "^6.2.6",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"highlight.js": "^10.7.1",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.6.0",
"postcss-loader": "^5.2.0",
"postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"prettier-eslint": "^12.0.0",
"pretty-bytes": "5.6.0",
"react": "17.0.2",
Expand All @@ -103,13 +103,13 @@
"react-refresh": "^0.10.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^7.0.4",
"release-it": "^14.5.0",
"release-it": "^14.6.2",
"style-loader": "^2.0.0",
"supertest": "^6.0.1",
"ts-jest": "^26.5.6",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3",
"webpack": "^5.36.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.0"
},
Expand Down
Loading

0 comments on commit 9990162

Please sign in to comment.