fix: skypack for lodash

This commit is contained in:
Eli Bosley
2024-10-11 13:29:10 -04:00
parent 7a5ff92c72
commit c847bbaf26
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
{
"imports": {
"lodash": "https://cdn.skypack.dev/lodash",
"graphql-tag": "https://cdn.skypack.dev/graphql-tag",
"xml2js": "npm:xml2js",
"@app/": "./src/",
"@std/collections": "jsr:@std/collections@^1.0.8",

View File

@@ -1,5 +1,5 @@
import { gql, type QueryOptions } from '@apollo/client/core/index.js';
import { type QueryOptions } from '@apollo/client/core/index.js';
import gql from 'graphql-tag';
interface ParsedQuery {
query?: string;
variables?: Record<string, string>;