|
1 | 1 | { |
2 | 2 | "name": "react-graphql-example", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.1.0", |
4 | 4 | "description": "React GraphQL example", |
5 | 5 | "author": "David Buck", |
6 | 6 | "repository": "github:davidbuck/react-graphql-example", |
7 | 7 | "license": "MIT", |
8 | 8 | "private": true, |
9 | 9 | "dependencies": { |
10 | | - "@apollo/react-hooks": "^3.1.5", |
11 | | - "@fullhuman/postcss-purgecss": "^1.3.0", |
12 | | - "apollo-boost": "^0.4.7", |
13 | | - "autoprefixer": "^9.7.6", |
| 10 | + "@apollo/react-hooks": "^4.0.0", |
| 11 | + "apollo-boost": "^0.4.9", |
| 12 | + "autoprefixer": "^9.8.6", |
14 | 13 | "babel-eslint": "^10.1.0", |
15 | | - "concurrently": "^5.2.0", |
16 | | - "eslint": "^6.8.0", |
17 | | - "eslint-config-airbnb": "^18.1.0", |
18 | | - "eslint-config-prettier": "^6.11.0", |
19 | | - "eslint-loader": "^3.0.4", |
20 | | - "eslint-plugin-import": "^2.20.2", |
21 | | - "eslint-plugin-jsx-a11y": "^6.2.3", |
22 | | - "eslint-plugin-prettier": "^3.1.3", |
23 | | - "eslint-plugin-react": "^7.19.0", |
24 | | - "eslint-plugin-react-hooks": "^2.5.1", |
25 | | - "graphql": "^15.0.0", |
| 14 | + "concurrently": "^5.3.0", |
| 15 | + "eslint": "^7.12.1", |
| 16 | + "eslint-config-airbnb": "^18.2.0", |
| 17 | + "eslint-config-prettier": "^6.15.0", |
| 18 | + "eslint-loader": "^4.0.2", |
| 19 | + "eslint-plugin-import": "^2.22.1", |
| 20 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 21 | + "eslint-plugin-prettier": "^3.1.4", |
| 22 | + "eslint-plugin-react": "^7.21.5", |
| 23 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 24 | + "graphql": "^15.4.0", |
26 | 25 | "json-graphql-server": "^2.1.3", |
27 | | - "postcss-cli": "^6.1.3", |
28 | | - "prettier": "^1.19.1", |
29 | | - "react": "^16.13.1", |
30 | | - "react-dom": "^16.13.1", |
31 | | - "react-scripts": "^3.4.1", |
32 | | - "tailwindcss": "^1.3.5" |
| 26 | + "postcss-cli": "^8.1.0", |
| 27 | + "prettier": "^2.1.2", |
| 28 | + "react": "^17.0.1", |
| 29 | + "react-dom": "^17.0.1", |
| 30 | + "react-scripts": "^4.0.0", |
| 31 | + "tailwindcss": "^1.9.6" |
33 | 32 | }, |
34 | 33 | "scripts": { |
35 | 34 | "server": "npx json-graphql-server db.js --p 4000", |
|
0 commit comments