|
1 | 1 | { |
2 | 2 | "name": "@brainhubeu/gatsby-docs-kit-start", |
3 | 3 | "description": "Gatsby-Docs-Kit starter repository", |
4 | | - "version": "0.0.50", |
| 4 | + "version": "0.0.51", |
5 | 5 | "author": "Brainhub", |
6 | 6 | "license": "MIT", |
7 | 7 | "scripts": { |
|
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | 17 | "@brainhubeu/gatsby-docs-kit": "3.0.8", |
18 | | - "@brainhubeu/react-file-input": "^0.9.3", |
| 18 | + "@brainhubeu/react-file-input": "^0.9.7", |
19 | 19 | "gatsby": "2.20.29", |
20 | 20 | "gatsby-link": "2.3.0", |
21 | 21 | "lodash": "^4.17.15", |
22 | 22 | "react-fa": "^5.0.0" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@babel/plugin-proposal-class-properties": "^7.10.1", |
26 | | - "@babel/plugin-transform-react-constant-elements": "^7.10.1", |
27 | | - "@babel/polyfill": "^7.8.7", |
28 | | - "@babel/preset-env": "^7.10.2", |
29 | | - "@babel/preset-react": "^7.10.1", |
| 25 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 26 | + "@babel/plugin-transform-react-constant-elements": "^7.10.4", |
| 27 | + "@babel/polyfill": "^7.10.4", |
| 28 | + "@babel/preset-env": "^7.10.4", |
| 29 | + "@babel/preset-react": "^7.10.4", |
30 | 30 | "@babel/preset-stage-1": "^7.8.3", |
31 | | - "@babel/register": "^7.10.1", |
| 31 | + "@babel/register": "^7.10.4", |
32 | 32 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
33 | 33 | "eslint": "^6.8.0", |
34 | 34 | "eslint-config-brainhub": "^1.13.0", |
|
38 | 38 | "react-dom": "^16.13.1" |
39 | 39 | }, |
40 | 40 | "peerDependencies": { |
41 | | - "@babel/core": "^7.10.2" |
| 41 | + "@babel/core": "^7.10.4" |
42 | 42 | } |
43 | 43 | } |
0 commit comments