Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into issue-3323
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Aug 18, 2019
2 parents 854fc5b + afeeca1 commit 31f69aa
Show file tree
Hide file tree
Showing 17 changed files with 1,619 additions and 394 deletions.
2 changes: 1 addition & 1 deletion examples/base/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hoc": "3.0.0",
"@apollo/react-hoc": "3.0.1",
"apollo-boost": "^0.4.0",
"react": "../../node_modules/react",
"react-dom": "../../node_modules/react-dom",
Expand Down
4 changes: 2 additions & 2 deletions examples/components/package.json
Expand Up @@ -9,15 +9,15 @@
"eject": "react-scripts eject"
},
"dependencies": {
"@apollo/react-components": "3.0.0",
"@apollo/react-components": "3.0.1",
"apollo-boost": "^0.4.0",
"graphql-tag": "^2.10.1",
"react": "../../node_modules/react",
"react-dom": "../../node_modules/react-dom",
"react-scripts": "2.1.8"
},
"devDependencies": {
"@apollo/react-testing": "3.0.0",
"@apollo/react-testing": "3.0.1",
"@testing-library/react": "8.0.9"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions examples/hooks/client/package.json
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "3.0.0",
"@apollo/react-hooks": "3.0.1",
"@types/jest": "24.0.17",
"@types/node": "12.7.1",
"@types/node": "12.7.2",
"@types/react": "16.8.24",
"@types/react-dom": "16.8.5",
"apollo-cache-inmemory": "^1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/mutation/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-components": "3.0.0",
"@apollo/react-components": "3.0.1",
"apollo-boost": "^0.4.2",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
Expand All @@ -18,7 +18,7 @@
"eject": "react-scripts eject"
},
"devDependencies": {
"@apollo/react-testing": "3.0.0",
"@apollo/react-testing": "3.0.1",
"@testing-library/react": "8.0.9"
},
"browserslist": [
Expand Down
32 changes: 16 additions & 16 deletions examples/rollup/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/rollup/package.json
Expand Up @@ -10,7 +10,7 @@
"@babel/preset-react": "7.0.0",
"rollup": "1.19.4",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.0.1",
"rollup-plugin-commonjs": "10.0.2",
"rollup-plugin-jsx": "1.0.3",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
Expand All @@ -19,7 +19,7 @@
"source-map-explorer": "1.8.0"
},
"dependencies": {
"@apollo/react-hooks": "3.0.0",
"@apollo/react-hooks": "3.0.1",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.2",
"apollo-link-http": "^1.5.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/hoc/package.json
Expand Up @@ -7,7 +7,7 @@
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@apollo/react-hoc": "3.0.0",
"@apollo/react-hoc": "3.0.1",
"@babel/runtime": "^7.4.5",
"apollo-cache-inmemory": "^1.6.0",
"apollo-client": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/hooks/package.json
Expand Up @@ -7,7 +7,7 @@
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@apollo/react-hooks": "3.0.0",
"@apollo/react-hooks": "3.0.1",
"@babel/runtime": "^7.4.5",
"apollo-cache-inmemory": "^1.6.0",
"apollo-client": "^2.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-components": "3.0.0",
"@apollo/react-components": "3.0.1",
"apollo": "^2.15.0",
"apollo-cache-inmemory": "latest",
"apollo-client": "latest",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@types/graphql": "14.2.3",
"@types/jest": "24.0.17",
"@types/node": "12.7.1",
"@types/node": "12.7.2",
"@types/prop-types": "15.7.1",
"@types/react": "16.8.24",
"@types/react-dom": "16.8.5",
Expand Down

0 comments on commit 31f69aa

Please sign in to comment.