Skip to content

Commit 3a72c84

Browse files
committed
Build(yarn): update dependencies
1 parent 35845c1 commit 3a72c84

File tree

2 files changed

+299
-206
lines changed

2 files changed

+299
-206
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tslint": "tslint -t codeFrame -c tslint.json \"**/*.tsx\" \"**/*.d.ts\"",
2222
"stylelint": "stylelint \"**/*.css **/*.sass **/*.scss\"",
2323
"lint": "yarn eslint && yarn tslint && yarn stylelint",
24-
"test": "jest --no-cache --coverage",
24+
"test": "jest --runInBand --coverage",
2525
"coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
2626
"deploy": "heroku container:push web"
2727
},
@@ -33,8 +33,8 @@
3333
}
3434
},
3535
"dependencies": {
36-
"@babel/cli": "^7.1.0",
37-
"@babel/core": "^7.1.0",
36+
"@babel/cli": "^7.1.2",
37+
"@babel/core": "^7.1.2",
3838
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
3939
"@babel/preset-env": "^7.1.0",
4040
"@babel/preset-react": "^7.0.0",
@@ -56,13 +56,13 @@
5656
"add-asset-html-webpack-plugin": "^3.0.1",
5757
"awesome-typescript-loader": "^5.2.1",
5858
"axios": "^0.18.0",
59-
"babel-loader": "^8.0.3",
59+
"babel-loader": "^8.0.4",
6060
"babel-plugin-prismjs": "^1.0.2",
6161
"body-parser": "^1.18.3",
6262
"colors": "^1.3.2",
6363
"compression": "^1.7.3",
6464
"concurrently": "^4.0.1",
65-
"connect-redis": "^3.3.3",
65+
"connect-redis": "^3.4.0",
6666
"connected-react-router": "^4.5.0",
6767
"cookie-parser": "^1.4.3",
6868
"copy-webpack-plugin": "^4.5.2",
@@ -88,18 +88,18 @@
8888
"node-sass": "^4.9.3",
8989
"nodemon": "^1.18.4",
9090
"offline-plugin": "^5.0.5",
91-
"pg": "^7.4.3",
92-
"postcss": "^7.0.4",
91+
"pg": "^7.5.0",
92+
"postcss": "^7.0.5",
9393
"postcss-import": "^12.0.0",
9494
"postcss-loader": "^3.0.0",
95-
"postcss-preset-env": "^6.0.7",
95+
"postcss-preset-env": "^6.0.10",
9696
"prismjs": "^1.15.0",
9797
"progress-bar-webpack-plugin": "^1.11.0",
9898
"react": "^16.5.2",
99-
"react-content-loader": "^3.1.2",
99+
"react-content-loader": "^3.2.0",
100100
"react-dom": "^16.5.2",
101101
"react-hot-loader": "^4.3.11",
102-
"react-i18next": "^7.13.0",
102+
"react-i18next": "^8.0.6",
103103
"react-loadable": "^5.5.0",
104104
"react-redux": "^5.0.7",
105105
"react-router": "^4.3.1",
@@ -116,33 +116,33 @@
116116
"uuid": "^3.3.2",
117117
"webpack": "^4.20.2",
118118
"webpack-bundle-analyzer": "^3.0.2",
119-
"webpack-cli": "^3.1.1",
119+
"webpack-cli": "^3.1.2",
120120
"webpack-merge": "^4.1.4",
121121
"webpack-pwa-manifest": "^3.7.1"
122122
},
123123
"devDependencies": {
124124
"@babel/node": "^7.0.0",
125-
"@types/jest": "^23.3.2",
126-
"@types/react-test-renderer": "^16.0.2",
125+
"@types/jest": "^23.3.3",
126+
"@types/react-test-renderer": "^16.0.3",
127127
"babel-core": "^7.0.0-bridge.0",
128128
"case-sensitive-paths-webpack-plugin": "^2.1.2",
129129
"commitlint": "^7.1.2",
130130
"commitlint-config-armour": "^1.2.1",
131131
"coveralls": "^3.0.2",
132132
"dotenv": "^6.0.0",
133-
"eslint": "^5.6.0",
133+
"eslint": "^5.6.1",
134134
"eslint-config-airbnb": "^17.1.0",
135135
"eslint-import-resolver-webpack": "^0.10.1",
136136
"eslint-plugin-import": "^2.14.0",
137137
"eslint-plugin-jsx-a11y": "^6.1.1",
138138
"eslint-plugin-react": "^7.11.1",
139-
"husky": "1.0.1",
139+
"husky": "1.1.0",
140140
"identity-obj-proxy": "^3.0.0",
141141
"jest": "^23.6.0",
142142
"react-test-renderer": "^16.5.2",
143143
"stylelint": "^9.6.0",
144144
"stylelint-config-standard": "^18.2.0",
145-
"ts-jest": "^23.10.2",
145+
"ts-jest": "^23.10.3",
146146
"tslint": "^5.11.0",
147147
"tslint-react": "^3.6.0",
148148
"webpack-dev-server": "^3.1.9"

0 commit comments

Comments
 (0)