|
|
@@ -28,19 +28,19 @@
|
|
|
"publish-local": "lerna version --no-git-tag-version && cd scripts && ./publish-to-verdaccio.sh"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^18.6.1",
|
|
|
- "@commitlint/config-conventional": "^18.6.2",
|
|
|
- "@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",
|
|
|
+ "@commitlint/cli": "^19.1.0",
|
|
|
+ "@commitlint/config-conventional": "^19.1.0",
|
|
|
+ "@graphql-codegen/add": "5.0.2",
|
|
|
+ "@graphql-codegen/cli": "5.0.2",
|
|
|
+ "@graphql-codegen/fragment-matcher": "5.0.2",
|
|
|
+ "@graphql-codegen/typed-document-node": "^5.0.6",
|
|
|
+ "@graphql-codegen/typescript": "4.0.6",
|
|
|
+ "@graphql-codegen/typescript-operations": "4.2.0",
|
|
|
+ "@graphql-tools/schema": "^10.0.3",
|
|
|
+ "@swc/core": "^1.4.6",
|
|
|
+ "@types/klaw-sync": "^6.0.5",
|
|
|
"@types/node": "^20.11.19",
|
|
|
- "concurrently": "^8.2.1",
|
|
|
+ "concurrently": "^8.2.2",
|
|
|
"conventional-changelog-core": "^7.0.0",
|
|
|
"cross-env": "^7.0.3",
|
|
|
"find": "^0.3.0",
|
|
|
@@ -49,12 +49,12 @@
|
|
|
"klaw-sync": "^6.0.0",
|
|
|
"lerna": "^8.1.2",
|
|
|
"lint-staged": "^10.5.4",
|
|
|
- "prettier": "^2.2.1",
|
|
|
- "tinybench": "^2.5.1",
|
|
|
- "ts-node": "^10.9.1",
|
|
|
+ "prettier": "^3.2.5",
|
|
|
+ "tinybench": "^2.6.0",
|
|
|
+ "ts-node": "^10.9.2",
|
|
|
"typescript": "5.3.3",
|
|
|
- "unplugin-swc": "^1.3.2",
|
|
|
- "vitest": "^0.34.2"
|
|
|
+ "unplugin-swc": "^1.4.4",
|
|
|
+ "vitest": "^1.3.1"
|
|
|
},
|
|
|
"resolutions": {
|
|
|
"npm-packlist": "1.1.12"
|