|
6 | 6 | "@tippyjs/react": "4.1.0", |
7 | 7 | "@vercel/fetch-retry": "^5.0.3", |
8 | 8 | "date-fns": "2.9.0", |
9 | | - "email-reply-parser": "^1.2.1", |
| 9 | + "email-reply-parser": "1.2.6", |
10 | 10 | "feed": "^4.0.0", |
11 | 11 | "gif-stream": "^1.1.0", |
12 | | - "grommet": "2.15.0", |
| 12 | + "grommet": "2.30.0", |
13 | 13 | "grommet-icons": "^4.4.0", |
14 | 14 | "inline-css": "^2.5.1", |
15 | 15 | "intersection-observer": "^0.11.0", |
16 | 16 | "lower-case": "^2.0.1", |
17 | 17 | "neuquant": "^1.0.2", |
18 | | - "next": "^10.0.6", |
| 18 | + "next": "^13.2.3", |
19 | 19 | "node-fetch": "^2.6.0", |
20 | 20 | "onegraph-auth": "^3.0.0", |
21 | 21 | "pixel-stream": "^1.0.3", |
22 | | - "react": "0.0.0-experimental-94c0244ba", |
23 | | - "react-dom": "0.0.0-experimental-94c0244ba", |
| 22 | + "react": "18.2.0", |
| 23 | + "react-dom": "18.2.0", |
24 | 24 | "react-intersection-observer": "^8.28.5", |
| 25 | + "react-is": "^18.2.0", |
25 | 26 | "react-markdown": "^4.3.1", |
26 | 27 | "react-player": "^2.6.2", |
27 | | - "react-relay": "0.0.0-experimental-183bdd28", |
28 | | - "relay-runtime": "^10.0.1", |
| 28 | + "react-relay": "14.1.0", |
| 29 | + "relay-runtime": "14.1.0", |
29 | 30 | "scriptjs": "^2.5.9", |
30 | 31 | "sentence-case": "^3.0.3", |
31 | 32 | "sitemap": "^6.3.2", |
32 | | - "styled-components": "^5.0.0" |
33 | | - }, |
34 | | - "resolutions": { |
35 | | - "react": "0.0.0-experimental-94c0244ba", |
36 | | - "react-dom": "0.0.0-experimental-94c0244ba" |
| 33 | + "styled-components": "^5.3.8" |
37 | 34 | }, |
38 | 35 | "scripts": { |
39 | 36 | "dev": "next", |
40 | 37 | "start": "next", |
41 | | - "build": "yarn ensure-publish-label && yarn relay && next build", |
| 38 | + "build": "yarn relay && next build", |
42 | 39 | "start:prod": "NODE_ENV=production node build/server.js", |
43 | | - "relay": "relay-compiler --src ./src --schema ./schema.graphql --persistFunction scripts/persistQuery.js", |
44 | | - "relay:clean": "rm -r src/__generated__", |
| 40 | + "relay": "node scripts/relay-compiler.js", |
| 41 | + "relay:clean": "rm -r src/__generated__ src/pages/api/__generated__", |
45 | 42 | "flow": "flow", |
46 | 43 | "fetch-schema": "node scripts/fetchSchema.js --path schema.graphql", |
47 | 44 | "ensure-publish-label": "node scripts/ensurePublishLabel.js", |
|
52 | 49 | "extends": "react-app" |
53 | 50 | }, |
54 | 51 | "browserslist": { |
55 | | - "production": [ |
56 | | - ">0.2%", |
57 | | - "not dead", |
58 | | - "not op_mini all" |
59 | | - ], |
| 52 | + "production": [">0.2%", "not dead", "not op_mini all"], |
60 | 53 | "development": [ |
61 | 54 | "last 1 chrome version", |
62 | 55 | "last 1 firefox version", |
63 | 56 | "last 1 safari version" |
64 | 57 | ] |
65 | 58 | }, |
66 | 59 | "devDependencies": { |
| 60 | + "@babel/core": "^7.21.0", |
67 | 61 | "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
68 | 62 | "@babel/preset-flow": "^7.0.0", |
| 63 | + "@babel/runtime": "^7.21.0", |
69 | 64 | "babel-eslint": "10.x", |
70 | 65 | "babel-plugin-macros": "^2.6.1", |
71 | | - "babel-plugin-relay": "^8.0.0", |
| 66 | + "babel-plugin-relay": "14.1.0", |
| 67 | + "dotenv": "^16.0.3", |
72 | 68 | "eslint": "6.x", |
73 | 69 | "eslint-config-react-app": "^5.2.1", |
74 | 70 | "eslint-plugin-flowtype": "4.x", |
|
78 | 74 | "eslint-plugin-react-hooks": "2.x", |
79 | 75 | "flow-bin": "^0.133.0", |
80 | 76 | "flow-typed": "^3.2.1", |
| 77 | + "get-port": "^6.1.2", |
81 | 78 | "graphql": "^14.4.2", |
82 | 79 | "prettier": "^2.1.2", |
83 | | - "razzle": "^3.0.0", |
84 | | - "relay-compiler": "^8.0.0", |
85 | | - "relay-test-utils": "^8.0.0", |
| 80 | + "relay-compiler": "14.1.0", |
| 81 | + "relay-test-utils": "14.1.0", |
86 | 82 | "require-times": "^1.1.0", |
87 | 83 | "source-map-explorer": "^2.0.1" |
88 | 84 | }, |
|
0 commit comments