|
78 | 78 | "**/*.js": "eslint --max-warnings 0" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | | - "@babel/core": "^7.7.5", |
| 81 | + "@babel/core": "^7.18.0", |
82 | 82 | "@babel/plugin-proposal-class-properties": "^7.7.4", |
83 | 83 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", |
84 | 84 | "@babel/plugin-proposal-optional-chaining": "^7.7.5", |
|
87 | 87 | "@babel/preset-env": "^7.7.6", |
88 | 88 | "@babel/preset-flow": "^7.7.4", |
89 | 89 | "@babel/preset-react": "^7.7.4", |
| 90 | + "@babel/runtime": "^7.25.0", |
90 | 91 | "@reach/menu-button": "^0.5.4", |
91 | 92 | "@reach/tooltip": "^0.5.4", |
92 | 93 | "archiver": "^3.0.0", |
93 | | - "babel-core": "^7.0.0-bridge", |
94 | | - "babel-eslint": "^10.0.3", |
| 94 | + "babel-eslint": "9.0.0", |
95 | 95 | "babel-jest": "^24.9.0", |
96 | 96 | "babel-loader": "^8.0.6", |
97 | | - "babel-plugin-relay": "master", |
| 97 | + "babel-plugin-relay": "^17.0.0", |
98 | 98 | "chance": "^1.0.18", |
99 | 99 | "child-process-promise": "^2.2.1", |
100 | 100 | "chrome-launch": "^1.1.4", |
|
131 | 131 | "prop-types": "^15.7.2", |
132 | 132 | "react": "^0.0.0-50b50c26f", |
133 | 133 | "react-dom": "^0.0.0-50b50c26f", |
134 | | - "react-relay": "master", |
| 134 | + "react-relay": "17.0.0", |
135 | 135 | "react-test-renderer": "^0.0.0-50b50c26f", |
136 | 136 | "react-virtualized-auto-sizer": "^1.0.2", |
137 | | - "relay-compiler": "master", |
138 | | - "relay-config": "master", |
| 137 | + "relay-compiler": "17.0.0", |
139 | 138 | "rimraf": "^2.6.3", |
140 | 139 | "scheduler": "^0.0.0-50b50c26f", |
141 | 140 | "style-loader": "^0.23.1", |
|
0 commit comments