Skip to content

Commit

Permalink
Deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 14, 2022
1 parent 7310de9 commit cefe20f
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 501 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"release": "release-it --only-version"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"@types/bull": "^3.15.8",
"@types/ioredis": "^4.28.10",
"@types/jest": "^27.4.1",
Expand All @@ -57,23 +57,23 @@
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"auto-changelog": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.2.4",
"bull": "^4.8.1",
"bullmq": "^1.77.3",
"concurrently": "^7.0.0",
"bullmq": "^1.80.1",
"concurrently": "^7.1.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-react": "^7.29.4",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"prettier": "^2.6.0",
"release-it": "^14.13.1",
"prettier": "^2.6.2",
"release-it": "^14.14.2",
"release-it-yarn-workspaces": "^2.0.1",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"ts-jest": "^27.1.4",
"ts-node-dev": "^1.1.6",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
},
"release-it": {
"plugins": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@types/bull": "^3.15.8",
"@types/node": "^17.0.22",
"bullmq": "^1.77.3",
"ioredis-mock": "^7.1.0",
"bullmq": "^1.80.1",
"ioredis-mock": "^7.2.0",
"redis-mock": "^0.56.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@bull-board/ui": "3.10.3",
"ejs": "^3.1.6",
"fastify-static": "^4.6.1",
"point-of-view": "^5.1.0"
"point-of-view": "^5.2.0"
},
"devDependencies": {
"fastify": "^3.27.4"
"fastify": "^3.28.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@bull-board/api": "3.10.3"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@radix-ui/react-alert-dialog": "^0.1.7",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@types/pretty-bytes": "^5.2.0",
Expand All @@ -45,8 +45,8 @@
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"date-fns": "2.28.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"highlight.js": "^11.5.0",
"fork-ts-checker-webpack-plugin": "^7.2.6",
"highlight.js": "^11.5.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.12",
Expand All @@ -55,14 +55,14 @@
"pretty-bytes": "^5.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-paginate": "^8.1.2",
"react-paginate": "^8.1.3",
"react-refresh": "^0.11.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^7.0.4",
"style-loader": "^3.2.1",
"webpack": "^5.70.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit cefe20f

Please sign in to comment.