|
20 | 20 | "generate:examples": "node ./scripts/generate-component-examples && yarn lint --fix" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@babel/plugin-proposal-class-properties": "^7.2.3", |
| 23 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
24 | 24 | "@data-driven-forms/form-builder": "0.0.10-rc6", |
25 | 25 | "@data-driven-forms/mui-component-mapper": "*", |
26 | 26 | "@data-driven-forms/react-form-renderer": "*", |
27 | 27 | "@material-ui/core": "^4.11.0", |
28 | 28 | "@material-ui/icons": "^4.9.1", |
29 | 29 | "@material-ui/styles": "^4.10.0", |
30 | | - "@mdx-js/loader": "^1.4.5", |
31 | | - "@mdx-js/react": "^1.4.5", |
32 | | - "@next/bundle-analyzer": "^9.1.2", |
33 | | - "@next/mdx": "^9.3.3", |
34 | | - "@stackblitz/sdk": "^1.4.0", |
35 | | - "clsx": "^1.0.4", |
36 | | - "codesandbox": "2.1.14", |
| 30 | + "@mdx-js/loader": "^1.6.22", |
| 31 | + "@mdx-js/react": "^1.6.22", |
| 32 | + "@next/bundle-analyzer": "^10.0.5", |
| 33 | + "@next/mdx": "^10.0.5", |
| 34 | + "@stackblitz/sdk": "^1.5.2", |
| 35 | + "clsx": "^1.1.1", |
| 36 | + "codesandbox": "2.2.1", |
37 | 37 | "docsearch.js": "^2.6.3", |
38 | 38 | "firebase-admin": "^8.12.1", |
39 | 39 | "firebase-functions": "^3.6.1", |
40 | | - "markdown-to-jsx": "^6.10.3", |
41 | | - "next": "9.3.3", |
| 40 | + "markdown-to-jsx": "^7.1.1", |
| 41 | + "next": "10.0.5", |
42 | 42 | "next-offline": "^5.0.2", |
43 | | - "prism-react-renderer": "^1.1.0", |
44 | | - "prop-types": "^15.6.2", |
45 | | - "raw-loader": "^3.1.0", |
| 43 | + "prism-react-renderer": "^1.1.1", |
| 44 | + "prop-types": "^15.7.2", |
| 45 | + "raw-loader": "^4.0.2", |
46 | 46 | "react": "^16.13.1", |
47 | | - "react-copy-to-clipboard": "^5.0.1", |
| 47 | + "react-copy-to-clipboard": "^5.0.2", |
48 | 48 | "react-dom": "^16.13.1", |
49 | | - "react-github-buttons": "^0.4.0", |
50 | | - "react-sticky-box": "^0.8.0", |
51 | | - "terser-webpack-plugin": "^3.0.1" |
| 49 | + "react-github-buttons": "^0.5.0", |
| 50 | + "react-sticky-box": "^0.9.3", |
| 51 | + "terser-webpack-plugin": "^4.2.3" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@babel/cli": "^7.2.0", |
| 54 | + "@babel/cli": "^7.12.10", |
55 | 55 | "cpx": "^1.5.0", |
56 | | - "cross-env": "^5.2.0", |
| 56 | + "cross-env": "^7.0.3", |
57 | 57 | "firebase-functions-test": "^0.2.1", |
58 | 58 | "firebase-tools": "^7.7.10", |
59 | | - "rimraf": "^2.6.0" |
| 59 | + "rimraf": "^3.0.2" |
60 | 60 | } |
61 | 61 | } |
0 commit comments