|
34 | 34 | "heroku-postbuild": "npm run build"
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 |
| - "@babel/polyfill": "^7.4.4", |
| 37 | + "@babel/polyfill": "^7.6.0", |
| 38 | + "@loadable/babel-plugin": "^5.10.3", |
| 39 | + "@loadable/component": "^5.10.3", |
| 40 | + "@loadable/server": "^5.10.3", |
| 41 | + "@loadable/webpack-plugin": "^5.7.1", |
38 | 42 | "axios": "^0.19.0",
|
39 | 43 | "body-parser": "^1.19.0",
|
40 | 44 | "compression": "^1.7.4",
|
41 | 45 | "cookie-parser": "^1.4.4",
|
42 | 46 | "express": "^5.0.0-alpha.7",
|
43 |
| - "helmet": "^3.18.0", |
| 47 | + "helmet": "^3.21.1", |
44 | 48 | "hpp": "^0.2.2",
|
45 | 49 | "html-minifier": "^4.0.0",
|
46 | 50 | "jsonwebtoken": "^8.5.1",
|
47 |
| - "loadable-components": "^2.2.3", |
48 | 51 | "morgan": "^1.9.1",
|
49 | 52 | "nprogress": "^0.2.0",
|
50 |
| - "path-to-regexp": "^3.0.0", |
51 |
| - "react": "^16.8.6", |
| 53 | + "path-to-regexp": "^3.1.0", |
| 54 | + "react": "^16.10.1", |
52 | 55 | "react-cookie": "1.0.5",
|
53 |
| - "react-dom": "^16.8.6", |
54 |
| - "react-helmet": "^5.2.1", |
| 56 | + "react-dom": "^16.10.1", |
| 57 | + "react-helmet-async": "^1.0.3", |
55 | 58 | "react-redux": "5.1.1",
|
56 |
| - "react-router-config": "5.0.1", |
57 |
| - "react-router-dom": "^4.3.1", |
| 59 | + "react-router-config": "5.1.1", |
| 60 | + "react-router-dom": "^5.1.2", |
58 | 61 | "redux": "^4.0.4",
|
59 |
| - "redux-nprogress": "^1.0.2", |
60 | 62 | "redux-thunk": "^2.3.0",
|
61 |
| - "serialize-javascript": "^1.7.0", |
| 63 | + "serialize-javascript": "^2.1.0", |
62 | 64 | "serve-favicon": "^2.5.0",
|
63 |
| - "styled-components": "^4.3.2", |
64 |
| - "styled-reset": "^3.0.0" |
| 65 | + "styled-components": "^4.4.0", |
| 66 | + "styled-reset": "^4.0.1" |
65 | 67 | },
|
66 | 68 | "devDependencies": {
|
67 |
| - "@babel/core": "^7.5.4", |
68 |
| - "@babel/plugin-transform-runtime": "^7.5.0", |
69 |
| - "@babel/preset-env": "^7.5.4", |
| 69 | + "@babel/core": "^7.6.2", |
| 70 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 71 | + "@babel/preset-env": "^7.6.2", |
70 | 72 | "@babel/preset-flow": "^7.0.0",
|
71 | 73 | "@babel/preset-react": "^7.0.0",
|
72 |
| - "@babel/register": "^7.4.4", |
73 |
| - "@storybook/addon-links": "^5.1.9", |
74 |
| - "@storybook/react": "^5.1.9", |
75 |
| - "babel-eslint": "^10.0.2", |
76 |
| - "babel-jest": "^24.8.0", |
| 74 | + "@babel/register": "^7.6.2", |
| 75 | + "@storybook/addon-links": "^5.2.1", |
| 76 | + "@storybook/react": "^5.2.1", |
| 77 | + "babel-eslint": "^10.0.3", |
| 78 | + "babel-jest": "^24.9.0", |
77 | 79 | "babel-loader": "^8.0.6",
|
78 | 80 | "babel-plugin-add-module-exports": "^1.0.2",
|
79 | 81 | "babel-plugin-dynamic-import-node": "^2.3.0",
|
80 | 82 | "babel-plugin-module-resolver": "^3.2.0",
|
81 | 83 | "babel-plugin-styled-components": "^1.10.6",
|
82 | 84 | "clean-webpack-plugin": "1.0.1",
|
83 |
| - "copy-webpack-plugin": "^5.0.3", |
| 85 | + "copy-webpack-plugin": "^5.0.4", |
84 | 86 | "enzyme": "^3.10.0",
|
85 | 87 | "enzyme-adapter-react-16": "^1.14.0",
|
86 |
| - "enzyme-to-json": "^3.3.5", |
87 |
| - "eslint": "^6.0.1", |
88 |
| - "eslint-config-airbnb": "^17.1.1", |
89 |
| - "eslint-config-prettier": "^6.0.0", |
| 88 | + "enzyme-to-json": "^3.4.1", |
| 89 | + "eslint": "^6.5.1", |
| 90 | + "eslint-config-airbnb": "^18.0.1", |
| 91 | + "eslint-config-prettier": "^6.3.0", |
90 | 92 | "eslint-import-resolver-babel-module": "^5.1.0",
|
91 |
| - "eslint-plugin-flowtype": "^3.11.1", |
92 |
| - "eslint-plugin-import": "^2.18.0", |
| 93 | + "eslint-plugin-flowtype": "^4.3.0", |
| 94 | + "eslint-plugin-import": "^2.18.2", |
93 | 95 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
94 |
| - "eslint-plugin-prettier": "^3.1.0", |
95 |
| - "eslint-plugin-react": "^7.14.2", |
96 |
| - "flow-bin": "^0.102.0", |
97 |
| - "flow-typed": "^2.5.2", |
| 96 | + "eslint-plugin-prettier": "^3.1.1", |
| 97 | + "eslint-plugin-react": "^7.15.1", |
| 98 | + "flow-bin": "^0.109.0", |
| 99 | + "flow-typed": "^2.6.1", |
98 | 100 | "friendly-errors-webpack-plugin": "^1.7.0",
|
99 |
| - "jest": "^24.8.0", |
| 101 | + "jest": "^24.9.0", |
100 | 102 | "jest-styled-components": "^6.3.3",
|
101 | 103 | "json-loader": "^0.5.7",
|
102 |
| - "nodemon": "^1.19.1", |
| 104 | + "nodemon": "^1.19.3", |
103 | 105 | "prettier": "^1.18.2",
|
104 | 106 | "raf": "^3.4.1",
|
105 |
| - "react-hot-loader": "^4.12.6", |
| 107 | + "react-hot-loader": "^4.12.14", |
106 | 108 | "redux-logger": "^3.0.6",
|
107 | 109 | "string-replace-webpack-plugin": "^0.1.3",
|
108 |
| - "stylelint": "^10.1.0", |
109 |
| - "stylelint-config-prettier": "^5.2.0", |
110 |
| - "stylelint-config-standard": "^18.3.0", |
| 110 | + "stylelint": "^11.0.0", |
| 111 | + "stylelint-config-prettier": "^6.0.0", |
| 112 | + "stylelint-config-standard": "^19.0.0", |
111 | 113 | "stylelint-config-styled-components": "^0.1.1",
|
112 | 114 | "stylelint-processor-styled-components": "^1.8.0",
|
113 |
| - "uglifyjs-webpack-plugin": "^2.1.3", |
114 |
| - "webpack": "^4.35.3", |
115 |
| - "webpack-bundle-analyzer": "^3.3.2", |
116 |
| - "webpack-cli": "^3.3.5", |
117 |
| - "webpack-dev-middleware": "^3.7.0", |
| 115 | + "uglifyjs-webpack-plugin": "^2.2.0", |
| 116 | + "webpack": "^4.41.0", |
| 117 | + "webpack-bundle-analyzer": "^3.5.2", |
| 118 | + "webpack-cli": "^3.3.9", |
| 119 | + "webpack-dev-middleware": "^3.7.2", |
118 | 120 | "webpack-hot-middleware": "^2.25.0",
|
119 |
| - "webpack-manifest-plugin": "^2.0.4", |
| 121 | + "webpack-manifest-plugin": "^2.2.0", |
120 | 122 | "webpack-node-externals": "^1.7.2",
|
121 | 123 | "workbox-sw": "^4.3.1",
|
122 | 124 | "workbox-webpack-plugin": "^4.3.1"
|
|
0 commit comments