Skip to content

Commit f0c3a2b

Browse files
committed
docs: update example deps
1 parent 6a6a657 commit f0c3a2b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+213
-131521
lines changed

examples/auto-refetching/.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
yarn.lock
15+
package-lock.json
16+
17+
# misc
18+
.DS_Store
19+
.env.local
20+
.env.development.local
21+
.env.test.local
22+
.env.production.local
23+
24+
npm-debug.log*
25+
yarn-debug.log*
26+
yarn-error.log*

examples/auto-refetching/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"next": "9.3.2",
1010
"react": "16.13.0",
1111
"react-dom": "16.13.0",
12-
"react-query": "^2",
13-
"react-query-devtools": "latest"
12+
"react-query": "^2.21.2",
13+
"react-query-devtools": "^2.4.7"
1414
},
1515
"scripts": {
1616
"dev": "next",

examples/auto-refetching/yarn.lock

Lines changed: 0 additions & 6357 deletions
This file was deleted.

examples/basic-graphql-request/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# production
1212
/build
1313

14+
yarn.lock
15+
package-lock.json
16+
1417
# misc
1518
.DS_Store
1619
.env.local

examples/basic-graphql-request/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"graphql-request": "^3.1.0",
1313
"react": "^16.8.6",
1414
"react-dom": "^16.8.6",
15-
"react-query": "^2.20.1",
16-
"react-query-devtools": "^2",
15+
"react-query": "^2.21.2",
16+
"react-query-devtools": "^2.4.7",
1717
"react-scripts": "3.0.1",
1818
"stop-runaway-react-effects": "^1.2.0",
1919
"styled-components": "^4.3.2"

examples/basic-graphql-request/yarn.lock

Lines changed: 0 additions & 10324 deletions
This file was deleted.

examples/basic/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# production
1212
/build
1313

14+
yarn.lock
15+
package-lock.json
16+
1417
# misc
1518
.DS_Store
1619
.env.local

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"axios": "0.19.2",
1111
"react": "^16.8.6",
1212
"react-dom": "^16.8.6",
13-
"react-query": "^2",
14-
"react-query-devtools": "^2",
13+
"react-query": "^2.21.2",
14+
"react-query-devtools": "^2.4.7",
1515
"react-scripts": "3.0.1",
1616
"stop-runaway-react-effects": "^1.2.0",
1717
"styled-components": "^4.3.2"

0 commit comments

Comments
 (0)