|
38 | 38 | "@babel/runtime": "7.15.4",
|
39 | 39 | "bcryptjs": "2.3.0",
|
40 | 40 | "body-parser": "1.19.0",
|
41 |
| - "codemirror-graphql": "github:timsuchanek/codemirror-graphql#details-fix", |
42 | 41 | "commander": "6.2.1",
|
43 | 42 | "connect-flash": "0.1.1",
|
44 | 43 | "cookie-session": "2.0.0-beta.3",
|
45 | 44 | "copy-to-clipboard": "3.2.0",
|
46 | 45 | "create-react-class": "15.7.0",
|
47 | 46 | "csurf": "1.11.0",
|
48 | 47 | "express": "4.17.1",
|
49 |
| - "graphql": "14.6.0", |
50 |
| - "graphql-playground-react": "1.7.20", |
| 48 | + "graphiql": "1.4.2", |
| 49 | + "graphql": "15.4.0", |
51 | 50 | "history": "4.10.1",
|
52 | 51 | "immutable": "4.0.0-rc.9",
|
53 | 52 | "immutable-devtools": "0.1.5",
|
|
56 | 55 | "json-file-plus": "3.2.0",
|
57 | 56 | "otpauth": "7.0.5",
|
58 | 57 | "package-json": "6.5.0",
|
59 |
| - "parse": "3.3.0", |
| 58 | + "parse": "3.3.1", |
60 | 59 | "passport": "0.4.1",
|
61 | 60 | "passport-local": "1.0.0",
|
62 | 61 | "prismjs": "1.25.0",
|
|
75 | 74 | "react-router": "5.2.1",
|
76 | 75 | "react-router-dom": "5.2.1",
|
77 | 76 | "regenerator-runtime": "0.13.8",
|
78 |
| - "semver": "7.3.4" |
| 77 | + "semver": "7.3.4", |
| 78 | + "typescript": "4.4.3" |
79 | 79 | },
|
80 | 80 | "devDependencies": {
|
81 | 81 | "@actions/core": "1.2.6",
|
|
106 | 106 | "jest": "24.8.0",
|
107 | 107 | "madge": "5.0.1",
|
108 | 108 | "marked": "0.8.2",
|
109 |
| - "node-sass": "5.0.0", |
110 |
| - "null-loader": "3.0.0", |
| 109 | + "node-sass": "6.0.0", |
| 110 | + "null-loader": "4.0.1", |
111 | 111 | "path-to-regexp": "3.2.0",
|
112 | 112 | "puppeteer": "3.0.0",
|
113 | 113 | "react-test-renderer": "16.13.1",
|
114 | 114 | "request": "2.88.2",
|
115 | 115 | "request-promise": "4.2.5",
|
116 |
| - "sass-loader": "10.1.1", |
| 116 | + "sass-loader": "11.1.1", |
117 | 117 | "semantic-release": "17.4.6",
|
118 | 118 | "style-loader": "1.1.2",
|
119 | 119 | "svg-prep": "1.0.4",
|
120 |
| - "webpack": "4.42.1", |
121 |
| - "webpack-cli": "3.3.10", |
| 120 | + "webpack": "5.53.0", |
| 121 | + "webpack-cli": "4.0.0", |
122 | 122 | "yaml": "1.10.0"
|
123 | 123 | },
|
124 | 124 | "scripts": {
|
|
141 | 141 | "parse-dashboard": "./bin/parse-dashboard"
|
142 | 142 | },
|
143 | 143 | "engines": {
|
144 |
| - "node": ">=12.0.0 <16.0.0" |
| 144 | + "node": ">=12.0.0" |
145 | 145 | },
|
146 | 146 | "main": "Parse-Dashboard/app.js",
|
147 | 147 | "jest": {
|
|
0 commit comments