Skip to content

Commit

Permalink
Update dependencies and lomit reference to use named imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Oct 9, 2020
1 parent a66f11d commit fb118df
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
21 changes: 12 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -66,9 +66,9 @@
"@apollo/client": "^3.2.2",
"@babel/runtime": "^7.11.2",
"contentful": "^7.14.7",
"contentful-parsers": "^1.2.8",
"contentful-parsers": "^1.2.15",
"graphql-anywhere": "^4.2.7",
"lomit": "^0.3.3"
"lomit": "^1.0.6"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand All @@ -93,7 +93,7 @@
"react": "^16.13.1",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup": "^2.29.0",
"rollup-plugin-terser": "^7.0.2",
"subscriptions-transport-ws": "^0.9.18",
"typescript": "^4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/ContentfulRestLink.js
@@ -1,5 +1,5 @@
import { ApolloLink, Observable } from '@apollo/client'
import omit from 'lomit'
import { omit } from 'lomit'
import { graphql } from 'graphql-anywhere/lib/async'
import { contentfulResolver, graphqlParser } from 'contentful-parsers'
const contentful = require('contentful')
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
@@ -1,4 +1,4 @@
import omit from 'lomit'
import { omit } from 'lomit'
import {
DefinitionKind,
SelectionKind,
Expand Down

0 comments on commit fb118df

Please sign in to comment.