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 Nov 4, 2021
1 parent 013a30b commit 12e921f
Show file tree
Hide file tree
Showing 28 changed files with 1,110 additions and 741 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.12
16.13
4 changes: 2 additions & 2 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@commercetools-uikit/spacings": "^12.2.2",
"@commercetools-uikit/text": "^12.2.2",
"@formatjs/cli": "4.4.0",
"@manypkg/cli": "0.18.0",
"@manypkg/cli": "0.19.0",
"@testing-library/react": "12.1.2",
"eslint": "7.32.0",
"eslint-formatter-pretty": "4.1.0",
Expand All @@ -63,6 +63,6 @@
"react-intl": "5.21.0",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"redux": "4.1.1"
"redux": "4.1.2"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
]
},
"dependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.15.8",
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@commercetools-docs/writing-style": "3.0.7",
Expand All @@ -104,16 +104,16 @@
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@formatjs/cli": "4.4.0",
"@graphql-cli/codegen": "2.1.3",
"@graphql-cli/codegen": "2.1.4",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/validate": "2.1.0",
"@graphql-codegen/add": "3.1.0",
"@graphql-codegen/cli": "2.2.1",
"@graphql-codegen/cli": "2.2.2",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.2.4",
"@graphql-codegen/typescript": "2.3.0",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.0",
"@graphql-codegen/typescript-operations": "2.1.8",
"@manypkg/cli": "0.18.0",
"@graphql-codegen/typescript-operations": "2.2.0",
"@manypkg/cli": "0.19.0",
"@percy/cli": "1.0.0-beta.70",
"@percy/cypress": "3.1.1",
"@percy/puppeteer": "2.0.0",
Expand All @@ -131,7 +131,7 @@
"@types/uuid": "8.3.1",
"@types/webpack-env": "1.16.3",
"apollo-server-errors": "3.2.0",
"autoprefixer": "10.3.7",
"autoprefixer": "10.4.0",
"babel-plugin-import-graphql": "2.8.1",
"babel-plugin-transform-rename-import": "2.3.0",
"babel-plugin-typescript-to-proptypes": "1.4.2",
Expand All @@ -150,7 +150,7 @@
"jest-runner-executor": "1.0.0",
"jest-silent-reporter": "0.5.0",
"jest-watch-typeahead": "1.0.0",
"lint-staged": "11.2.5",
"lint-staged": "11.2.6",
"mri": "1.2.0",
"patch-package": "6.4.7",
"postcss": "8.3.11",
Expand All @@ -173,17 +173,17 @@
"vfile-message": "3.0.2"
},
"resolutions": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@jest/types": "27.2.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.1",
"@types/puppeteer": "5.4.4",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@types/react-router": "5.1.17",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"graphql": "15.6.1",
"graphql": "15.7.2",
"intl-messageformat-parser": "6.4.4",
"react-intl": "5.21.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages-backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"module": "dist/commercetools-backend-express.esm.js",
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@types/node": "15.6.1",
"express": "4.17.1",
"express-jwt": "6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"module": "dist/commercetools-backend-loggers.esm.js",
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@sentry/node": "6.13.3",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@sentry/node": "6.14.0",
"@types/triple-beam": "1.3.2",
"express-winston": "4.2.0",
"fast-safe-stringify": "2.1.1",
Expand Down
6 changes: 3 additions & 3 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.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/browser-history": "20.10.1",
"@commercetools-frontend/constants": "20.10.1",
"@commercetools-frontend/notifications": "20.10.1",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"react": "17.0.2",
"react-redux": "7.2.6",
"redux": "4.1.1"
"redux": "4.1.2"
},
"peerDependencies": {
"react": "17.x",
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 @@ -31,8 +31,8 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/application-shell-connectors": "20.10.4",
"@commercetools-frontend/assets": "20.10.1",
"@commercetools-frontend/constants": "20.10.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/application-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"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.15.3",
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/register": "7.16.0",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/babel-preset-mc-app": "20.10.4",
"ajv": "8.6.3",
"core-js": "3.19.0",
"core-js": "3.19.1",
"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,15 +25,15 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/constants": "20.10.1",
"@commercetools-frontend/sentry": "20.10.4",
"@emotion/react": "11.5.0",
"@types/lodash": "^4.14.167",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.16",
"graphql": "15.6.1",
"graphql": "15.7.2",
"lodash": "4.17.21",
"moment-timezone": "^0.5.32",
"prop-types": "15.7.2"
Expand Down
10 changes: 5 additions & 5 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.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/actions-global": "20.10.4",
"@commercetools-frontend/application-components": "20.10.4",
"@commercetools-frontend/application-shell-connectors": "20.10.4",
Expand Down Expand Up @@ -79,7 +79,7 @@
"debounce-async": "0.0.2",
"downshift": "6.1.7",
"fuse.js": "6.4.6",
"graphql": "15.6.1",
"graphql": "15.7.2",
"history": "4.10.1",
"is-retina": "1.0.3",
"jwt-decode": "3.1.2",
Expand All @@ -94,7 +94,7 @@
"react-required-if": "1.0.3",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.0",
"tiny-invariant": "1.1.0",
"tiny-invariant": "1.2.0",
"unfetch": "4.2.0",
"uuid": "8.3.2"
},
Expand All @@ -108,7 +108,7 @@
"react-intl": "5.21.0",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"redux": "4.1.1",
"redux": "4.1.2",
"wait-for-observables": "1.0.3"
},
"peerDependencies": {
Expand Down
36 changes: 18 additions & 18 deletions packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@
"main": "./index.js",
"module": "./index.js",
"dependencies": {
"@babel/core": "7.15.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-do-expressions": "7.14.5",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
"@babel/plugin-transform-classes": "7.15.4",
"@babel/plugin-transform-destructuring": "7.14.7",
"@babel/plugin-transform-react-display-name": "7.15.1",
"@babel/plugin-transform-regenerator": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-do-expressions": "7.16.0",
"@babel/plugin-proposal-export-default-from": "7.16.0",
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
"@babel/plugin-proposal-logical-assignment-operators": "7.16.0",
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
"@babel/plugin-transform-classes": "7.16.0",
"@babel/plugin-transform-destructuring": "7.16.0",
"@babel/plugin-transform-react-display-name": "7.16.0",
"@babel/plugin-transform-regenerator": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@emotion/babel-plugin": "11.3.0",
"@emotion/babel-preset-css-prop": "11.2.0",
"babel-plugin-dev-expression": "0.2.3",
"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.19.0"
"core-js": "3.19.1"
}
}
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.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@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.15.4",
"@babel/runtime-corejs3": "7.15.4"
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0"
}
}
6 changes: 3 additions & 3 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/application-config": "20.10.4",
"@manypkg/get-packages": "1.1.1",
"@manypkg/get-packages": "1.1.2",
"uuid": "8.3.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-community-kit/i18n": "^0.2.7",
"@commercetools-frontend/sentry": "20.10.4",
"@commercetools-uikit/i18n": "^12.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@commercetools-frontend/babel-preset-mc-app": "20.10.4",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/jest-dom": "5.15.0",
"babel-jest": "27.3.1",
"colors": "1.4.0",
"cosmiconfig": "7.0.1",
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.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/sentry": "20.10.4",
"@emotion/react": "11.5.0",
"@types/prop-types": "^15.7.3",
Expand All @@ -39,7 +39,7 @@
"cldr": "7.1.1",
"deep-diff": "1.0.2",
"moment-timezone": "^0.5.32",
"node-fetch": "2.6.5",
"node-fetch": "2.6.6",
"react": "17.0.2",
"rimraf": "3.0.2",
"shelljs": "0.8.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"build:bundles:watch": "yarn build -w"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@babel/runtime": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
"@commercetools-frontend/application-config": "20.10.4",
"core-js": "3.19.0",
"core-js": "3.19.1",
"serialize-javascript": "6.0.0",
"uglify-es": "3.3.9",
"uglifycss": "0.0.29"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/preset-env": "7.15.8"
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/preset-env": "7.16.0"
},
"engines": {
"node": ">=12 || >=14"
Expand Down
Loading

0 comments on commit 12e921f

Please sign in to comment.