Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 7, 2021
1 parent f139f74 commit 68212e1
Show file tree
Hide file tree
Showing 20 changed files with 425 additions and 621 deletions.
4 changes: 2 additions & 2 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.18.1",
"react-intl": "5.20.1",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"redux": "4.1.0"
Expand All @@ -39,7 +39,7 @@
"@commercetools-frontend/jest-preset-mc-app": "20.3.1",
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.3.3",
"@formatjs/cli": "4.2.16",
"@formatjs/cli": "4.2.19",
"@manypkg/cli": "0.18.0",
"@testing-library/react": "11.2.7",
"jest": "26.6.3"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@
"@babel/core": "7.14.3",
"@changesets/changelog-github": "0.4.0",
"@changesets/cli": "2.16.0",
"@commercetools-docs/writing-style": "3.0.5",
"@commercetools-docs/writing-style": "3.0.6",
"@commercetools-frontend/eslint-config-mc-app": "*",
"@commercetools-test-data/core": "2.4.0",
"@commercetools-uikit/design-system": "^12.0.0",
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@formatjs/cli": "4.2.16",
"@formatjs/cli": "4.2.19",
"@graphql-cli/codegen": "1.17.24",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/validate": "2.1.0",
Expand All @@ -124,7 +124,7 @@
"@svgr/plugin-svgo": "5.5.0",
"@testing-library/cypress": "7.0.6",
"@testing-library/react": "11.2.7",
"@types/faker": "5.5.5",
"@types/faker": "5.5.6",
"@types/jest-environment-puppeteer": "4.4.1",
"@types/jquery": "3.5.5",
"@types/node": "15.6.1",
Expand All @@ -139,8 +139,8 @@
"cross-env": "7.0.3",
"cypress": "7.4.0",
"dotenv": "10.0.0",
"eslint": "7.27.0",
"eslint-formatter-pretty": "4.0.0",
"eslint": "7.28.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "4.0.0",
"faker": "5.5.3",
"graphql-cli": "4.1.0",
Expand All @@ -156,14 +156,14 @@
"mri": "1.1.6",
"postcss": "8.3.0",
"postcss-load-config": "3.0.1",
"postcss-modules": "4.0.0",
"prettier": "2.3.0",
"postcss-modules": "4.1.3",
"prettier": "2.3.1",
"puppeteer": "9.1.1",
"rcfile": "1.0.3",
"replace": "1.2.1",
"rosie": "2.1.0",
"shelljs": "0.8.4",
"start-server-and-test": "1.12.3",
"start-server-and-test": "1.12.5",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "22.0.0",
Expand All @@ -176,16 +176,16 @@
"resolutions": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-beta.8",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.0",
"@types/puppeteer": "5.4.3",
"@types/react-router": "5.1.14",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"graphql": "15.5.0",
"intl-messageformat-parser": "6.4.4",
"**/intl-messageformat-parser": "6.4.4",
"pretty-format": "26.6.2",
"react-intl": "5.18.1"
"react-intl": "5.20.1"
},
"engines": {
"node": ">=12 || >=14",
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@sentry/node": "6.4.1",
"@sentry/node": "6.5.1",
"@types/triple-beam": "1.3.2",
"express-winston": "4.1.0",
"fast-safe-stringify": "2.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/application-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"@types/react-modal": "^3.10.4",
"lodash": "4.17.21",
"prop-types": "15.7.2",
"react-modal": "3.13.1",
"react-modal": "3.14.2",
"react-required-if": "1.0.3"
},
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.18.1"
"react-intl": "5.20.1"
},
"peerDependencies": {
"react": "17.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/application-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"ajv": "8.5.0",
"core-js": "3.13.1",
"ajv": "8.6.0",
"core-js": "3.14.0",
"cosmiconfig": "7.0.0",
"lodash": "4.17.21",
"omit-empty-es": "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"msw": "0.29.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.18.1",
"react-intl": "5.20.1",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"redux": "4.1.0",
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.13.1"
"core-js": "3.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"create-mc-app": "./bin/create-mc-app.js"
},
"dependencies": {
"execa": "5.0.1",
"execa": "5.1.1",
"listr": "0.14.3",
"mri": "1.1.6",
"semver": "7.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"eslint": ">=7.0.0"
},
"devDependencies": {
"eslint": "7.27.0"
"eslint": "7.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"intl-messageformat-parser": "6.4.4",
"react": "17.0.2",
"react-intl": "5.18.1"
"react-intl": "5.20.1"
},
"peerDependencies": {
"react": "17.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dependencies": {
"@commercetools-frontend/babel-preset-mc-app": "20.3.1",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/jest-dom": "5.13.0",
"babel-jest": "26.6.3",
"colors": "1.4.0",
"cosmiconfig": "7.0.0",
"identity-obj-proxy": "3.0.0",
"intl": "1.2.5",
"jest-localstorage-mock": "2.4.13",
"jest-localstorage-mock": "2.4.14",
"jest-silent-reporter": "0.5.0",
"jest-transform-graphql": "2.1.0",
"jest-watch-typeahead": "0.6.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.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/application-config": "20.3.3",
"core-js": "3.13.1",
"core-js": "3.14.0",
"serialize-javascript": "5.0.1",
"uglify-es": "3.3.9",
"uglifycss": "0.0.29"
Expand Down
8 changes: 4 additions & 4 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@commercetools-frontend/babel-preset-mc-app": "20.3.1",
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-html-template": "20.3.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-beta.8",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.0",
"@svgr/webpack": "5.5.0",
"autoprefixer": "10.2.6",
"babel-loader": "8.2.2",
"browserslist": "4.16.6",
"core-js": "3.13.1",
"core-js": "3.14.0",
"css-loader": "5.2.6",
"css-minimizer-webpack-plugin": "3.0.0",
"css-minimizer-webpack-plugin": "3.0.1",
"dotenv": "10.0.0",
"dotenv-expand": "5.1.0",
"fs-extra": "10.0.0",
Expand All @@ -67,7 +67,7 @@
"shelljs": "0.8.4",
"style-loader": "2.0.0",
"svg-url-loader": "7.1.1",
"terser-webpack-plugin": "5.1.2",
"terser-webpack-plugin": "5.1.3",
"thread-loader": "3.0.4",
"webpack": "5.38.1",
"webpack-bundle-analyzer": "4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@testing-library/react": "11.2.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.18.1",
"react-intl": "5.20.1",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/constants": "20.3.0",
"@sentry/browser": "6.4.1",
"@sentry/browser": "6.5.1",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.7",
"prop-types": "15.7.2"
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": "16.2.0",
"@commercetools-docs/ui-kit": "16.3.0",
"@commercetools-frontend/actions-global": "20.3.1",
"@commercetools-frontend/application-components": "20.3.1",
"@commercetools-frontend/application-shell": "20.3.1",
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.18.1",
"react-intl": "5.20.1",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"redux": "4.1.0"
},
"devDependencies": {
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.3.3",
"@formatjs/cli": "4.2.16"
"@formatjs/cli": "4.2.19"
}
}
4 changes: 2 additions & 2 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@commercetools-uikit/text-input": "^12.0.5",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"formik": "2.2.8",
"formik": "2.2.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.18.1",
"react-intl": "5.20.1",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@commercetools-uikit/text-input": "^12.0.5",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@fontsource/open-sans": "4.4.2",
"core-js": "3.13.1",
"formik": "2.2.8",
"gatsby": "3.6.1",
"@fontsource/open-sans": "4.4.5",
"core-js": "3.14.0",
"formik": "2.2.9",
"gatsby": "3.6.2",
"gatsby-cli": "3.6.0",
"gatsby-plugin-emotion": "6.6.0",
"gatsby-source-filesystem": "3.6.0",
Expand All @@ -36,7 +36,7 @@
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.18.1",
"react-intl": "5.20.1",
"react-router-dom": "5.2.0"
}
}
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"generate-icons": "svgr -d src/icons/generated src/icons/svg && prettier --write '**/generated/*.js'"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-docs": "16.2.0",
"@commercetools-docs/ui-kit": "16.2.0",
"@commercetools-docs/gatsby-theme-docs": "16.3.0",
"@commercetools-docs/ui-kit": "16.3.0",
"@commercetools-uikit/card": "^12.0.0",
"@commercetools-uikit/spacings-inline": "^12.0.0",
"@commercetools-uikit/spacings-stack": "^12.0.0",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"gatsby": "3.6.1",
"gatsby": "3.6.2",
"gatsby-cli": "3.6.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.18.1"
"react-intl": "5.20.1"
},
"devDependencies": {
"@svgr/cli": "5.5.0",
Expand Down
Loading

0 comments on commit 68212e1

Please sign in to comment.