Skip to content

Commit

Permalink
Merge 9f07e4e into 98a6981
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2022
2 parents 98a6981 + 9f07e4e commit 42f0900
Show file tree
Hide file tree
Showing 22 changed files with 503 additions and 511 deletions.
6 changes: 3 additions & 3 deletions application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@manypkg/cli": "0.19.1",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"jest": "27.5.1",
Expand All @@ -72,10 +72,10 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"redux": "4.2.0",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"resolutions": {
"@types/eslint": "<9",
Expand Down
4 changes: 2 additions & 2 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@manypkg/cli": "0.19.1",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-formatter-pretty": "4.1.0",
"jest": "27.5.1",
"jest-runner-eslint": "1.1.0",
Expand All @@ -69,7 +69,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"redux": "4.2.0"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@babel/core": "^7.19.0",
"@changesets/changelog-github": "0.4.6",
"@changesets/cli": "2.24.4",
"@commercetools-docs/writing-style": "3.2.0",
"@commercetools-docs/writing-style": "3.3.0",
"@commercetools-test-data/core": "4.1.1",
"@commercetools-uikit/design-system": "^15.2.2",
"@commercetools/github-labels": "1.1.0",
Expand All @@ -97,16 +97,16 @@
"@faker-js/faker": "7.5.0",
"@formatjs/cli": "4.8.4",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/cli": "2.13.1",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
"@graphql-codegen/typescript-operations": "2.5.3",
"@manypkg/cli": "0.19.1",
"@percy/cli": "1.10.3",
"@percy/cli": "1.10.4",
"@percy/cypress": "3.1.2",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.2.1",
"@preconstruct/cli": "2.2.2",
"@svgr/cli": "6.3.1",
"@svgr/plugin-jsx": "6.3.1",
"@svgr/plugin-svgo": "6.3.1",
Expand All @@ -125,7 +125,7 @@
"cross-env": "7.0.3",
"cypress": "10.9.0",
"dotenv": "16.0.2",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"graphql": "16.6.0",
Expand All @@ -149,13 +149,13 @@
"rosie": "2.1.0",
"shelljs": "0.8.5",
"start-server-and-test": "1.14.0",
"stylelint": "14.12.0",
"stylelint": "14.13.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "26.0.0",
"stylelint-order": "5.0.0",
"stylelint-value-no-unknown-custom-properties": "4.0.0",
"tsc-files": "1.1.3",
"typescript": "4.8.3",
"typescript": "4.8.4",
"vfile-message": "3.1.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"eslint": "8.23.1"
"eslint": "8.24.0"
},
"engines": {
"node": ">=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 @@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime-corejs3": "^7.19.0",
"@sentry/node": "7.13.0",
"@sentry/node": "7.14.0",
"@types/triple-beam": "1.3.2",
"express-winston": "4.2.0",
"fast-safe-stringify": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/actions-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"react": "17.0.2",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"redux": "4.2.0"
},
"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 @@ -83,7 +83,7 @@
"classnames": "^2.3.2",
"common-tags": "1.8.2",
"debounce-async": "0.0.2",
"downshift": "6.1.11",
"downshift": "6.1.12",
"fuse.js": "6.6.2",
"graphql": "16.6.0",
"history": "4.10.1",
Expand All @@ -101,7 +101,7 @@
"react-select": "5.4.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.1",
"tiny-invariant": "1.2.0",
"tiny-invariant": "1.3.1",
"unfetch": "4.2.0",
"uuid": "8.3.2"
},
Expand All @@ -113,7 +113,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"redux": "4.2.0",
"wait-for-observables": "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@tsconfig/node16": "^1.0.3",
"@types/jscodeshift": "0.11.5",
"rimraf": "3.0.2",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"engines": {
"node": ">=14"
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 @@ -38,7 +38,7 @@
"eslint": "8.x"
},
"devDependencies": {
"eslint": "8.23.1"
"eslint": "8.24.0"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@commercetools-frontend/sentry": "21.15.0",
"@commercetools-uikit/i18n": "^15.2.2",
"@emotion/react": "11.10.4",
"@formatjs/icu-messageformat-parser": "2.1.7",
"@formatjs/icu-messageformat-parser": "2.1.8",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.49",
"moment": "^2.29.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-stylelint-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"postcss": "8.4.16",
"stylelint": "14.12.0"
"stylelint": "14.13.0"
},
"peerDependencies": {
"postcss": "8.x",
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 @@ -33,7 +33,7 @@
"@commercetools-frontend/application-config": "21.15.0",
"@commercetools-frontend/constants": "21.15.0",
"serialize-javascript": "6.0.0",
"uglify-js": "3.17.0",
"uglify-js": "3.17.2",
"uglifycss": "0.0.29"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
"terser-webpack-plugin": "5.3.6",
"thread-loader": "3.0.4",
"url": "^0.11.0",
"vite": "3.1.2",
"vite": "3.1.4",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.6.1",
"webpack-dev-server": "4.11.0",
"webpack-dev-server": "4.11.1",
"webpackbar": "5.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react": "^17.0.49",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"tiny-invariant": "1.2.0",
"tiny-invariant": "1.3.1",
"tiny-warning": "1.0.3"
},
"devDependencies": {
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 @@ -51,7 +51,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@testing-library/react": "12.1.5",
"@types/uuid": "8.3.4",
"react": "17.0.2",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"redux": "4.2.0",
"redux-thunk": "2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/runtime": "^7.19.0",
"@babel/runtime-corejs3": "^7.19.0",
"@commercetools-frontend/constants": "21.15.0",
"@sentry/browser": "7.13.0",
"@sentry/browser": "7.14.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.49",
"prop-types": "15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"dotenv-flow": "^3.2.0",
"express": "4.18.1",
"ts-node": "^10.9.1",
"typescript": "4.8.3"
"typescript": "4.8.4"
}
}
4 changes: 2 additions & 2 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3"
},
"devDependencies": {
"@vitejs/plugin-react": "2.1.0",
"rimraf": "3.0.2",
"vite": "3.1.2"
"vite": "3.1.4"
}
}
8 changes: 4 additions & 4 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@fontsource/open-sans": "4.5.11",
"core-js": "^3.25.1",
"formik": "2.2.9",
"gatsby": "4.23.0",
"gatsby-cli": "4.23.0",
"gatsby-plugin-emotion": "7.23.0",
"gatsby-source-filesystem": "4.23.0",
"gatsby": "4.24.0",
"gatsby-cli": "4.24.0",
"gatsby-plugin-emotion": "7.24.0",
"gatsby-source-filesystem": "4.24.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"prop-types": "15.8.1",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@commercetools-uikit/spacings-stack": "^15.2.2",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"gatsby": "4.23.0",
"gatsby-cli": "4.23.0",
"gatsby": "4.24.0",
"gatsby-cli": "4.24.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
Loading

0 comments on commit 42f0900

Please sign in to comment.