Skip to content

Commit

Permalink
fix: broaden allowed vite dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Nov 17, 2023
1 parent 0123887 commit 3b2bf38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"vite": "^2.7.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/cli": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.1",
"vite": "^5.0.0"
"vite": "^2.7.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@graphql-codegen/typescript": "^4.0.1",
Expand Down

0 comments on commit 3b2bf38

Please sign in to comment.