Skip to content

Commit

Permalink
fixup rev gql plugin dep back
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed May 9, 2019
1 parent 4ef62b2 commit 31c2d8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-cli-validate-magento-pwa-queries",
"version": "1.1.0-beta.1",
"version": "1.0.0",
"description": "graphql-cli plugin for validating all queries in a Magento 2 PWA project",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/venia-concept/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"apollo-link-http": "~1.5.11",
"braintree-web-drop-in": "~1.16.0",
"graphql-cli": "~3.0.11",
"graphql-cli-validate-magento-pwa-queries": "~1.1.0-beta.1",
"graphql-cli-validate-magento-pwa-queries": "~1.0.0",
"graphql-tag": "~2.10.1",
"informed": "~2.1.13",
"lodash.over": "~4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/venia-concept/src/components/App/renderRoutes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Router, Switch, Route } from '@magento/venia-drivers';
import { Router, Switch, Route } from 'src/drivers';
import { Page } from '@magento/peregrine';
import ErrorView from 'src/components/ErrorView/index';
import CreateAccountPage from 'src/components/CreateAccountPage/index';
Expand Down

0 comments on commit 31c2d8b

Please sign in to comment.