|
70 | 70 | "url": "git+https://github.com/catarak/p5.js-web-editor.git"
|
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 |
| - "@babel/plugin-proposal-class-properties": "^7.13.0", |
74 |
| - "@babel/plugin-proposal-decorators": "^7.13.15", |
75 |
| - "@babel/plugin-proposal-do-expressions": "^7.12.13", |
76 |
| - "@babel/plugin-proposal-export-default-from": "^7.12.13", |
77 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", |
78 |
| - "@babel/plugin-proposal-function-bind": "^7.12.13", |
79 |
| - "@babel/plugin-proposal-function-sent": "^7.12.13", |
80 |
| - "@babel/plugin-proposal-json-strings": "^7.13.8", |
81 |
| - "@babel/plugin-proposal-logical-assignment-operators": "^7.13.8", |
82 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", |
83 |
| - "@babel/plugin-proposal-numeric-separator": "^7.12.13", |
84 |
| - "@babel/plugin-proposal-optional-chaining": "^7.13.12", |
85 |
| - "@babel/plugin-proposal-pipeline-operator": "^7.12.13", |
86 |
| - "@babel/plugin-proposal-throw-expressions": "^7.12.13", |
| 73 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 74 | + "@babel/plugin-proposal-decorators": "^7.8.3", |
| 75 | + "@babel/plugin-proposal-do-expressions": "^7.8.3", |
| 76 | + "@babel/plugin-proposal-export-default-from": "^7.8.3", |
| 77 | + "@babel/plugin-proposal-export-namespace-from": "^7.8.3", |
| 78 | + "@babel/plugin-proposal-function-bind": "^7.8.3", |
| 79 | + "@babel/plugin-proposal-function-sent": "^7.8.3", |
| 80 | + "@babel/plugin-proposal-json-strings": "^7.8.3", |
| 81 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.8.3", |
| 82 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", |
| 83 | + "@babel/plugin-proposal-numeric-separator": "^7.8.3", |
| 84 | + "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
| 85 | + "@babel/plugin-proposal-pipeline-operator": "^7.8.3", |
| 86 | + "@babel/plugin-proposal-throw-expressions": "^7.8.3", |
87 | 87 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
88 |
| - "@babel/plugin-syntax-import-meta": "^7.10.4", |
89 |
| - "@babel/plugin-transform-react-constant-elements": "^7.13.13", |
90 |
| - "@babel/plugin-transform-react-inline-elements": "^7.12.13", |
91 |
| - "@babel/preset-env": "^7.13.15", |
92 |
| - "@babel/preset-react": "^7.13.13", |
93 |
| - "@storybook/addon-actions": "^5.3.21", |
94 |
| - "@storybook/addon-docs": "^5.3.21", |
95 |
| - "@storybook/addon-knobs": "^5.3.21", |
96 |
| - "@storybook/addon-links": "^5.3.21", |
97 |
| - "@storybook/addons": "^5.3.21", |
98 |
| - "@storybook/react": "^5.3.21", |
| 88 | + "@babel/plugin-syntax-import-meta": "^7.8.3", |
| 89 | + "@babel/plugin-transform-react-constant-elements": "^7.8.3", |
| 90 | + "@babel/plugin-transform-react-inline-elements": "^7.8.3", |
| 91 | + "@babel/preset-env": "^7.8.4", |
| 92 | + "@babel/preset-react": "^7.8.3", |
| 93 | + "@storybook/addon-actions": "^5.3.6", |
| 94 | + "@storybook/addon-docs": "^5.3.6", |
| 95 | + "@storybook/addon-knobs": "^5.3.6", |
| 96 | + "@storybook/addon-links": "^5.3.6", |
| 97 | + "@storybook/addons": "^5.3.6", |
| 98 | + "@storybook/react": "^5.3.6", |
99 | 99 | "@svgr/webpack": "^5.5.0",
|
100 |
| - "@testing-library/jest-dom": "^5.12.0", |
101 |
| - "@testing-library/react": "^10.4.9", |
| 100 | + "@testing-library/jest-dom": "^5.10.1", |
| 101 | + "@testing-library/react": "^10.2.1", |
102 | 102 | "babel-core": "^7.0.0-bridge.0",
|
103 | 103 | "babel-eslint": "^9.0.0",
|
104 | 104 | "babel-loader": "^8.2.1",
|
|
107 | 107 | "eslint": "^7.18.0",
|
108 | 108 | "eslint-config-airbnb": "^16.1.0",
|
109 | 109 | "eslint-config-prettier": "^7.0.0",
|
110 |
| - "eslint-plugin-import": "^2.22.1", |
111 |
| - "eslint-plugin-jsx-a11y": "^6.4.1", |
| 110 | + "eslint-plugin-import": "^2.20.2", |
| 111 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
112 | 112 | "eslint-plugin-prettier": "^3.3.0",
|
113 |
| - "eslint-plugin-react": "^7.23.2", |
| 113 | + "eslint-plugin-react": "^7.18.3", |
114 | 114 | "file-loader": "^6.2.0",
|
115 |
| - "husky": "^4.3.8", |
116 |
| - "jest": "^26.6.3", |
117 |
| - "lint-staged": "^10.5.4", |
| 115 | + "husky": "^4.2.5", |
| 116 | + "jest": "^26.0.1", |
| 117 | + "lint-staged": "^10.1.3", |
118 | 118 | "mini-css-extract-plugin": "^1.3.4",
|
119 | 119 | "msw": "^0.28.1",
|
120 | 120 | "node-sass": "^5.0.0",
|
|
128 | 128 | "redux-mock-store": "^1.5.4",
|
129 | 129 | "rimraf": "^2.7.1",
|
130 | 130 | "sass-loader": "^10.1.1",
|
131 |
| - "storybook-addon-theme-playground": "^1.3.4", |
| 131 | + "storybook-addon-theme-playground": "^1.2.0", |
132 | 132 | "style-loader": "^2.0.0",
|
133 | 133 | "terser-webpack-plugin": "^4.2.3",
|
134 | 134 | "webpack-cli": "^4.4.0",
|
|
141 | 141 | },
|
142 | 142 | "dependencies": {
|
143 | 143 | "@auth0/s3": "^1.0.0",
|
144 |
| - "@babel/core": "^7.13.16", |
145 |
| - "@babel/polyfill": "^7.12.1", |
146 |
| - "@babel/register": "^7.13.16", |
| 144 | + "@babel/core": "^7.8.4", |
| 145 | + "@babel/polyfill": "^7.8.3", |
| 146 | + "@babel/register": "^7.8.3", |
147 | 147 | "@emmetio/codemirror-plugin": "^1.2.1",
|
148 | 148 | "archiver": "^1.1.0",
|
149 | 149 | "async": "^2.6.3",
|
150 | 150 | "axios": "^0.21.1",
|
151 |
| - "babel-plugin-styled-components": "^1.12.0", |
| 151 | + "babel-plugin-styled-components": "^1.10.6", |
152 | 152 | "bcrypt-nodejs": "0.0.3",
|
153 | 153 | "blob-util": "^1.2.1",
|
154 | 154 | "body-parser": "^1.18.3",
|
155 |
| - "bson-objectid": "^1.3.1", |
156 |
| - "classnames": "^2.3.1", |
| 155 | + "bson-objectid": "^1.3.0", |
| 156 | + "classnames": "^2.2.6", |
157 | 157 | "clipboard": "^1.7.1",
|
158 |
| - "codemirror": "^5.61.0", |
| 158 | + "codemirror": "^5.58.2", |
159 | 159 | "connect-mongo": "^1.3.2",
|
160 | 160 | "console-feed": "^2.8.11",
|
161 |
| - "cookie-parser": "^1.4.5", |
| 161 | + "cookie-parser": "^1.4.3", |
162 | 162 | "copy-webpack-plugin": "^6.4.1",
|
163 | 163 | "cors": "^2.8.5",
|
164 | 164 | "cross-env": "^5.2.1",
|
165 | 165 | "csslint": "^1.0.5",
|
166 |
| - "date-fns": "^2.21.1", |
| 166 | + "date-fns": "^2.16.1", |
167 | 167 | "decomment": "^0.8.7",
|
168 | 168 | "dotenv": "^2.0.0",
|
169 | 169 | "dropzone": "^4.3.0",
|
170 | 170 | "escape-string-regexp": "^1.0.5",
|
171 | 171 | "eslint-webpack-plugin": "^2.4.3",
|
172 | 172 | "express": "^4.17.1",
|
173 | 173 | "express-basic-auth": "^1.2.0",
|
174 |
| - "express-session": "^1.17.1", |
| 174 | + "express-session": "^1.17.0", |
175 | 175 | "final-form": "^4.20.1",
|
176 | 176 | "friendly-words": "^1.1.10",
|
177 | 177 | "htmlhint": "^0.10.1",
|
178 |
| - "i18next": "^19.9.2", |
179 |
| - "i18next-http-backend": "^1.2.1", |
| 178 | + "i18next": "^19.4.5", |
| 179 | + "i18next-http-backend": "^1.0.21", |
180 | 180 | "is-url": "^1.2.4",
|
181 | 181 | "jest-express": "^1.11.0",
|
182 | 182 | "jsdom": "^9.8.3",
|
|
200 | 200 | "primer-tooltips": "^1.5.11",
|
201 | 201 | "prop-types": "^15.6.2",
|
202 | 202 | "q": "^1.4.1",
|
203 |
| - "query-string": "^6.14.1", |
| 203 | + "query-string": "^6.13.2", |
204 | 204 | "raw-loader": "^4.0.2",
|
205 |
| - "react": "^16.14.0", |
206 |
| - "react-dom": "^16.14.0", |
| 205 | + "react": "^16.12.0", |
| 206 | + "react-dom": "^16.12.0", |
207 | 207 | "react-final-form": "^6.5.2",
|
208 | 208 | "react-helmet": "^5.1.3",
|
209 |
| - "react-hot-loader": "^4.13.0", |
210 |
| - "react-i18next": "^11.8.13", |
211 |
| - "react-redux": "^7.2.4", |
212 |
| - "react-responsive": "^8.2.0", |
213 |
| - "react-router": "^3.2.6", |
214 |
| - "react-split-pane": "^0.1.92", |
| 209 | + "react-hot-loader": "^4.12.19", |
| 210 | + "react-i18next": "^11.5.0", |
| 211 | + "react-redux": "^7.2.0", |
| 212 | + "react-responsive": "^8.1.0", |
| 213 | + "react-router": "^3.2.5", |
| 214 | + "react-split-pane": "^0.1.89", |
215 | 215 | "react-tabs": "^2.3.1",
|
216 | 216 | "redux": "^3.7.2",
|
217 | 217 | "redux-auth-wrapper": "^2.1.0",
|
218 |
| - "redux-devtools": "^3.7.0", |
219 |
| - "redux-devtools-dock-monitor": "^1.2.0", |
| 218 | + "redux-devtools": "^3.4.2", |
| 219 | + "redux-devtools-dock-monitor": "^1.1.3", |
220 | 220 | "redux-devtools-log-monitor": "^1.4.0",
|
221 | 221 | "redux-thunk": "^2.3.0",
|
222 | 222 | "reselect": "^4.0.0",
|
223 | 223 | "s3-policy-v4": "0.0.3",
|
224 | 224 | "sass-extract": "^2.1.0",
|
225 | 225 | "sass-extract-js": "^0.4.0",
|
226 | 226 | "sass-extract-loader": "^1.1.0",
|
227 |
| - "shortid": "^2.2.16", |
| 227 | + "shortid": "^2.2.15", |
228 | 228 | "sinon": "^7.5.0",
|
229 | 229 | "sinon-mongoose": "^2.3.0",
|
230 | 230 | "slugify": "^1.3.6",
|
|
235 | 235 | "webpack": "^4.46.0",
|
236 | 236 | "webpack-dev-middleware": "^4.1.0",
|
237 | 237 | "webpack-hot-middleware": "^2.25.0",
|
238 |
| - "xhr": "^2.6.0" |
| 238 | + "xhr": "^2.5.0" |
239 | 239 | }
|
240 | 240 | }
|
0 commit comments