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 3, 2022
1 parent b5b1a5a commit 097d010
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 217 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@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",
"@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
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"sideEffects": false,
"dependencies": {
"@chakra-ui/react": "2.2.4",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@next/bundle-analyzer": "^12.2.3",
"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.13",
"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",
Expand All @@ -31,7 +31,7 @@
"react-dom": "18.2.0"
},
"peerDependencies": {
"@theguild/components": "^2.0.0",
"@theguild/components": "^2.0.1",
"next": ">=12.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
Loading

0 comments on commit 097d010

Please sign in to comment.