chore: refresh dependencies by yarn upgrade-interactive (#9139)

This commit is contained in:
Brooooooklyn
2024-12-13 08:08:06 +00:00
parent 133f21b9ca
commit 055abf6040
35 changed files with 1904 additions and 1003 deletions

View File

@@ -11,12 +11,12 @@
},
"sideEffects": "false",
"devDependencies": {
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@types/lodash-es": "^4.17.12",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"vitest": "2.1.8"
},
"scripts": {
@@ -24,7 +24,7 @@
},
"dependencies": {
"@affine/env": "workspace:*",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21"
},