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 fix/last-page-pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Injung Chung committed Sep 26, 2019
2 parents 5703115 + c4c3b5d commit e289c52
Show file tree
Hide file tree
Showing 19 changed files with 215 additions and 107 deletions.
2 changes: 1 addition & 1 deletion examples/base/package.json
Expand Up @@ -7,7 +7,7 @@
"apollo-boost": "^0.4.0",
"react": "../../node_modules/react",
"react-dom": "../../node_modules/react-dom",
"react-scripts": "3.1.1"
"react-scripts": "3.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/components/package.json
Expand Up @@ -14,7 +14,7 @@
"graphql-tag": "^2.10.1",
"react": "../../node_modules/react",
"react-dom": "../../node_modules/react-dom",
"react-scripts": "3.1.1"
"react-scripts": "3.1.2"
},
"devDependencies": {
"@apollo/react-testing": "3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/hooks/client/package.json
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@apollo/react-hooks": "3.1.1",
"@types/jest": "24.0.18",
"@types/node": "12.7.4",
"@types/node": "12.7.5",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"apollo-cache-inmemory": "^1.6.0",
Expand All @@ -16,10 +16,10 @@
"graphql-tag": "^2.10.1",
"react": "../../../node_modules/react",
"react-dom": "../../../node_modules/react-dom",
"react-scripts": "3.1.1",
"react-scripts": "3.1.2",
"reactstrap": "^8.0.0",
"subscriptions-transport-ws": "^0.9.16",
"typescript": "3.5.3"
"typescript": "3.6.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions examples/hooks/server/package.json
Expand Up @@ -2,10 +2,10 @@
"name": "hooks-demo-server",
"description": "",
"dependencies": {
"apollo-server": "2.9.3",
"apollo-server-express": "2.9.3",
"apollo-server": "2.9.4",
"apollo-server-express": "2.9.4",
"express": "4.17.1",
"graphql": "14.5.4",
"graphql": "14.5.7",
"subscriptions-transport-ws": "0.9.16"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/mutation/package.json
Expand Up @@ -9,7 +9,7 @@
"graphql-tag": "^2.10.1",
"react": "../../node_modules/react",
"react-dom": "../../node_modules/react-dom",
"react-scripts": "3.1.1"
"react-scripts": "3.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
63 changes: 30 additions & 33 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 @@ -8,13 +8,13 @@
},
"devDependencies": {
"@babel/preset-react": "7.0.0",
"rollup": "1.20.3",
"rollup": "1.21.4",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-jsx": "1.0.3",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "5.1.1",
"rollup-plugin-terser": "5.1.2",
"serve": "11.1.0",
"source-map-explorer": "1.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/hoc/package.json
Expand Up @@ -31,6 +31,6 @@
"cheerio": "1.0.0-rc.3",
"chromedriver": "76.0.1",
"nightwatch": "0.9.21",
"selenium-webdriver": "4.0.0-alpha.4"
"selenium-webdriver": "4.0.0-alpha.5"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/hooks/package.json
Expand Up @@ -31,6 +31,6 @@
"cheerio": "1.0.0-rc.3",
"chromedriver": "76.0.1",
"nightwatch": "0.9.21",
"selenium-webdriver": "4.0.0-alpha.4"
"selenium-webdriver": "4.0.0-alpha.5"
}
}
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Expand Up @@ -15,14 +15,14 @@
"devDependencies": {
"@types/graphql": "14.2.3",
"@types/jest": "24.0.18",
"@types/node": "12.7.4",
"@types/node": "12.7.5",
"@types/prop-types": "15.7.2",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/react-test-renderer": "16.9.0",
"react-scripts-ts": "3.1.0",
"react-test-renderer": "16.9.0",
"typescript": "3.5.3"
"typescript": "3.6.3"
},
"scripts": {
"start": "react-scripts-ts start",
Expand Down

0 comments on commit e289c52

Please sign in to comment.