Skip to content

Commit

Permalink
Float Dependency versions for easier updating
Browse files Browse the repository at this point in the history
  • Loading branch information
comp615 committed Feb 9, 2024
1 parent a5e95fa commit f14e563
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 298 deletions.
33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,25 @@
"@types/react": "17.0.39"
},
"dependencies": {
"@babel/core": "7.15.5",
"@babel/helper-plugin-utils": "7.14.5",
"@babel/parser": "7.15.5",
"@babel/traverse": "7.15.4",
"@graphql-tools/import": "6.4.0",
"caller": "1.0.1",
"gensync": "1.0.0-beta.2",
"globby": "11.0.4",
"loader-utils": "2.0.4",
"log-update": "4.0.0",
"make-dir": "3.1.0",
"@babel/core": "^7.15.5",
"@babel/helper-plugin-utils": "^7.14.5",
"@babel/parser": "^7.15.5",
"@babel/traverse": "^7.23.9",
"@graphql-tools/import": "^6.4.0",
"caller": "^1.0.1",
"gensync": "^1.0.0-beta.2",
"globby": "^11.0.4",
"loader-utils": "^2.0.4",
"log-update": "^4.0.0",
"make-dir": "^3.1.0",
"minimist": "^1.2.6",
"schema-utils": "3.0.0",
"slash": "3.0.0",
"string-env-interpolation": "1.0.1",
"yaml": "1.10.2"
"schema-utils": "^3.0.0",
"slash": "^3.0.0",
"string-env-interpolation": "^1.0.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"@apollo/client": "3.4.10",
"@apollo/react-common": "3.1.4",
"@apollo/react-components": "4.0.0",
"@apollo/react-hooks": "4.0.0",
"@babel/plugin-syntax-jsx": "7.14.5",
"@babel/preset-env": "7.15.4",
"@babel/preset-react": "7.14.5",
Expand Down
Loading

0 comments on commit f14e563

Please sign in to comment.