Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#4639)
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] committed Aug 10, 2022
1 parent 6724c40 commit 8a59a4d
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 375 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
],
"resolutions": {
"graphql": "16.5.0",
"esbuild": "^0.14.0"
"esbuild": "^0.15.0"
},
"yarn": {
"args": [
Expand Down
46 changes: 23 additions & 23 deletions website/package.json
Expand Up @@ -17,44 +17,44 @@
}
},
"resolutions": {
"esbuild": "0.14.54"
"esbuild": "0.15.0"
},
"devDependencies": {
"@guild-docs/algolia": "0.0.5",
"@next/bundle-analyzer": "12.1.6",
"@guild-docs/algolia": "0.2.0",
"@next/bundle-analyzer": "12.2.4",
"@types/concurrently": "6.4.0",
"@types/mdx-js__react": "1.5.5",
"@types/node": "16.11.36",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"concurrently": "7.2.0",
"@types/node": "16.11.47",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"concurrently": "7.3.0",
"cross-env": "7.0.3",
"esbuild": "0.14.39",
"esbuild-register": "3.3.2",
"esbuild": "0.15.0",
"esbuild-register": "3.3.3",
"next-remote-watch": "1.0.0",
"open-cli": "7.0.1",
"typescript": "4.6.4",
"wait-on": "6.0.1"
},
"dependencies": {
"@chakra-ui/icons": "2.0.0",
"@chakra-ui/icons": "2.0.6",
"@chakra-ui/react": "2.0.2",
"@chakra-ui/theme-tools": "2.0.0",
"@chakra-ui/utils": "2.0.0",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@chakra-ui/theme-tools": "2.0.7",
"@chakra-ui/utils": "2.0.6",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@guild-docs/client": "2.1.1",
"@guild-docs/server": "3.0.1",
"@mdx-js/react": "2.1.1",
"@theguild/components": "1.11.8",
"@mdx-js/react": "2.1.2",
"@theguild/components": "1.12.0",
"framer-motion": "7.0.0",
"next": "12.1.6",
"next-i18next": "11.0.0",
"next-seo": "5.4.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "4.3.1",
"react-use": "17.3.2",
"next": "12.2.4",
"next-i18next": "11.3.0",
"next-seo": "5.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.4.0",
"react-use": "17.4.0",
"remark-admonitions": "1.2.1",
"shiki": "0.10.1"
}
Expand Down

1 comment on commit 8a59a4d

@vercel
Copy link

@vercel vercel bot commented on 8a59a4d Aug 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.