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] authored Nov 9, 2023
1 parent c44a47d commit 78e29e0
Show file tree
Hide file tree
Showing 16 changed files with 2,246 additions and 1,053 deletions.
262 changes: 131 additions & 131 deletions .yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.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.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.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.28.0"
"@commercetools-docs/rmf-codegen": "13.30.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.28.0"
"@commercetools-docs/rmf-codegen": "13.30.0"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "7.22.15",
"@babel/eslint-parser": "7.23.3",
"@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.4.8",
"@changesets/cli": "2.26.2",
"@commercetools-frontend/babel-preset-mc-app": "22.7.1",
"@commercetools-frontend/eslint-config-mc-app": "22.7.1",
"@commercetools-frontend/babel-preset-mc-app": "22.11.0",
"@commercetools-frontend/eslint-config-mc-app": "22.11.0",
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@manypkg/cli": "0.21.0",
"@manypkg/get-packages": "2.2.0",
"@percy/cli": "1.27.1",
"@percy/cli": "1.27.4",
"@percy/cypress": "3.1.2",
"@preconstruct/cli": "2.8.1",
"@svgr/cli": "8.1.0",
Expand All @@ -64,22 +64,22 @@
"@svgr/plugin-svgo": "8.1.0",
"@testing-library/cypress": "9.0.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.1.0",
"babel-jest": "29.7.0",
"babel-plugin-typescript-to-proptypes": "2.1.0",
"core-js": "3.32.2",
"core-js": "3.33.2",
"cross-env": "7.0.3",
"cypress": "12.17.4",
"eslint": "8.49.0",
"eslint": "8.53.0",
"eslint-formatter-pretty": "5.0.0",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-import": "^2.27.5",
"http-server": "^14.1.1",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.4.2",
"jest-preset-gatsby": "1.0.134",
"jest-runner-eslint": "2.1.1",
"jest-runner-eslint": "2.1.2",
"jest-runner-prettier": "1.0.0",
"jest-silent-reporter": "0.5.0",
"jest-watch-typeahead": "2.2.2",
Expand All @@ -91,7 +91,7 @@
"react-dom": "18.2.0",
"serve": "14.2.1",
"shelljs": "0.8.5",
"start-server-and-test": "2.0.0",
"start-server-and-test": "2.0.2",
"tsc-files": "^1.1.3",
"typescript": "5.2.2",
"vercel": "31.4.0"
Expand All @@ -100,5 +100,5 @@
"node": ">=18",
"npm": ">=5"
},
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}
6 changes: 3 additions & 3 deletions packages/gatsby-theme-api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@commercetools-uikit/spacings-stack": "16.7.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"gatsby-source-filesystem": "5.12.0",
"gatsby-source-filesystem": "5.12.1",
"prop-types": "15.8.1",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@commercetools-docs/rmf-codegen": "13.28.0",
"gatsby": "5.12.4",
"@commercetools-docs/rmf-codegen": "13.30.0",
"gatsby": "5.12.9",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-code-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"prop-types": "15.8.1"
},
"devDependencies": {
"gatsby": "5.12.4",
"gatsby-source-filesystem": "5.12.0",
"gatsby": "5.12.9",
"gatsby-source-filesystem": "5.12.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"keywords": ["gatsby", "gatsby-plugin", "gatsby-theme", "yaml", "constants"],
"dependencies": {
"@commercetools-docs/ui-kit": "22.8.4",
"gatsby-source-filesystem": "5.12.0",
"gatsby-source-filesystem": "5.12.1",
"gatsby-transformer-yaml": "5.12.0",
"prop-types": "15.8.1"
},
"devDependencies": {
"gatsby": "5.12.4",
"gatsby": "5.12.9",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
42 changes: 21 additions & 21 deletions packages/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"create-docs-release-note": "bin/create-release-note.js"
},
"dependencies": {
"@auth0/auth0-react": "2.2.1",
"@auth0/auth0-react": "2.2.3",
"@commercetools-docs/ui-kit": "22.8.4",
"@commercetools-uikit/card": "16.7.3",
"@commercetools-uikit/checkbox-input": "16.7.3",
Expand All @@ -43,30 +43,30 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto-mono": "5.0.8",
"@fontsource/roboto-mono": "5.0.15",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@sentry/browser": "7.69.0",
"@sentry/browser": "7.79.0",
"@svgr/webpack": "8.1.0",
"@videojs/themes": "^1.0.1",
"assert": "2.1.0",
"docsearch.js": "2.6.3",
"formik": "2.4.5",
"gatsby-core-utils": "4.12.0",
"gatsby-core-utils": "4.12.1",
"gatsby-plugin-emotion": "8.12.0",
"gatsby-plugin-feed": "5.12.0",
"gatsby-plugin-google-gtag": "5.12.0",
"gatsby-plugin-feed": "5.12.3",
"gatsby-plugin-google-gtag": "5.12.3",
"gatsby-plugin-hubspot": "2.0.0",
"gatsby-plugin-image": "3.12.0",
"gatsby-plugin-manifest": "5.12.0",
"gatsby-plugin-image": "3.12.3",
"gatsby-plugin-manifest": "5.12.3",
"gatsby-plugin-mdx": "patch:[email protected]#./patches/gatsby-plugin-mdx.patch",
"gatsby-plugin-sharp": "5.12.0",
"gatsby-plugin-sharp": "5.12.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.31",
"gatsby-remark-copy-linked-files": "6.12.0",
"gatsby-remark-images": "7.12.0",
"gatsby-remark-images": "7.12.3",
"gatsby-remark-relative-images": "0.2.3",
"gatsby-source-filesystem": "5.12.0",
"gatsby-transformer-sharp": "5.12.0",
"gatsby-source-filesystem": "5.12.1",
"gatsby-transformer-sharp": "5.12.3",
"gatsby-transformer-yaml": "5.12.0",
"github-slugger": "2.0.0",
"hast-util-has-property": "3.0.0",
Expand All @@ -82,7 +82,7 @@
"moment-locales-webpack-plugin": "1.2.0",
"moment-timezone": "0.5.43",
"moment-timezone-data-webpack-plugin": "1.5.1",
"prism-react-renderer": "2.0.6",
"prism-react-renderer": "2.1.0",
"prismjs": "1.29.0",
"process-top": "^1.2.0",
"prompts": "^2.4.2",
Expand All @@ -91,28 +91,28 @@
"raw-loader": "4.0.2",
"react-intersection-observer": "9.5.2",
"react-intl": "^6.2.8",
"react-router-dom": "6.16.0",
"react-router-dom": "6.18.0",
"rehype-slug": "5.1.0",
"remark-emoji": "4.0.0",
"remark-emoji": "4.0.1",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-mdx": "1.6.22",
"remark-mdx-code-meta": "2.0.0",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"slugify": "1.6.6",
"swr": "2.2.2",
"swr": "2.2.4",
"unified": "10.1.2",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@types/gtag.js": "^0.0.13",
"@types/react": "18.2.21",
"@testing-library/react": "14.1.0",
"@types/gtag.js": "^0.0.18",
"@types/react": "18.2.37",
"cosmiconfig": "^8.0.0",
"gatsby": "5.12.4",
"gatsby-cli": "5.12.1",
"gatsby": "5.12.9",
"gatsby-cli": "5.12.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@emotion/styled": "^11.10.5",
"@react-hook/latest": "1.0.3",
"@react-hook/resize-observer": "1.2.6",
"@types/lodash.kebabcase": "4.1.7",
"@types/lodash.kebabcase": "4.1.9",
"@types/mdast": "^4.0.0",
"@types/react-modal": "^3.13.1",
"@types/unist": "^3.0.0",
Expand All @@ -49,7 +49,7 @@
"lord-icon-element": "^4.1.1",
"lottie-web": "^5.12.2",
"murmurhash": "2.0.1",
"prism-react-renderer": "2.0.6",
"prism-react-renderer": "2.1.0",
"prop-types": "15.8.1",
"raf-schd": "^4.0.3",
"react-intl": "^6.2.8",
Expand All @@ -59,18 +59,18 @@
"remark-frontmatter": "4.0.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"swr": "2.2.2",
"swr": "2.2.4",
"tiny-invariant": "1.3.1",
"unified": "10.1.2",
"unist-util-filter": "5.0.1"
},
"devDependencies": {
"@svgr/cli": "8.1.0",
"@types/lodash.omitby": "4.6.7",
"@types/lodash.omitby": "4.6.9",
"@types/raf-schd": "^4.0.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-is": "18.2.1",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-is": "18.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions websites/api-docs-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dependencies": {
"@commercetools-docs/gatsby-theme-api-docs": "22.8.4",
"@commercetools-docs/gatsby-theme-docs": "22.8.6",
"@commercetools-docs/rmf-codegen": "13.28.0",
"gatsby": "5.12.4",
"gatsby-cli": "5.12.1",
"gatsby-source-filesystem": "5.12.0",
"@commercetools-docs/rmf-codegen": "13.30.0",
"gatsby": "5.12.9",
"gatsby-cli": "5.12.4",
"gatsby-source-filesystem": "5.12.1",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions websites/docs-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@commercetools-docs/ui-kit": "22.8.4",
"@commercetools-uikit/icons": "16.7.3",
"@commercetools-uikit/radio-input": "16.7.3",
"gatsby": "5.12.4",
"gatsby-cli": "5.12.1",
"gatsby": "5.12.9",
"gatsby-cli": "5.12.4",
"process-top": "^1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions websites/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@commercetools-docs/gatsby-theme-code-examples": "22.8.4",
"@commercetools-docs/gatsby-theme-docs": "22.8.6",
"gatsby": "5.12.4",
"gatsby-cli": "5.12.1",
"gatsby": "5.12.9",
"gatsby-cli": "5.12.4",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions websites/self-learning-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@commercetools-docs/ui-kit": "22.8.4",
"@commercetools-uikit/icons": "16.7.3",
"@commercetools-uikit/radio-input": "16.7.3",
"gatsby": "5.12.4",
"gatsby-cli": "5.12.1",
"gatsby": "5.12.9",
"gatsby-cli": "5.12.4",
"process-top": "^1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions websites/site-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@commercetools-docs/gatsby-theme-docs": "22.8.6",
"gatsby": "5.12.4",
"gatsby-cli": "5.12.1",
"gatsby": "5.12.9",
"gatsby-cli": "5.12.4",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
Loading

0 comments on commit 78e29e0

Please sign in to comment.