Skip to content

Commit 7f66215

Browse files
committed
update package
1 parent 6e9bcc6 commit 7f66215

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -34,47 +34,47 @@
3434
"heroku-postbuild": "npm run build"
3535
},
3636
"dependencies": {
37-
"@loadable/component": "^5.12.0",
38-
"@loadable/server": "^5.12.0",
37+
"@loadable/component": "^5.13.1",
38+
"@loadable/server": "^5.13.1",
3939
"axios": "^0.19.2",
4040
"body-parser": "^1.19.0",
4141
"compression": "^1.7.4",
4242
"cookie-parser": "^1.4.5",
4343
"express": "^5.0.0-alpha.7",
44-
"helmet": "^3.22.0",
44+
"helmet": "^3.23.3",
4545
"hpp": "^0.2.3",
4646
"html-minifier": "^4.0.0",
4747
"morgan": "^1.10.0",
4848
"path-to-regexp": "^3.1.0",
49-
"preact": "^10.3.4",
50-
"query-string": "^6.11.1",
49+
"preact": "^10.4.5",
50+
"query-string": "^6.13.1",
5151
"react": "^16.13.1",
5252
"react-dom": "^16.13.1",
53-
"react-helmet-async": "^1.0.4",
53+
"react-helmet-async": "^1.0.6",
5454
"react-redux": "5.1.1",
5555
"react-router-config": "5.1.1",
56-
"react-router-dom": "^5.1.2",
56+
"react-router-dom": "^5.2.0",
5757
"redux": "^4.0.5",
5858
"redux-thunk": "^2.3.0",
59-
"serialize-javascript": "^3.0.0",
59+
"serialize-javascript": "^4.0.0",
6060
"serve-favicon": "^2.5.0",
61-
"styled-components": "^5.0.1",
62-
"styled-reset": "^4.1.2"
61+
"styled-components": "^5.1.1",
62+
"styled-reset": "^4.2.0"
6363
},
6464
"devDependencies": {
65-
"@babel/core": "^7.9.0",
66-
"@babel/plugin-transform-runtime": "^7.9.0",
67-
"@babel/polyfill": "^7.8.7",
68-
"@babel/preset-env": "^7.9.0",
69-
"@babel/preset-flow": "^7.9.0",
70-
"@babel/preset-react": "^7.9.4",
71-
"@babel/register": "^7.9.0",
72-
"@loadable/babel-plugin": "^5.12.0",
73-
"@loadable/webpack-plugin": "^5.12.0",
74-
"@storybook/addon-links": "^5.3.17",
75-
"@storybook/react": "^5.3.17",
65+
"@babel/core": "^7.10.4",
66+
"@babel/plugin-transform-runtime": "^7.10.4",
67+
"@babel/polyfill": "^7.10.4",
68+
"@babel/preset-env": "^7.10.4",
69+
"@babel/preset-flow": "^7.10.4",
70+
"@babel/preset-react": "^7.10.4",
71+
"@babel/register": "^7.10.4",
72+
"@loadable/babel-plugin": "^5.13.0",
73+
"@loadable/webpack-plugin": "^5.13.0",
74+
"@storybook/addon-links": "^5.3.19",
75+
"@storybook/react": "^5.3.19",
7676
"babel-eslint": "^10.1.0",
77-
"babel-jest": "^25.2.0",
77+
"babel-jest": "^26.1.0",
7878
"babel-loader": "^8.1.0",
7979
"babel-plugin-add-module-exports": "^1.0.2",
8080
"babel-plugin-module-resolver": "^4.0.0",
@@ -83,42 +83,42 @@
8383
"copy-webpack-plugin": "^5.1.1",
8484
"enzyme": "^3.11.0",
8585
"enzyme-adapter-react-16": "^1.15.2",
86-
"enzyme-to-json": "^3.4.4",
87-
"eslint": "^6.8.0",
88-
"eslint-config-airbnb": "^18.1.0",
89-
"eslint-config-prettier": "^6.10.1",
86+
"enzyme-to-json": "^3.5.0",
87+
"eslint": "^7.4.0",
88+
"eslint-config-airbnb": "^18.2.0",
89+
"eslint-config-prettier": "^6.11.0",
9090
"eslint-import-resolver-babel-module": "^5.1.2",
91-
"eslint-plugin-flowtype": "^4.7.0",
92-
"eslint-plugin-import": "^2.20.1",
93-
"eslint-plugin-jsx-a11y": "^6.2.3",
94-
"eslint-plugin-prettier": "^3.1.2",
95-
"eslint-plugin-react": "^7.19.0",
96-
"flow-bin": "^0.121.0",
91+
"eslint-plugin-flowtype": "^5.2.0",
92+
"eslint-plugin-import": "^2.22.0",
93+
"eslint-plugin-jsx-a11y": "^6.3.1",
94+
"eslint-plugin-prettier": "^3.1.4",
95+
"eslint-plugin-react": "^7.20.3",
96+
"flow-bin": "^0.128.0",
9797
"flow-typed": "^3.1.0",
9898
"friendly-errors-webpack-plugin": "^1.7.0",
99-
"jest": "^25.2.0",
100-
"jest-styled-components": "^7.0.0",
99+
"jest": "^26.1.0",
100+
"jest-styled-components": "^7.0.2",
101101
"json-loader": "^0.5.7",
102-
"nodemon": "^2.0.2",
103-
"prettier": "^2.0.2",
102+
"nodemon": "^2.0.4",
103+
"prettier": "^2.0.5",
104104
"raf": "^3.4.1",
105-
"react-hot-loader": "^4.12.20",
105+
"react-hot-loader": "^4.12.21",
106106
"redux-logger": "^3.0.6",
107-
"stylelint": "^13.2.1",
108-
"stylelint-config-prettier": "^8.0.1",
107+
"stylelint": "^13.6.1",
108+
"stylelint-config-prettier": "^8.0.2",
109109
"stylelint-config-standard": "^20.0.0",
110110
"stylelint-config-styled-components": "^0.1.1",
111111
"stylelint-processor-styled-components": "^1.10.0",
112-
"terser-webpack-plugin": "^2.3.5",
113-
"webpack": "^4.42.1",
114-
"webpack-bundle-analyzer": "^3.6.1",
115-
"webpack-cli": "^3.3.11",
112+
"terser-webpack-plugin": "^3.0.6",
113+
"webpack": "^4.43.0",
114+
"webpack-bundle-analyzer": "^3.8.0",
115+
"webpack-cli": "^3.3.12",
116116
"webpack-dev-middleware": "^3.7.2",
117117
"webpack-hot-middleware": "^2.25.0",
118118
"webpack-manifest-plugin": "^2.2.0",
119119
"webpack-node-externals": "^1.7.2",
120-
"workbox-sw": "^5.1.2",
121-
"workbox-webpack-plugin": "^5.1.2"
120+
"workbox-sw": "^5.1.3",
121+
"workbox-webpack-plugin": "^5.1.3"
122122
},
123123
"engines": {
124124
"node": "12.14.1",

0 commit comments

Comments
 (0)