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 Sep 28, 2021
1 parent 3247e60 commit 5a3ea1b
Show file tree
Hide file tree
Showing 21 changed files with 1,090 additions and 2,004 deletions.
10 changes: 5 additions & 5 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.13",
"@apollo/client": "3.4.15",
"@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.33",
"@formatjs/cli": "4.3.1",
"@manypkg/cli": "0.18.0",
"@testing-library/react": "12.1.0",
"@testing-library/react": "12.1.1",
"eslint": "7.32.0",
"eslint-formatter-pretty": "4.1.0",
"jest": "27.2.1",
"jest": "27.2.2",
"jest-runner-eslint": "0.11.1",
"jest-watch-typeahead": "0.6.4",
"msw": "0.35.0",
"prettier": "2.4.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10",
"react-intl": "5.20.12",
"react-redux": "7.2.5",
"react-router-dom": "5.3.0",
"redux": "4.1.1"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@
"@babel/core": "7.15.5",
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@commercetools-docs/writing-style": "3.0.6",
"@commercetools-docs/writing-style": "3.0.7",
"@commercetools-frontend/eslint-config-mc-app": "*",
"@commercetools-test-data/core": "2.4.1",
"@commercetools-uikit/design-system": "^12.2.2",
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@formatjs/cli": "4.2.33",
"@commitlint/cli": "13.2.0",
"@commitlint/config-conventional": "13.2.0",
"@formatjs/cli": "4.3.1",
"@graphql-cli/codegen": "2.1.2",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/validate": "2.1.0",
Expand All @@ -123,7 +123,7 @@
"@svgr/plugin-jsx": "5.5.0",
"@svgr/plugin-svgo": "5.5.0",
"@testing-library/cypress": "8.0.1",
"@testing-library/react": "12.1.0",
"@testing-library/react": "12.1.1",
"@types/faker": "5.5.8",
"@types/jest-environment-puppeteer": "4.4.1",
"@types/jquery": "3.5.6",
Expand All @@ -132,20 +132,20 @@
"@types/uuid": "8.3.1",
"@types/webpack-env": "1.16.2",
"apollo-server-errors": "3.1.0",
"autoprefixer": "10.3.5",
"autoprefixer": "10.3.6",
"babel-plugin-import-graphql": "2.8.1",
"babel-plugin-transform-rename-import": "2.3.0",
"babel-plugin-typescript-to-proptypes": "1.4.2",
"cross-env": "7.0.3",
"cypress": "8.4.1",
"cypress": "8.5.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "4.0.0",
"faker": "5.5.3",
"husky": "7.0.2",
"jest": "27.2.1",
"jest-each": "27.2.0",
"jest": "27.2.2",
"jest-each": "27.2.2",
"jest-puppeteer": "5.0.4",
"jest-runner-eslint": "0.11.1",
"jest-runner-executor": "1.0.0",
Expand All @@ -154,7 +154,7 @@
"lint-staged": "11.1.2",
"mri": "1.2.0",
"patch-package": "6.4.7",
"postcss": "8.3.7",
"postcss": "8.3.8",
"postcss-load-config": "3.1.0",
"postcss-modules": "4.2.2",
"prettier": "2.4.1",
Expand Down Expand Up @@ -182,11 +182,11 @@
"@types/react": "17.0.24",
"@types/react-dom": "17.0.9",
"@types/react-router": "5.1.16",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"graphql": "15.6.0",
"intl-messageformat-parser": "6.4.4",
"react-intl": "5.20.10"
"react-intl": "5.20.12"
},
"engines": {
"node": ">=12 || >=14",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10"
"react-intl": "5.20.12"
},
"peerDependencies": {
"react": "17.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/runtime-corejs3": "7.15.4",
"@commercetools-frontend/babel-preset-mc-app": "20.9.4",
"ajv": "8.6.3",
"core-js": "3.18.0",
"core-js": "3.18.1",
"cosmiconfig": "7.0.1",
"lodash": "4.17.21",
"omit-empty-es": "1.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"prop-types": "15.7.2"
},
"devDependencies": {
"@apollo/client": "3.4.13",
"@testing-library/react": "12.1.0",
"@apollo/client": "3.4.15",
"@testing-library/react": "12.1.1",
"react": "17.0.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@apollo/client": "3.4.13",
"@testing-library/react": "12.1.0",
"@apollo/client": "3.4.15",
"@testing-library/react": "12.1.1",
"@testing-library/react-hooks": "7.0.2",
"msw": "0.35.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10",
"react-intl": "5.20.12",
"react-redux": "7.2.5",
"react-router-dom": "5.3.0",
"redux": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"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.18.0"
"core-js": "3.18.1"
}
}
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"cypress": "8.4.1"
"cypress": "8.5.0"
},
"peerDependencies": {
"cypress": "5.x || 6.x || 7.x || 8.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"intl-messageformat-parser": "6.4.4",
"react": "17.0.2",
"react-intl": "5.20.10"
"react-intl": "5.20.12"
},
"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 @@ -22,7 +22,7 @@
"@commercetools-frontend/babel-preset-mc-app": "20.9.4",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/jest-dom": "5.14.1",
"babel-jest": "27.2.1",
"babel-jest": "27.2.2",
"colors": "1.4.0",
"cosmiconfig": "7.0.1",
"identity-obj-proxy": "3.0.0",
Expand All @@ -38,7 +38,7 @@
"unfetch": "4.2.0"
},
"devDependencies": {
"@testing-library/react": "12.1.0",
"jest": "27.2.1"
"@testing-library/react": "12.1.1",
"jest": "27.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/jest-stylelint-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss-load-config": "3.1.0"
},
"devDependencies": {
"postcss": "8.3.7",
"postcss": "8.3.8",
"stylelint": "13.13.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/l10n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cldr": "7.1.1",
"deep-diff": "1.0.2",
"moment-timezone": "^0.5.32",
"node-fetch": "2.6.4",
"node-fetch": "2.6.5",
"react": "17.0.2",
"rimraf": "3.0.2",
"shelljs": "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@commercetools-frontend/application-config": "20.9.4",
"core-js": "3.18.0",
"core-js": "3.18.1",
"serialize-javascript": "6.0.0",
"uglify-es": "3.3.9",
"uglifycss": "0.0.29"
Expand Down
12 changes: 6 additions & 6 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@commercetools-frontend/mc-html-template": "20.9.4",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.1",
"@svgr/webpack": "5.5.0",
"autoprefixer": "10.3.5",
"autoprefixer": "10.3.6",
"babel-loader": "8.2.2",
"browserslist": "4.17.1",
"core-js": "3.18.0",
"core-js": "3.18.1",
"css-loader": "5.2.7",
"css-minimizer-webpack-plugin": "3.0.2",
"dotenv": "10.0.0",
Expand All @@ -54,13 +54,13 @@
"mini-css-extract-plugin": "1.6.2",
"moment-locales-webpack-plugin": "1.2.0",
"mri": "1.2.0",
"postcss": "8.3.7",
"postcss": "8.3.8",
"postcss-color-mod-function": "3.0.3",
"postcss-custom-media": "8.0.0",
"postcss-custom-properties": "11.0.0",
"postcss-import": "14.0.2",
"postcss-loader": "6.1.1",
"postcss-reporter": "7.0.2",
"postcss-reporter": "7.0.3",
"react-dev-utils": "11.0.4",
"react-refresh": "0.10.0",
"serve-handler": "6.1.3",
Expand All @@ -69,9 +69,9 @@
"svg-url-loader": "7.1.1",
"terser-webpack-plugin": "5.2.4",
"thread-loader": "3.0.4",
"webpack": "5.53.0",
"webpack": "5.54.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-dev-server": "4.2.1",
"webpack-dev-server": "4.3.0",
"webpackbar": "5.0.0-3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"reselect": "4.0.0"
},
"devDependencies": {
"@testing-library/react": "12.1.0",
"@testing-library/react": "12.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10",
"react-intl": "5.20.12",
"react-redux": "7.2.5",
"react-router-dom": "5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@testing-library/react": "12.1.0",
"@testing-library/react": "12.1.1",
"@types/uuid": "8.3.1",
"react": "17.0.2",
"react-redux": "7.2.5",
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"extract-intl": "formatjs extract --format=$(pwd)/intl-formatter.js --out-file=$(pwd)/src/i18n/data/core.json 'src/**/!(*.spec).js'"
},
"dependencies": {
"@commercetools-docs/ui-kit": "17.0.5",
"@commercetools-docs/ui-kit": "17.0.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 @@ -43,14 +43,14 @@
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10",
"react-intl": "5.20.12",
"react-redux": "7.2.5",
"react-router-dom": "5.3.0",
"redux": "4.1.1"
},
"devDependencies": {
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.9.4",
"@formatjs/cli": "4.2.33"
"@formatjs/cli": "4.3.1"
}
}
2 changes: 1 addition & 1 deletion visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"formik": "2.2.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10",
"react-intl": "5.20.12",
"react-redux": "7.2.5",
"react-router-dom": "5.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@commercetools-uikit/text-input": "^12.2.2",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@fontsource/open-sans": "4.5.0",
"core-js": "3.18.0",
"@fontsource/open-sans": "4.5.1",
"core-js": "3.18.1",
"formik": "2.2.9",
"gatsby": "3.14.0",
"gatsby-cli": "3.14.0",
Expand All @@ -36,7 +36,7 @@
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10",
"react-intl": "5.20.12",
"react-router-dom": "5.3.0"
}
}
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"generate-icons": "svgr -d src/icons/generated src/icons/svg && prettier --write '**/generated/*.js'"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-docs": "17.0.7",
"@commercetools-docs/ui-kit": "17.0.5",
"@commercetools-docs/gatsby-theme-docs": "17.0.8",
"@commercetools-docs/ui-kit": "17.0.8",
"@commercetools-uikit/card": "^12.2.2",
"@commercetools-uikit/spacings-inline": "^12.2.2",
"@commercetools-uikit/spacings-stack": "^12.2.2",
Expand All @@ -24,7 +24,7 @@
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.20.10"
"react-intl": "5.20.12"
},
"devDependencies": {
"@svgr/cli": "5.5.0",
Expand Down
Loading

0 comments on commit 5a3ea1b

Please sign in to comment.