updates deps

This commit is contained in:
Scott Tolinski 2021-12-21 11:11:55 -07:00
parent e442693cdc
commit bc17312a75

View file

@ -7,22 +7,21 @@
"camel-case": "^4.1.2", "camel-case": "^4.1.2",
"execa": "^6.0.0", "execa": "^6.0.0",
"pascal-case": "^3.1.2", "pascal-case": "^3.1.2",
"svelte": "^3.44.0", "svelte": "^3.44.3",
"vite": "^2.6.10" "vite": "^2.7.3"
}, },
"description": "Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit", "description": "Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit",
"devDependencies": { "devDependencies": {
"@babel/types": "^7.15.6", "@babel/types": "^7.16.0",
"@graphql-codegen/cli": "^2.2.1", "@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/import-types-preset": "^2.1.6", "@graphql-codegen/import-types-preset": "^2.1.8",
"@graphql-codegen/near-operation-file-preset": "^2.1.6", "@graphql-codegen/near-operation-file-preset": "^2.2.2",
"@graphql-codegen/plugin-helpers": "^2.2.0", "@graphql-codegen/plugin-helpers": "^2.3.1",
"@graphql-codegen/typescript-operations": "^2.1.8", "@graphql-codegen/typescript-operations": "^2.2.1",
"@graphql-codegen/visitor-plugin-common": "^2.4.0", "@graphql-codegen/visitor-plugin-common": "^2.5.1",
"@urql/core": "^2.3.3", "graphql": "^16.2.0",
"graphql": "^15.6.1", "just-pascal-case": "^3.0.1",
"just-pascal-case": "^2.0.0", "typescript": "^4.5.4"
"typescript": "^4.4.4"
}, },
"exports": { "exports": {
".": "./dist/index.js", ".": "./dist/index.js",