|
|
@@ -32,30 +32,30 @@
|
|
|
"devDependencies": {
|
|
|
"@commitlint/cli": "^17.4.4",
|
|
|
"@commitlint/config-conventional": "^17.4.4",
|
|
|
- "@graphql-codegen/add": "4.0.1",
|
|
|
- "@graphql-codegen/cli": "3.2.1",
|
|
|
- "@graphql-codegen/fragment-matcher": "4.0.1",
|
|
|
- "@graphql-codegen/typed-document-node": "^4.0.1",
|
|
|
- "@graphql-codegen/typescript": "3.0.1",
|
|
|
- "@graphql-codegen/typescript-operations": "3.0.1",
|
|
|
- "@graphql-tools/schema": "^9.0.17",
|
|
|
- "@swc/core": "^1.3.38",
|
|
|
- "@types/klaw-sync": "^6.0.0",
|
|
|
+ "@graphql-codegen/add": "5.0.0",
|
|
|
+ "@graphql-codegen/cli": "5.0.0",
|
|
|
+ "@graphql-codegen/fragment-matcher": "5.0.0",
|
|
|
+ "@graphql-codegen/typed-document-node": "^5.0.1",
|
|
|
+ "@graphql-codegen/typescript": "4.0.1",
|
|
|
+ "@graphql-codegen/typescript-operations": "4.0.1",
|
|
|
+ "@graphql-tools/schema": "^10.0.0",
|
|
|
+ "@swc/core": "^1.3.78",
|
|
|
+ "@types/klaw-sync": "^6.0.1",
|
|
|
"@types/node": "^14.14.31",
|
|
|
- "concurrently": "^6.0.0",
|
|
|
+ "concurrently": "^8.2.1",
|
|
|
"conventional-changelog-core": "^4.2.4",
|
|
|
"cross-env": "^7.0.3",
|
|
|
"find": "^0.3.0",
|
|
|
- "graphql": "16.6.0",
|
|
|
+ "graphql": "16.8.0",
|
|
|
"husky": "^4.3.0",
|
|
|
"klaw-sync": "^6.0.0",
|
|
|
- "lerna": "^6.5.1",
|
|
|
+ "lerna": "^7.1.5",
|
|
|
"lint-staged": "^10.5.4",
|
|
|
"prettier": "^2.2.1",
|
|
|
"ts-node": "^10.9.1",
|
|
|
"typescript": "4.9.5",
|
|
|
"unplugin-swc": "^1.3.2",
|
|
|
- "vitest": "^0.29.2"
|
|
|
+ "vitest": "^0.34.2"
|
|
|
},
|
|
|
"resolutions": {
|
|
|
"npm-packlist": "1.1.12"
|