|
1 | 1 | {
|
2 | 2 | "name": "reactype",
|
3 |
| - "version": "11.0.0", |
| 3 | + "version": "12.0.0", |
4 | 4 | "description": "Prototyping tool for React/Typescript Applications.",
|
5 | 5 | "private": true,
|
6 | 6 | "main": "app/electron/main.js",
|
|
114 | 114 | },
|
115 | 115 | "homepage": "https://github.com/open-source-labs/ReacType#readme",
|
116 | 116 | "dependencies": {
|
117 |
| - "@apollo/client": "^3.3.11", |
118 |
| - "@babel/cli": "^7.10.4", |
119 |
| - "@babel/register": "^7.10.4", |
120 |
| - "@mui/icons-material": "^5.8.2", |
121 |
| - "@mui/lab": "^5.0.0-alpha.83", |
122 |
| - "@types/js-cookie": "^2.2.6", |
123 |
| - "@types/node": "^14.0.20", |
124 |
| - "@types/prettier": "^1.19.0", |
125 |
| - "@types/react": "^16.8.14", |
126 |
| - "@types/react-redux": "^7.0.8", |
127 |
| - "@types/react-router-dom": "^5.1.5", |
128 |
| - "ace-builds": "^1.4.12", |
129 |
| - "apollo-server-express": "^2.21.0", |
| 117 | + "@apollo/client": "^3.6.9", |
| 118 | + "@babel/cli": "^7.18.10", |
| 119 | + "@babel/register": "^7.18.9", |
| 120 | + "@mui/icons-material": "^5.8.4", |
| 121 | + "@mui/lab": "^5.0.0-alpha.93", |
| 122 | + "@nestjs/graphql": "^10.0.21", |
| 123 | + "@types/js-cookie": "^3.0.2", |
| 124 | + "@types/node": "^18.6.3", |
| 125 | + "@types/prettier": "^2.6.4", |
| 126 | + "@types/react": "^18.0.15", |
| 127 | + "@types/react-redux": "^7.1.24", |
| 128 | + "@types/react-router-dom": "^5.3.3", |
| 129 | + "ace-builds": "^1.8.1", |
| 130 | + "apollo-server": "^2.0.0", |
| 131 | + "apollo-server-core": "^2.22.0-alpha.0", |
| 132 | + "apollo-server-express": "^2.25.4", |
130 | 133 | "app-root-path": "^3.0.0",
|
131 |
| - "autoprefixer": "^9.0.1", |
| 134 | + "autoprefixer": "^10.4.8", |
132 | 135 | "babel-polyfill": "^6.26.0",
|
133 | 136 | "bcryptjs": "^2.4.3",
|
134 |
| - "connected-react-router": "^6.8.0", |
135 |
| - "cookie-parser": "^1.4.5", |
| 137 | + "connected-react-router": "^6.9.3", |
| 138 | + "cookie-parser": "^1.4.6", |
136 | 139 | "cors": "^2.8.5",
|
137 |
| - "d3": "^6.2.0", |
138 |
| - "dotenv": "^8.2.0", |
| 140 | + "d3": "^7.6.1", |
| 141 | + "dotenv": "^16.0.1", |
139 | 142 | "electron-debug": "^3.2.0",
|
140 | 143 | "electron-devtools-installer": "^3.2.0",
|
141 | 144 | "electron-window-manager": "^1.0.6",
|
142 | 145 | "enzyme": "^3.11.0",
|
143 |
| - "esbuild-wasm": "^0.8.27", |
144 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
| 146 | + "esbuild-wasm": "^0.14.51", |
| 147 | + "eslint-plugin-react-hooks": "^4.6.0", |
145 | 148 | "express-graphql": "^0.12.0",
|
146 |
| - "graphql": "^15.5.0", |
| 149 | + "graphql": "^15.8.0", |
147 | 150 | "identity-obj-proxy": "^3.0.0",
|
148 |
| - "immutable": "^4.0.0-rc.12", |
149 |
| - "js-cookie": "^2.2.1", |
150 |
| - "localforage": "^1.7.2", |
151 |
| - "lodash": "^4.17.20", |
152 |
| - "node-fetch": "^2.6.0", |
153 |
| - "passport": "^0.4.1", |
| 151 | + "immutable": "^4.1.0", |
| 152 | + "js-cookie": "^3.0.1", |
| 153 | + "localforage": "^1.10.0", |
| 154 | + "lodash": "^4.17.21", |
| 155 | + "node-fetch": "^2.6.1", |
| 156 | + "passport": "^0.6.0", |
154 | 157 | "passport-github2": "^0.1.12",
|
155 |
| - "prettier": "^1.19.1", |
156 |
| - "prop-types": "^15.6.2", |
157 |
| - "re-resizable": "^6.7.0", |
| 158 | + "prettier": "^2.7.1", |
| 159 | + "prop-types": "^15.8.1", |
| 160 | + "radium": "^0.26.2", |
| 161 | + "re-resizable": "^6.9.9", |
158 | 162 | "react-dnd": "^11.1.3",
|
159 | 163 | "react-dnd-html5-backend": "^11.1.3",
|
160 | 164 | "react-google-charts": "^4.0.0",
|
161 |
| - "react-google-login": "^5.1.22", |
| 165 | + "react-google-login": "^5.2.2", |
162 | 166 | "react-router-dom": "^5.2.0",
|
163 | 167 | "redux-devtools-extension": "^2.13.9",
|
164 |
| - "regenerator-runtime": "^0.13.7", |
| 168 | + "regenerator-runtime": "^0.13.9", |
165 | 169 | "resize-observer-polyfill": "^1.5.1",
|
166 | 170 | "seamless-immutable": "^7.1.4",
|
167 |
| - "source-map-support": "^0.5.19", |
168 |
| - "spectron": "^15.0.0", |
169 |
| - "uniqid": "^5.3.0", |
170 |
| - "use-debounce": "^7.0.1", |
171 |
| - "uuid": "^8.2.0" |
| 171 | + "source-map-support": "^0.5.21", |
| 172 | + "uniqid": "^5.4.0", |
| 173 | + "use-debounce": "^8.0.3", |
| 174 | + "uuid": "^8.3.2" |
172 | 175 | },
|
173 | 176 | "devDependencies": {
|
174 |
| - "@babel/core": "^7.16.0", |
175 |
| - "@babel/preset-env": "^7.16.0", |
176 |
| - "@babel/preset-react": "^7.16.0", |
177 |
| - "@babel/preset-typescript": "^7.16.0", |
178 |
| - "@emotion/react": "^11.9.0", |
179 |
| - "@emotion/styled": "^11.8.1", |
180 |
| - "@material-ui/core": "^4.12.3", |
181 |
| - "@material-ui/icons": "^4.11.2", |
182 |
| - "@mui/material": "^5.8.1", |
183 |
| - "@mui/styled-engine-sc": "^5.1.0", |
184 |
| - "@mui/x-data-grid": "^5.2.1", |
185 |
| - "@testing-library/jest-dom": "^5.11.5", |
186 |
| - "@testing-library/react": "^10.4.6", |
187 |
| - "@types/chai": "^4.2.11", |
188 |
| - "@types/jest": "^25.2.3", |
189 |
| - "apollo": "^2.32.5", |
190 |
| - "axios": "^0.24.0", |
| 177 | + "@babel/core": "^7.18.10", |
| 178 | + "@babel/preset-env": "^7.18.10", |
| 179 | + "@babel/preset-react": "^7.18.6", |
| 180 | + "@babel/preset-typescript": "^7.18.6", |
| 181 | + "@emotion/react": "^11.10.0", |
| 182 | + "@emotion/styled": "^11.10.0", |
| 183 | + "@material-ui/core": "^4.12.4", |
| 184 | + "@material-ui/icons": "^4.11.3", |
| 185 | + "@mui/material": "^5.9.3", |
| 186 | + "@mui/styled-engine-sc": "^5.9.3", |
| 187 | + "@mui/x-data-grid": "^5.15.0", |
| 188 | + "@testing-library/jest-dom": "^5.16.4", |
| 189 | + "@testing-library/react": "^13.3.0", |
| 190 | + "@types/chai": "^4.3.1", |
| 191 | + "@types/jest": "^28.1.6", |
| 192 | + "apollo": "^2.34.0", |
| 193 | + "axios": "^0.27.2", |
191 | 194 | "babel-eslint": "^10.1.0",
|
192 |
| - "babel-jest": "^27.3.1", |
193 |
| - "babel-loader": "^8.2.3", |
| 195 | + "babel-jest": "^28.1.3", |
| 196 | + "babel-loader": "^8.2.5", |
194 | 197 | "babel-plugin-module-resolver": "^4.1.0",
|
195 |
| - "concurrently": "^5.3.0", |
196 |
| - "cross-env": "^5.2.1", |
197 |
| - "csp-html-webpack-plugin": "^4.0.0", |
| 198 | + "concurrently": "^7.3.0", |
| 199 | + "cross-env": "^7.0.3", |
| 200 | + "csp-html-webpack-plugin": "^5.1.0", |
198 | 201 | "css-loader": "^2.1.1",
|
199 |
| - "dotenv-webpack": "^5.0.1", |
200 |
| - "electron": "^16.0.6", |
201 |
| - "electron-builder": "^23.0.2", |
202 |
| - "enzyme-to-json": "^3.5.0", |
203 |
| - "esbuild": "^0.14.10", |
204 |
| - "eslint": "^4.19.1", |
205 |
| - "eslint-config-airbnb-base": "^13.2.0", |
| 202 | + "dotenv-webpack": "^8.0.0", |
| 203 | + "electron": "^20.0.0", |
| 204 | + "electron-builder": "^23.3.3", |
| 205 | + "enzyme-to-json": "^3.6.2", |
| 206 | + "esbuild": "^0.14.51", |
| 207 | + "eslint": "^8.21.0", |
| 208 | + "eslint-config-airbnb-base": "^15.0.0", |
206 | 209 | "eslint-plugin-babel": "^5.3.1",
|
207 |
| - "eslint-plugin-import": "^2.22.0", |
208 |
| - "eslint-plugin-jest": "^21.21.0", |
209 |
| - "eslint-plugin-jsx-a11y": "^6.1.1", |
210 |
| - "eslint-plugin-react": "^7.20.3", |
211 |
| - "html-loader": "^1.1.0", |
212 |
| - "html-webpack-plugin": "^3.1.0", |
213 |
| - "jest": "^25.5.4", |
| 210 | + "eslint-plugin-import": "^2.26.0", |
| 211 | + "eslint-plugin-jest": "^26.7.0", |
| 212 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
| 213 | + "eslint-plugin-react": "^7.30.1", |
| 214 | + "html-loader": "^4.1.0", |
| 215 | + "html-webpack-plugin": "^4.5.2", |
| 216 | + "jest": "^28.1.3", |
214 | 217 | "mini-css-extract-plugin": "^0.9.0",
|
215 | 218 | "mongodb": "^3.5.9",
|
216 | 219 | "mongoose": "^5.9.22",
|
217 |
| - "node-sass": "^6.0.1", |
218 |
| - "nodemon": "^2.0.15", |
| 220 | + "node-sass": "^7.0.1", |
| 221 | + "nodemon": "^2.0.19", |
219 | 222 | "react": "^17.0.2",
|
220 |
| - "react-ace": "^9.5.0", |
| 223 | + "react-ace": "^10.1.0", |
221 | 224 | "react-dom": "^17.0.2",
|
222 |
| - "react-redux": "^7.2.6", |
223 |
| - "redux": "^4.1.2", |
224 |
| - "style-loader": "^0.20.3", |
225 |
| - "styled-components": "^5.3.3", |
226 |
| - "supertest": "^4.0.2", |
227 |
| - "ts-jest": "^25.5.1", |
228 |
| - "ts-node": "^8.10.2", |
229 |
| - "typescript": "^3.9.6", |
230 |
| - "url-loader": "^4.1.0", |
| 225 | + "react-redux": "^8.0.2", |
| 226 | + "redux": "^4.2.0", |
| 227 | + "style-loader": "^3.3.1", |
| 228 | + "styled-components": "^5.3.5", |
| 229 | + "supertest": "^6.2.4", |
| 230 | + "ts-jest": "^28.0.7", |
| 231 | + "ts-node": "^10.9.1", |
| 232 | + "typescript": "^4.7.4", |
| 233 | + "url-loader": "^4.1.1", |
231 | 234 | "webpack": "^4.46.0",
|
232 | 235 | "webpack-cli": "^3.3.11",
|
233 | 236 | "webpack-dev-server": "^3.11.0",
|
|
0 commit comments