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 Oct 11, 2024
1 parent dc29d10 commit ace51b6
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 481 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
uses: actions/checkout@v4

- name: Check links
uses: JustinBeckwith/linkinator-action@v1.10.4
uses: JustinBeckwith/linkinator-action@v1.11.0
with:
paths: https://docskit-sha-${{ github.sha }}.commercetools.vercel.app
config: linkinator.remote.config.json
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "7.25.1",
"@babel/eslint-parser": "7.25.8",
"@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.8",
"@commercetools-frontend/babel-preset-mc-app": "22.32.0",
"@commercetools-frontend/eslint-config-mc-app": "22.32.0",
"@changesets/cli": "2.27.9",
"@commercetools-frontend/babel-preset-mc-app": "22.34.0",
"@commercetools-frontend/eslint-config-mc-app": "22.34.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.29.3",
"@percy/cli": "1.30.0",
"@percy/cypress": "3.1.2",
"@preconstruct/cli": "2.8.7",
"@preconstruct/cli": "2.8.9",
"@svgr/cli": "8.1.0",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "8.1.0",
Expand All @@ -70,8 +70,8 @@
"babel-plugin-typescript-to-proptypes": "2.1.0",
"core-js": "3.38.1",
"cross-env": "7.0.3",
"cypress": "13.14.2",
"eslint": "8.57.0",
"cypress": "13.15.0",
"eslint": "8.57.1",
"eslint-formatter-pretty": "5.0.0",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -80,7 +80,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "^29.4.2",
"jest-preset-gatsby": "1.0.134",
"jest-runner-eslint": "2.2.0",
"jest-runner-eslint": "2.2.1",
"jest-runner-prettier": "1.0.0",
"jest-silent-reporter": "0.6.0",
"jest-watch-typeahead": "2.2.2",
Expand All @@ -92,9 +92,9 @@
"react-dom": "18.3.1",
"serve": "14.2.3",
"shelljs": "0.8.5",
"start-server-and-test": "2.0.5",
"start-server-and-test": "2.0.8",
"tsc-files": "^1.1.3",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vercel": "31.4.0"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto-mono": "5.0.19",
"@fontsource/roboto-mono": "5.1.0",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@sentry/browser": "7.119.0",
Expand Down Expand Up @@ -76,15 +76,15 @@
"hast-util-has-property": "3.0.0",
"hast-util-heading": "3.0.0",
"hast-util-heading-rank": "3.0.0",
"hast-util-to-string": "3.0.0",
"hast-util-to-string": "3.0.1",
"intersection-observer": "0.12.2",
"lodash.throttle": "4.1.1",
"md5": "2.3.0",
"md5-file": "^5.0.0",
"mdast-util-to-string": "^4.0.0",
"mdast-util-toc": "7.1.0",
"moment-locales-webpack-plugin": "1.2.0",
"moment-timezone": "0.5.45",
"moment-timezone": "0.5.46",
"moment-timezone-data-webpack-plugin": "1.5.1",
"prism-react-renderer": "2.4.0",
"prismjs": "1.29.0",
Expand All @@ -95,7 +95,7 @@
"raw-loader": "4.0.2",
"react-intersection-observer": "9.13.1",
"react-intl": "^6.2.8",
"react-router-dom": "6.26.1",
"react-router-dom": "6.26.2",
"rehype-slug": "5.1.0",
"remark-emoji": "4.0.1",
"remark-frontmatter": "4.0.1",
Expand All @@ -114,7 +114,7 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.3.1",
"@types/gtag.js": "^0.0.20",
"@types/react": "18.3.5",
"@types/react": "18.3.11",
"cosmiconfig": "^8.0.0",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit ace51b6

Please sign in to comment.