Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 23, 2021
1 parent d342f0d commit 20fe91a
Show file tree
Hide file tree
Showing 29 changed files with 1,088 additions and 686 deletions.
8 changes: 4 additions & 4 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"versions:uikit": "manypkg upgrade @commercetools-uikit"
},
"dependencies": {
"@apollo/client": "3.4.5",
"@apollo/client": "3.4.8",
"@commercetools-frontend/actions-global": "20.9.4",
"@commercetools-frontend/application-components": "20.9.4",
"@commercetools-frontend/application-shell": "20.9.4",
Expand Down Expand Up @@ -47,20 +47,20 @@
"@commercetools-uikit/pagination": "^12.2.2",
"@commercetools-uikit/spacings": "^12.2.2",
"@commercetools-uikit/text": "^12.2.2",
"@formatjs/cli": "4.2.30",
"@formatjs/cli": "4.2.32",
"@manypkg/cli": "0.18.0",
"@testing-library/react": "12.0.0",
"eslint": "7.32.0",
"eslint-formatter-pretty": "4.1.0",
"jest": "27.0.6",
"jest-runner-eslint": "0.10.1",
"jest-watch-typeahead": "0.6.4",
"msw": "0.34.0",
"msw": "0.35.0",
"prettier": "2.3.2",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.7",
"react-intl": "5.20.10",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"redux": "4.1.1"
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,35 +104,35 @@
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@formatjs/cli": "4.2.30",
"@graphql-cli/codegen": "2.0.1",
"@formatjs/cli": "4.2.32",
"@graphql-cli/codegen": "2.1.1",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/validate": "2.1.0",
"@graphql-codegen/add": "3.0.0",
"@graphql-codegen/cli": "2.0.1",
"@graphql-codegen/introspection": "2.0.0",
"@graphql-codegen/typescript": "2.0.0",
"@graphql-codegen/typescript-graphql-files-modules": "2.0.0",
"@graphql-codegen/typescript-operations": "2.0.1",
"@graphql-codegen/add": "3.1.0",
"@graphql-codegen/cli": "2.1.1",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.1.1",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.0",
"@graphql-codegen/typescript-operations": "2.1.1",
"@manypkg/cli": "0.18.0",
"@percy/cli": "1.0.0-beta.63",
"@percy/cli": "1.0.0-beta.65",
"@percy/cypress": "3.1.1",
"@percy/puppeteer": "2.0.0",
"@preconstruct/cli": "2.1.0",
"@preconstruct/cli": "2.1.1",
"@svgr/cli": "5.5.0",
"@svgr/plugin-jsx": "5.5.0",
"@svgr/plugin-svgo": "5.5.0",
"@testing-library/cypress": "8.0.0",
"@testing-library/react": "12.0.0",
"@types/faker": "5.5.7",
"@types/faker": "5.5.8",
"@types/jest-environment-puppeteer": "4.4.1",
"@types/jquery": "3.5.6",
"@types/node": "15.6.1",
"@types/puppeteer": "5.4.4",
"@types/uuid": "8.3.1",
"@types/webpack-env": "1.16.2",
"apollo-server-errors": "3.0.1",
"autoprefixer": "10.3.1",
"autoprefixer": "10.3.2",
"babel-plugin-import-graphql": "2.8.1",
"babel-plugin-transform-rename-import": "2.3.0",
"babel-plugin-typescript-to-proptypes": "1.4.2",
Expand Down Expand Up @@ -171,21 +171,21 @@
"stylelint-value-no-unknown-custom-properties": "3.0.0",
"tsc-files": "1.1.2",
"typescript": "4.3.5",
"vfile-message": "3.0.1"
"vfile-message": "3.0.2"
},
"resolutions": {
"@babel/core": "7.15.0",
"@babel/preset-env": "7.15.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.5",
"@types/puppeteer": "5.4.4",
"@types/react": "17.0.16",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-router": "5.1.16",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"graphql": "15.5.1",
"intl-messageformat-parser": "6.4.4",
"react-intl": "5.20.7"
"react-intl": "5.20.10"
},
"engines": {
"node": ">=12 || >=14",
Expand Down
8 changes: 4 additions & 4 deletions packages-backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"module": "dist/commercetools-backend-express.esm.js",
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@types/node": "15.6.1",
"express": "4.17.1",
"express-jwt": "6.0.0",
"express-jwt": "6.1.0",
"jwks-rsa": "2.0.4"
},
"devDependencies": {
"jose": "2.0.5",
"msw": "0.34.0"
"msw": "0.35.0"
}
}
4 changes: 2 additions & 2 deletions packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"module": "dist/commercetools-backend-loggers.esm.js",
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@sentry/node": "6.11.0",
"@types/triple-beam": "1.3.2",
"express-winston": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/actions-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/browser-history": "20.9.3",
"@commercetools-frontend/constants": "20.9.3",
"@commercetools-frontend/notifications": "20.9.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/application-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/application-shell-connectors": "20.9.4",
"@commercetools-frontend/assets": "20.8.0",
"@commercetools-frontend/constants": "20.9.3",
Expand Down Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.7"
"react-intl": "5.20.10"
},
"peerDependencies": {
"react": "17.x",
Expand Down
10 changes: 5 additions & 5 deletions packages/application-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"build:schema": "json2ts schema.json src/schema.ts --style.singleQuote --bannerComment '/* eslint-disable prettier/prettier */\n// This file was automatically generated by json-schema-to-typescript.\n// DO NOT MODIFY IT BY HAND. Instead, modify the source schema.json file.'"
},
"dependencies": {
"@babel/register": "7.14.5",
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/register": "7.15.3",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/babel-preset-mc-app": "20.9.4",
"ajv": "8.6.2",
"core-js": "3.16.1",
"cosmiconfig": "7.0.0",
"core-js": "3.16.2",
"cosmiconfig": "7.0.1",
"lodash": "4.17.21",
"omit-empty-es": "1.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/constants": "20.9.3",
"@commercetools-frontend/sentry": "20.9.4",
"@emotion/react": "11.4.1",
Expand All @@ -39,7 +39,7 @@
"prop-types": "15.7.2"
},
"devDependencies": {
"@apollo/client": "3.4.5",
"@apollo/client": "3.4.8",
"@testing-library/react": "12.0.0",
"react": "17.0.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"compile-css-modules": "./scripts/compile-styles.js"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/actions-global": "20.9.4",
"@commercetools-frontend/application-components": "20.9.4",
"@commercetools-frontend/application-shell-connectors": "20.9.4",
Expand Down Expand Up @@ -77,7 +77,7 @@
"classnames": "^2.2.6",
"common-tags": "1.8.0",
"debounce-async": "0.0.2",
"downshift": "6.1.6",
"downshift": "6.1.7",
"fuse.js": "6.4.6",
"graphql": "15.5.1",
"history": "4.10.1",
Expand All @@ -99,13 +99,13 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@apollo/client": "3.4.5",
"@apollo/client": "3.4.8",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.1",
"msw": "0.34.0",
"msw": "0.35.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.7",
"react-intl": "5.20.10",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"redux": "4.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@emotion/babel-plugin": "11.3.0",
"@emotion/babel-preset-css-prop": "11.2.0",
"babel-plugin-dev-expression": "0.2.2",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-macros": "3.1.0",
"babel-plugin-preval": "5.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"core-js": "3.16.1"
"core-js": "3.16.2"
}
}
4 changes: 2 additions & 2 deletions packages/browser-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@types/history": "4.7.9",
"history": "4.10.1",
"history-query-enhancer": "1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9"
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3"
}
}
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/application-config": "20.9.4",
"@manypkg/get-packages": "1.1.1",
"uuid": "8.3.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"compile-data": "formatjs compile-folder --format=$(pwd)/transifex-transformer.js --ast data compiled-data"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-community-kit/i18n": "^0.2.7",
"@commercetools-frontend/sentry": "20.9.4",
"@commercetools-uikit/i18n": "^12.0.7",
Expand All @@ -49,7 +49,7 @@
"devDependencies": {
"intl-messageformat-parser": "6.4.4",
"react": "17.0.2",
"react-intl": "5.20.7"
"react-intl": "5.20.10"
},
"peerDependencies": {
"react": "17.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@testing-library/jest-dom": "5.14.1",
"babel-jest": "27.0.6",
"colors": "1.4.0",
"cosmiconfig": "7.0.0",
"cosmiconfig": "7.0.1",
"identity-obj-proxy": "3.0.0",
"intl": "1.2.5",
"jest-localstorage-mock": "2.4.14",
"jest-localstorage-mock": "2.4.16",
"jest-silent-reporter": "0.5.0",
"jest-transform-graphql": "2.1.0",
"jest-watch-typeahead": "0.6.4",
"make-plural": "6.2.2",
"raf": "3.4.1",
"setimmediate": "1.0.5",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"unfetch": "4.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/l10n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"generate-data": "node ./scripts/generate-l10n-data.js"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/sentry": "20.9.4",
"@emotion/react": "11.4.1",
"@types/prop-types": "^15.7.3",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@testing-library/react-hooks": "7.0.1",
"chalk": "4.1.2",
"cldr": "7.1.0",
"cldr": "7.1.1",
"deep-diff": "1.0.2",
"moment-timezone": "^0.5.32",
"node-fetch": "2.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"build:bundles:watch": "yarn build -w"
},
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@babel/runtime": "7.15.3",
"@babel/runtime-corejs3": "7.15.3",
"@commercetools-frontend/application-config": "20.9.4",
"core-js": "3.16.1",
"core-js": "3.16.2",
"serialize-javascript": "6.0.0",
"uglify-es": "3.3.9",
"uglifycss": "0.0.29"
Expand Down
Loading

0 comments on commit 20fe91a

Please sign in to comment.