|
18 | 18 | "next-compose-plugins":"^2.2.0",
|
19 | 19 | "next-offline":"^4.0.2",
|
20 | 20 | "next-progressbar":"^1.0.0",
|
21 |
| -"@next/bundle-analyzer":"^8.1.0", |
| 21 | +"@next/bundle-analyzer":"^9.0.0", |
22 | 22 | "accepts":"^1.3.4",
|
23 | 23 | "acorn":"^6.1.1",
|
24 | 24 | "antd":"3.8.4",
|
|
51 | 51 | "lru-cache":"^4.1.3",
|
52 | 52 | "mastani-codehighlight":"0.0.7",
|
53 | 53 | "mobx":"4.9.3",
|
54 |
| -"mobx-react":"5.4.3", |
| 54 | +"mobx-react":"6.0.4", |
55 | 55 | "mobx-react-lite":"^1.2.0",
|
56 | 56 | "mobx-state-tree":"3.10.1",
|
57 | 57 | "module-alias":"^2.0.1",
|
|
95 | 95 | "uuid":"3.3.2"
|
96 | 96 | },
|
97 | 97 | "devDependencies": {
|
98 |
| -"@babel/core":"7.2.2", |
99 |
| -"@babel/plugin-proposal-decorators":"^7.1.0", |
| 98 | +"@babel/core":"7.5.5", |
| 99 | +"@babel/plugin-proposal-decorators":"^7.4.4", |
100 | 100 | "babel-jest":"^23.6.0",
|
101 | 101 | "babel-plugin-add-react-displayname":"^0.0.5",
|
102 | 102 | "babel-plugin-import":"1.9.1",
|
103 | 103 | "babel-plugin-inline-dotenv":"^1.1.2",
|
104 | 104 | "babel-plugin-module-resolver":"^3.1.2",
|
105 | 105 | "babel-plugin-ramda":"2.0.0",
|
106 |
| -"babel-plugin-react-intl":"2.4.0", |
107 |
| -"babel-plugin-styled-components":"1.8.0", |
| 106 | +"babel-plugin-react-intl":"4.1.2", |
| 107 | +"babel-plugin-styled-components":"1.10.3", |
108 | 108 | "babel-plugin-transform-inline-environment-variables":"^0.4.3",
|
109 | 109 | "regenerator-runtime":"^0.13.1",
|
110 | 110 | "cross-env":"^5.0.5",
|
|