Skip to content

Commit

Permalink
fix(deps): update all dependencies (#2034)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent b036d47 commit 63c971f
Show file tree
Hide file tree
Showing 16 changed files with 1,587 additions and 882 deletions.
278 changes: 139 additions & 139 deletions .yarn/releases/yarn-3.8.3.cjs → .yarn/releases/yarn-3.8.5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ plugins:

postinstall: ./scripts/postinstall.sh

yarnPath: .yarn/releases/yarn-3.8.3.cjs
yarnPath: .yarn/releases/yarn-3.8.5.cjs
2 changes: 1 addition & 1 deletion api-specs/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"generate-ramldoc:watch": "npx rmf-codegen generate ./api.raml -w -o ../../websites/api-docs-smoke-test/src/api-specs/api -t RAML_DOC --inline-examples"
},
"dependencies": {
"@commercetools-docs/rmf-codegen": "13.34.0"
"@commercetools-docs/rmf-codegen": "13.35.0"
}
}
2 changes: 1 addition & 1 deletion api-specs/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"generate-ramldoc:watch": "npx rmf-codegen generate ./api.raml -w -o ../../websites/api-docs-smoke-test/src/api-specs/test -t RAML_DOC --inline-examples"
},
"dependencies": {
"@commercetools-docs/rmf-codegen": "13.34.0"
"@commercetools-docs/rmf-codegen": "13.35.0"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "7.24.7",
"@babel/eslint-parser": "7.25.1",
"@babel/helper-define-map": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@badeball/cypress-cucumber-preprocessor": "^18.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.6",
"@commercetools-frontend/babel-preset-mc-app": "22.28.0",
"@commercetools-frontend/eslint-config-mc-app": "22.28.0",
"@changesets/cli": "2.27.8",
"@commercetools-frontend/babel-preset-mc-app": "22.32.0",
"@commercetools-frontend/eslint-config-mc-app": "22.32.0",
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@manypkg/cli": "0.21.4",
"@manypkg/get-packages": "2.2.2",
"@percy/cli": "1.28.8",
"@percy/cli": "1.29.3",
"@percy/cypress": "3.1.2",
"@preconstruct/cli": "2.8.4",
"@preconstruct/cli": "2.8.7",
"@svgr/cli": "8.1.0",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "8.1.0",
Expand All @@ -67,12 +67,12 @@
"@testing-library/react": "14.3.1",
"babel-jest": "29.7.0",
"babel-plugin-typescript-to-proptypes": "2.1.0",
"core-js": "3.37.1",
"core-js": "3.38.1",
"cross-env": "7.0.3",
"cypress": "13.12.0",
"cypress": "13.14.2",
"eslint": "8.57.0",
"eslint-formatter-pretty": "5.0.0",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-import": "^2.27.5",
"http-server": "^14.1.1",
"husky": "8.0.3",
Expand All @@ -84,21 +84,21 @@
"jest-silent-reporter": "0.6.0",
"jest-watch-typeahead": "2.2.2",
"linkinator": "5.0.2",
"lint-staged": "15.2.7",
"lint-staged": "15.2.10",
"postcss-syntax": "0.36.2",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"serve": "14.2.3",
"shelljs": "0.8.5",
"start-server-and-test": "2.0.4",
"start-server-and-test": "2.0.5",
"tsc-files": "^1.1.3",
"typescript": "5.5.2",
"typescript": "5.5.4",
"vercel": "31.4.0"
},
"engines": {
"node": ">=18",
"npm": ">=5"
},
"packageManager": "[email protected].3"
"packageManager": "[email protected].5"
}
4 changes: 2 additions & 2 deletions packages/gatsby-theme-api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@commercetools-docs/rmf-codegen": "13.34.0",
"gatsby": "5.13.6",
"@commercetools-docs/rmf-codegen": "13.35.0",
"gatsby": "5.13.7",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-code-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prop-types": "15.8.1"
},
"devDependencies": {
"gatsby": "5.13.6",
"gatsby": "5.13.7",
"gatsby-source-filesystem": "5.13.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prop-types": "15.8.1"
},
"devDependencies": {
"gatsby": "5.13.6",
"gatsby": "5.13.7",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto-mono": "5.0.18",
"@fontsource/roboto-mono": "5.0.19",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@sentry/browser": "7.118.0",
"@sentry/browser": "7.119.0",
"@svgr/webpack": "8.1.0",
"@videojs/themes": "^1.0.1",
"assert": "2.1.0",
Expand All @@ -66,8 +66,8 @@
"gatsby-plugin-mdx": "patch:[email protected]#./patches/gatsby-plugin-mdx.patch",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32",
"gatsby-remark-copy-linked-files": "6.13.1",
"gatsby-remark-images": "7.13.1",
"gatsby-remark-copy-linked-files": "6.13.2",
"gatsby-remark-images": "7.13.2",
"gatsby-remark-relative-images": "0.2.3",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-sharp": "5.13.1",
Expand All @@ -86,16 +86,16 @@
"moment-locales-webpack-plugin": "1.2.0",
"moment-timezone": "0.5.45",
"moment-timezone-data-webpack-plugin": "1.5.1",
"prism-react-renderer": "2.3.1",
"prism-react-renderer": "2.4.0",
"prismjs": "1.29.0",
"process-top": "^1.2.0",
"prompts": "^2.4.2",
"prop-types": "15.8.1",
"qss": "3.0.0",
"raw-loader": "4.0.2",
"react-intersection-observer": "9.10.3",
"react-intersection-observer": "9.13.1",
"react-intl": "^6.2.8",
"react-router-dom": "6.24.0",
"react-router-dom": "6.26.1",
"rehype-slug": "5.1.0",
"remark-emoji": "4.0.1",
"remark-frontmatter": "4.0.1",
Expand All @@ -114,9 +114,9 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.3.1",
"@types/gtag.js": "^0.0.20",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"cosmiconfig": "^8.0.0",
"gatsby": "5.13.6",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lord-icon-element": "^4.1.1",
"lottie-web": "^5.12.2",
"murmurhash": "2.0.1",
"prism-react-renderer": "2.3.1",
"prism-react-renderer": "2.4.0",
"prop-types": "15.8.1",
"raf-schd": "^4.0.3",
"react-intl": "^6.2.8",
Expand All @@ -70,7 +70,7 @@
"@svgr/cli": "8.1.0",
"@types/lodash.omitby": "4.6.9",
"@types/raf-schd": "^4.0.1",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
"react": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions websites/api-docs-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@commercetools-docs/gatsby-theme-api-docs": "24.8.0",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"@commercetools-docs/rmf-codegen": "13.34.0",
"gatsby": "5.13.6",
"@commercetools-docs/rmf-codegen": "13.35.0",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"gatsby-source-filesystem": "5.13.1",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion websites/docs-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@commercetools-docs/ui-kit": "24.8.0",
"@commercetools-uikit/icons": "19.9.0",
"@commercetools-uikit/radio-input": "19.9.0",
"gatsby": "5.13.6",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"process-top": "^1.2.0",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion websites/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@commercetools-docs/gatsby-theme-code-examples": "24.8.0",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"gatsby": "5.13.6",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion websites/self-learning-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@commercetools-uikit/secondary-button": "19.9.0",
"@commercetools-uikit/stamp": "19.9.0",
"@commercetools-uikit/tooltip": "19.9.0",
"gatsby": "5.13.6",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"process-top": "^1.2.0",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion websites/site-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"gatsby": "5.13.6",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Loading

0 comments on commit 63c971f

Please sign in to comment.