|
1 | 1 | {
|
2 | 2 | "name": "rdoc",
|
3 |
| - "version": "1.10.8", |
| 3 | + "version": "1.10.9", |
4 | 4 | "description": "Blazing-fast static site generator for React, Just write Markdown file.",
|
5 | 5 | "homepage": "https://react-doc.github.io",
|
6 | 6 | "bin": {
|
|
19 | 19 | },
|
20 | 20 | "keywords": [
|
21 | 21 | "rdoc",
|
| 22 | + "react", |
22 | 23 | "react-doc"
|
23 | 24 | ],
|
24 | 25 | "author": "Kenny Wang",
|
25 | 26 | "license": "MIT",
|
26 | 27 | "dependencies": {
|
| 28 | + "@babel/cli": "^7.2.3", |
| 29 | + "@babel/core": "^7.3.4", |
| 30 | + "@babel/plugin-proposal-class-properties": "^7.3.4", |
| 31 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 32 | + "@babel/plugin-syntax-object-rest-spread": "^7.2.0", |
| 33 | + "@babel/plugin-transform-async-to-generator": "^7.3.4", |
| 34 | + "@babel/plugin-transform-runtime": "^7.3.4", |
| 35 | + "@babel/polyfill": "^7.2.5", |
| 36 | + "@babel/preset-env": "^7.3.4", |
| 37 | + "@babel/preset-react": "^7.0.0", |
| 38 | + "@babel/runtime": "^7.3.4", |
27 | 39 | "@nuxtjs/friendly-errors-webpack-plugin": "2.0.2",
|
28 |
| - "babel-cli": "6.26.0", |
29 |
| - "babel-core": "6.26.0", |
30 |
| - "babel-eslint": "8.2.3", |
31 |
| - "babel-loader": "7.1.4", |
32 |
| - "babel-plugin-syntax-dynamic-import": "6.18.0", |
33 |
| - "babel-plugin-transform-async-to-generator": "6.24.1", |
34 |
| - "babel-plugin-transform-class-properties": "6.24.1", |
35 |
| - "babel-plugin-transform-object-rest-spread": "6.26.0", |
36 |
| - "babel-plugin-transform-runtime": "6.23.0", |
37 |
| - "babel-polyfill": "6.26.0", |
38 |
| - "babel-preset-env": "1.6.1", |
39 |
| - "babel-preset-react": "6.24.1", |
40 |
| - "classnames": "2.2.5", |
| 40 | + "babel-eslint": "^10.0.1", |
| 41 | + "babel-loader": "^8.0.5", |
| 42 | + "classnames": "^2.2.6", |
41 | 43 | "colors-cli": "1.0.13",
|
42 | 44 | "commander": "2.12.2",
|
43 | 45 | "copy-markdown-image-webpack-plugin": "2.0.0",
|
|
69 | 71 | "raw-content-replace-loader": "1.0.1",
|
70 | 72 | "raw-extend-loader": "1.0.5",
|
71 | 73 | "raw-tree-replace-loader": "1.1.0",
|
72 |
| - "react": "16.3.2", |
| 74 | + "react": "^16.8.4", |
73 | 75 | "react-document-title": "2.0.3",
|
74 |
| - "react-dom": "16.3.2", |
75 |
| - "react-dynamic-loadable": "1.0.8", |
| 76 | + "react-dom": "^16.8.4", |
| 77 | + "react-dynamic-loadable": "^1.1.2", |
76 | 78 | "react-hot-loader": "4.1.1",
|
77 | 79 | "react-markdown": "3.3.0",
|
78 | 80 | "react-router-dom": "4.2.2",
|
|
85 | 87 | "webpack": "4.10.2",
|
86 | 88 | "webpack-cli": "3.0.1",
|
87 | 89 | "webpack-dev-middleware": "3.1.3",
|
88 |
| - "webpack-dev-server": "3.1.4", |
| 90 | + "webpack-dev-server": "3.1.14", |
89 | 91 | "webpack-hot-dev-clients": "1.0.4",
|
90 | 92 | "webpackbar": "2.6.1",
|
91 | 93 | "write": "1.0.3"
|
92 | 94 | },
|
93 | 95 | "devDependencies": {
|
94 |
| - "release-it": "7.4.7" |
| 96 | + "release-it": "10.1.0" |
95 | 97 | }
|
96 | 98 | }
|
0 commit comments