Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Aug 5, 2022
1 parent 9c7150a commit 27f5ae9
Show file tree
Hide file tree
Showing 3 changed files with 3,429 additions and 2,055 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ jobs:
- checkout
- attach_workspace:
at: ~/project
- run:
name: Ready node modules
command: yarn install --immutable
- run:
name: Install Cypress
command: yarn cypress install
Expand Down
154 changes: 77 additions & 77 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,74 +35,74 @@
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@cypress/code-coverage": "^3.10.0",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.5.1",
"@graphql-codegen/typescript-operations": "^2.4.2",
"@graphql-codegen/typescript-react-apollo": "^3.2.16",
"@graphql-codegen/typescript-resolvers": "^2.6.6",
"@octokit/rest": "^18.12.0",
"@graphql-codegen/add": "^3.2.0",
"@graphql-codegen/cli": "^2.11.3",
"@graphql-codegen/fragment-matcher": "^3.3.0",
"@graphql-codegen/schema-ast": "^2.5.0",
"@graphql-codegen/typescript": "^2.7.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@graphql-codegen/typescript-react-apollo": "^3.3.2",
"@graphql-codegen/typescript-resolvers": "^2.7.2",
"@octokit/rest": "^19.0.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@promster/types": "^3.2.4",
"@sentry/cli": "^2.2.0",
"@svgr/webpack": "^6.2.1",
"@sentry/cli": "^2.5.0",
"@svgr/webpack": "^6.3.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.218",
"@swc/core": "^1.2.223",
"@swc/helpers": "^0.4.3",
"@testing-library/dom": "^8.14.0",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@testing-library/user-event": "^14.4.1",
"@types/accept-language-parser": "^1.5.3",
"@types/bcryptjs": "^2.4.2",
"@types/bull": "^3.15.8",
"@types/bull": "^3.15.9",
"@types/chai": "^4.3.1",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/graphql-depth-limit": "^1.1.3",
"@types/graphql-upload": "^8.0.11",
"@types/http-proxy": "^1.17.9",
"@types/jest": "^28.1.3",
"@types/jest": "^28.1.6",
"@types/jsonwebtoken": "^8.5.8",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.182",
"@types/minio": "^7.0.13",
"@types/mjml": "^4.7.0",
"@types/mjml-react": "^2.0.4",
"@types/mjml-react": "^2.0.5",
"@types/morgan": "^1.9.3",
"@types/node": "^18.0.0",
"@types/node": "^18.6.3",
"@types/node-fetch": "^2.6.2",
"@types/nodemailer": "^6.4.4",
"@types/pubsub-js": "^1.8.3",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@types/url-join": "^4.0.1",
"@types/ws": "^8.5.3",
"@types/zxcvbn": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@yarnpkg/lockfile": "^1.1.0",
"babel-jest": "^28.1.1",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-import": "^1.13.5",
"babel-plugin-istanbul": "^6.1.1",
Expand All @@ -111,38 +111,38 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cypress": "^10.2.0",
"cypress": "^10.4.0",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"eslint": "^8.18.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^5.1.1",
"fetch-blob": "^3.1.5",
"fetch-blob": "^3.2.0",
"form-data-encoder": "^1.7.2",
"formdata-node": "^4.3.3",
"glob": "^8.0.3",
"graphql-tag": "^2.12.6",
"http-proxy": "^1.18.1",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.1",
"jest-junit": "^13.2.0",
"jest": "^28.1.3",
"jest-junit": "^14.0.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"less-plugin-variables-output": "^1.2.0",
"less-vars-to-js": "^1.3.0",
"mini-css-extract-plugin": "^2.6.1",
"null-loader": "^4.0.1",
"postcss": "^8.4.14",
"postcss-preset-env": "^7.7.1",
"postcss-preset-env": "^7.7.2",
"prettier": "^2.7.1",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.0",
Expand All @@ -151,9 +151,9 @@
"semantic-release": "^19.0.3",
"source-map-support": "^0.5.21",
"test-listen": "^1.1.0",
"ts-node": "^10.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-hot-middleware": "^2.25.1",
Expand All @@ -163,81 +163,81 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-layout": "^6.38.9",
"@ant-design/pro-layout": "^6.38.17",
"@apollo/client": "^3.6.9",
"@babel/runtime": "^7.18.3",
"@bull-board/api": "^4.0.0",
"@bull-board/express": "^4.0.0",
"@graphql-tools/schema": "^8.3.14",
"@babel/runtime": "^7.18.9",
"@bull-board/api": "^4.2.2",
"@bull-board/express": "^4.2.2",
"@graphql-tools/schema": "^8.5.1",
"@loadable/component": "^5.15.2",
"@promster/express": "^7.0.5",
"@promster/server": "^7.0.7",
"@sentry/integrations": "^7.2.0",
"@sentry/node": "^7.2.0",
"@sentry/react": "^7.2.0",
"@sentry/tracing": "^7.2.0",
"@sentry/types": "^7.2.0",
"@sentry/integrations": "^7.8.1",
"@sentry/node": "^7.8.1",
"@sentry/react": "^7.8.1",
"@sentry/tracing": "^7.8.1",
"@sentry/types": "^7.8.1",
"@types/ua-parser-js": "^0.7.36",
"accept-language-parser": "^1.5.0",
"antd": "^4.21.3",
"apollo-server": "^3.9.0",
"apollo-server-core": "^3.9.0",
"apollo-server-express": "^3.9.0",
"antd": "^4.22.3",
"apollo-server": "^3.10.0",
"apollo-server-core": "^3.10.0",
"apollo-server-express": "^3.10.0",
"apollo-upload-client": "^17.0.0",
"bcryptjs": "^2.4.3",
"bson": "^4.6.4",
"bull": "^4.8.4",
"bson": "^4.6.5",
"bull": "^4.8.5",
"chalk": "^4.1.2",
"commander": "^9.3.0",
"commander": "^9.4.0",
"compression": "^1.7.4",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"dataloader": "^2.1.0",
"dayjs": "^1.11.3",
"dayjs": "^1.11.4",
"enquirer": "^2.3.6",
"express": "^4.18.1",
"extract-files": "^11.0.0",
"fido2-lib": "^3.2.4",
"fido2-lib": "^3.2.5",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"graphql-depth-limit": "^1.1.0",
"graphql-redis-subscriptions": "^2.4.2",
"graphql-redis-subscriptions": "^2.5.0",
"graphql-subscriptions": "^2.0.0",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^13.0.0",
"graphql-ws": "^5.9.0",
"i18next": "^21.8.10",
"graphql-ws": "^5.9.1",
"i18next": "^21.8.16",
"i18next-fs-backend": "^1.1.4",
"i18next-http-backend": "^1.4.1",
"ioredis": "^5.0.6",
"ioredis": "^5.2.2",
"ipaddr.js": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"minio": "^7.0.28",
"mjml": "^4.12.0",
"minio": "^7.0.29",
"mjml": "^4.13.0",
"mjml-react": "^2.0.8",
"mongodb": "^4.7.0",
"mongodb": "^4.8.1",
"mongodb-client-encryption": "^2.1.0",
"morgan": "^1.10.0",
"nanoid": "^3.3.4",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.5",
"nodemailer": "^6.7.7",
"otplib": "^12.0.1",
"prom-client": "^14.0.1",
"pubsub-js": "^1.9.4",
"qrcode": "^1.5.0",
"rate-limiter-flexible": "^2.3.7",
"qrcode": "^1.5.1",
"rate-limiter-flexible": "^2.3.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.17.2",
"react-i18next": "^11.18.3",
"react-is": "^18.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5",
"ua-parser-js": "^1.0.2",
"url-join": "^4.0.1",
"ws": "^8.8.0",
"ws": "^8.8.1",
"zxcvbn": "^4.4.2"
},
"jest-junit": {
Expand Down
Loading

0 comments on commit 27f5ae9

Please sign in to comment.