Skip to content

Commit

Permalink
@apollo-elements/lit-apollo moved
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jan 19, 2021
1 parent f44660e commit f3ed2c3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/ui/components/wcfactory-ui-active-script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, ApolloQuery } from 'lit-apollo'
import { html, ApolloQuery } from '@apollo-elements/lit-apollo'
import gql from 'graphql-tag'
import client from '../client.js'
import './wcfactory-ui-terminal.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/wcfactory-ui-active-scripts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, ApolloQuery } from 'lit-apollo';
import { html, ApolloQuery } from '@apollo-elements/lit-apollo';
import gql from 'graphql-tag'
import client from '../client.js'
import './wcfactory-ui-active-script.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/wcfactory-ui-factory-create.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LitElement, html } from 'lit-element';
// import { ApolloMutation, html } from 'lit-apollo'
// import { ApolloMutation, html } from '@apollo-elements/lit-apollo'
import gql from 'graphql-tag'
import client from '../client.js'
import './wcfactory-ui-factory-create-form.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/wcfactory-ui-location.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, ApolloMutation } from 'lit-apollo';
import { html, ApolloMutation } from '@apollo-elements/lit-apollo';
import gql from 'graphql-tag'
import client from '../client.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/wcfactory-ui-script-run.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, ApolloMutation } from 'lit-apollo';
import { html, ApolloMutation } from '@apollo-elements/lit-apollo';
import gql from 'graphql-tag'
import client from '../client.js'
import { GET_OPERATIONS } from './wcfactory-ui-script.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/wcfactory-ui-script-stop.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, ApolloMutation } from 'lit-apollo';
import { html, ApolloMutation } from '@apollo-elements/lit-apollo';
import gql from 'graphql-tag'
import client from '../client.js'
import { GET_OPERATIONS } from './wcfactory-ui-script'
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/wcfactory-ui-script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, ApolloQuery } from 'lit-apollo';
import { html, ApolloQuery } from '@apollo-elements/lit-apollo';
import gql from 'graphql-tag'
import client from '../client.js'
import 'lit-apollo/elements/apollo-mutation-element.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"fuse.js": "^3.4.2",
"graphql-tag": "^2.10.1",
"is-valid-element-name": "^1.0.0",
"lit-apollo": "^0.8.1",
"@apollo-elements/lit-apollo": "3.2.1",
"lit-element": "^2.0.1",
"mobx": "^5.9.0"
},
Expand Down

0 comments on commit f3ed2c3

Please sign in to comment.