Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2022
1 parent c00c8fa commit 014ee55
Show file tree
Hide file tree
Showing 5 changed files with 891 additions and 749 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@changesets/cli": "2.24.2",
"@theguild/prettier-config": "0.0.2",
"@types/node": "18.6.2",
"@types/react": "18.0.15",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"@types/react": "18.0.17",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"bob-the-bundler": "3.1.0-canary-3696700.0",
"eslint": "8.20.0",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
Expand All @@ -46,6 +46,6 @@
"typescript": "4.7.4"
},
"engines": {
"yarn": ">=1.22.17"
"yarn": ">=1.22.19"
}
}
2 changes: 1 addition & 1 deletion packages/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"license": "MIT",
"dependencies": {
"algoliasearch": "^4.13.1",
"algoliasearch": "^4.14.2",
"github-slugger": "^1.4.0",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
"license": "MIT",
"sideEffects": false,
"dependencies": {
"@chakra-ui/react": "2.2.4",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@next/bundle-analyzer": "^12.2.3",
"@chakra-ui/react": "2.2.6",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@next/bundle-analyzer": "^12.2.4",
"framer-motion": "6.5.1",
"mermaid": "^9.1.3",
"next-seo": "5.5.0",
"nextra": "2.0.0-beta.11",
"nextra": "2.0.0-beta.15",
"nprogress": "0.2.0",
"react-icons": "4.4.0",
"react-use": "17.4.0",
"tiny-lru": "^8.0.2",
"undici": "5.8.0"
"undici": "5.8.1"
},
"devDependencies": {
"@theguild/components": "2.0.1",
"@types/mermaid": "^8.2.9",
"@types/nprogress": "0.2.0",
"next": "12.2.3",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"peerDependencies": {
"@theguild/components": "^2.0.0",
"next": ">=12.2.3",
"@theguild/components": "^2.0.1",
"next": ">=12.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@theguild/components": "2.0.1",
"guild-docs": "3.1.0",
"markdown-to-jsx": "7.1.7",
"next": "12.2.3",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@theguild/tailwind-config": "0.0.2",
"@types/react": "18.0.15",
"@types/react": "18.0.17",
"cross-env": "7.0.3",
"typescript": "4.7.4"
},
Expand Down
Loading

0 comments on commit 014ee55

Please sign in to comment.