Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4789)
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 Oct 27, 2022
1 parent 5ff829f commit 0f149dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/parser": "7.19.6",
"@babel/traverse": "7.19.6",
"@babel/types": "7.19.4",
"@babel/parser": "7.20.0",
"@babel/traverse": "7.20.0",
"@babel/types": "7.20.0",
"@types/babel__traverse": "7.18.2",
"@vue/compiler-sfc": "3.2.41",
"svelte": "3.52.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@theguild/algolia": "1.0.1",
"@theguild/tailwind-config": "0.1.3",
"@types/node": "18.11.7",
"@types/react": "18.0.23",
"@types/react": "18.0.24",
"typescript": "4.8.4"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2999,10 +2999,10 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/react@18.0.23", "@types/react@>=16":
version "18.0.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.23.tgz#4190ecd58b99fa79fe2e67832bdcb287e5f893e4"
integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==
"@types/react@18.0.24", "@types/react@>=16":
version "18.0.24"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20"
integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 0f149dc

Please sign in to comment.