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 Sep 26, 2023
1 parent 18de996 commit 69100c6
Show file tree
Hide file tree
Showing 4 changed files with 716 additions and 377 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"@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.8.0",
"@commercetools-frontend/eslint-config-mc-app": "22.8.0",
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@manypkg/cli": "0.21.0",
"@manypkg/get-packages": "2.2.0",
"@percy/cli": "1.27.1",
"@percy/cli": "1.27.2",
"@percy/cypress": "3.1.2",
"@preconstruct/cli": "2.8.1",
"@svgr/cli": "8.1.0",
Expand All @@ -70,7 +70,7 @@
"core-js": "3.32.2",
"cross-env": "7.0.3",
"cypress": "12.17.4",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-formatter-pretty": "5.0.0",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -79,7 +79,7 @@
"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.1",
"tsc-files": "^1.1.3",
"typescript": "5.2.2",
"vercel": "31.4.0"
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 @@ -46,7 +46,7 @@
"@fontsource/roboto-mono": "5.0.8",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@sentry/browser": "7.69.0",
"@sentry/browser": "7.72.0",
"@svgr/webpack": "8.1.0",
"@videojs/themes": "^1.0.1",
"assert": "2.1.0",
Expand Down Expand Up @@ -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 @@ -101,15 +101,15 @@
"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",
"@types/gtag.js": "^0.0.14",
"@types/react": "18.2.23",
"cosmiconfig": "^8.0.0",
"gatsby": "5.12.4",
"gatsby-cli": "5.12.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,7 +59,7 @@
"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"
Expand All @@ -68,7 +68,7 @@
"@svgr/cli": "8.1.0",
"@types/lodash.omitby": "4.6.7",
"@types/raf-schd": "^4.0.1",
"@types/react": "18.2.21",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.7",
"@types/react-is": "18.2.1",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 69100c6

Please sign in to comment.