Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Oct 29, 2023
1 parent 4e866a6 commit a3fd921
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 429 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"*.{js,ts,json,md}": "prettier --write"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@changesets/cli": "^2.26.2",
"@changesets/get-github-info": "^0.5.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^18.15.11",
"dotenv": "^16.0.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"lint-staged": "^15.0.0",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"typescript": "^5.0.0",
"vitest": "^0.30.1"
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@urql/core": "^3.0.0",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"@graphql-typed-document-node/core": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphqlsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"typescript": "^5.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a3fd921

Please sign in to comment.