|
25 | 25 | "extends":"react-app"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| -"@alifd/next":"^1.20.10", |
| 28 | +"@alifd/next":"^1.20.12", |
29 | 29 | "@alifd/theme-4":"^0.3.1",
|
30 | 30 | "@emotion/babel-preset-css-prop":"^10.0.27",
|
31 | 31 | "@emotion/core":"^10.0.28",
|
32 |
| -"@sentry/browser":"^5.16.1", |
| 32 | +"@sentry/browser":"^5.17.0", |
33 | 33 | "js-yaml":"^3.14.0",
|
34 | 34 | "markdown-it":"^11.0.0",
|
35 | 35 | "markdown-it-emoji":"^1.4.0",
|
|
42 | 42 | "xstate":"^4.10.0"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| -"@babel/core":"^7.9.0", |
| 45 | +"@babel/core":"^7.10.2", |
46 | 46 | "@storybook/addon-actions":"^5.3.19",
|
47 | 47 | "@storybook/addon-knobs":"^5.3.19",
|
48 | 48 | "@storybook/addon-links":"^5.3.19",
|
49 | 49 | "@storybook/addons":"^5.3.19",
|
| 50 | +"@storybook/preset-create-react-app":"^3.1.0", |
50 | 51 | "@storybook/react":"^5.3.19",
|
51 | 52 | "@types/graphql":"^14.5.0",
|
52 | 53 | "@types/highlight.js":"^9.12.4",
|
53 |
| -"@types/jest":"^25.2.3", |
| 54 | +"@types/jest":"^26.0.0", |
54 | 55 | "@types/js-yaml":"^3.12.4",
|
55 | 56 | "@types/markdown-it":"^10.0.1",
|
56 |
| -"@types/node":"^14.0.11", |
| 57 | +"@types/node":"^14.0.13", |
57 | 58 | "@types/prismjs":"^1.16.1",
|
58 |
| -"@types/react":"^16.9.35", |
| 59 | +"@types/react":"^16.9.36", |
59 | 60 | "@types/react-addons-css-transition-group":"^15.0.5",
|
60 | 61 | "@types/react-dom":"^16.9.8",
|
61 |
| -"@typescript-eslint/eslint-plugin":"^2.34.0", |
62 |
| -"@typescript-eslint/parser":"^2.34.0", |
| 62 | +"@typescript-eslint/eslint-plugin":"^3.3.0", |
| 63 | +"@typescript-eslint/parser":"^3.3.0", |
63 | 64 | "babel-loader":"8.1.0",
|
64 | 65 | "babel-plugin-import":"^1.13.0",
|
65 |
| -"customize-cra":"^0.9.1", |
66 |
| -"eslint":"^6.8.0", |
| 66 | +"customize-cra":"^1.0.0", |
| 67 | +"eslint":"^7.2.0", |
67 | 68 | "eslint-config-prettier":"^6.11.0",
|
68 |
| -"eslint-plugin-prettier":"^3.1.3", |
| 69 | +"eslint-plugin-prettier":"^3.1.4", |
69 | 70 | "mini-css-extract-plugin":"^0.9.0",
|
70 | 71 | "node-sass":"^4.14.1",
|
71 | 72 | "prettier":"^2.0.5",
|
|