|
21 | 21 | "tslint": "tslint -t codeFrame -c tslint.json \"**/*.tsx\" \"**/*.d.ts\"", |
22 | 22 | "stylelint": "stylelint \"**/*.css **/*.sass **/*.scss\"", |
23 | 23 | "lint": "yarn eslint && yarn tslint && yarn stylelint", |
24 | | - "test": "jest --no-cache --coverage", |
| 24 | + "test": "jest --runInBand --coverage", |
25 | 25 | "coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", |
26 | 26 | "deploy": "heroku container:push web" |
27 | 27 | }, |
|
33 | 33 | } |
34 | 34 | }, |
35 | 35 | "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", |
38 | 38 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
39 | 39 | "@babel/preset-env": "^7.1.0", |
40 | 40 | "@babel/preset-react": "^7.0.0", |
|
56 | 56 | "add-asset-html-webpack-plugin": "^3.0.1", |
57 | 57 | "awesome-typescript-loader": "^5.2.1", |
58 | 58 | "axios": "^0.18.0", |
59 | | - "babel-loader": "^8.0.3", |
| 59 | + "babel-loader": "^8.0.4", |
60 | 60 | "babel-plugin-prismjs": "^1.0.2", |
61 | 61 | "body-parser": "^1.18.3", |
62 | 62 | "colors": "^1.3.2", |
63 | 63 | "compression": "^1.7.3", |
64 | 64 | "concurrently": "^4.0.1", |
65 | | - "connect-redis": "^3.3.3", |
| 65 | + "connect-redis": "^3.4.0", |
66 | 66 | "connected-react-router": "^4.5.0", |
67 | 67 | "cookie-parser": "^1.4.3", |
68 | 68 | "copy-webpack-plugin": "^4.5.2", |
|
88 | 88 | "node-sass": "^4.9.3", |
89 | 89 | "nodemon": "^1.18.4", |
90 | 90 | "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", |
93 | 93 | "postcss-import": "^12.0.0", |
94 | 94 | "postcss-loader": "^3.0.0", |
95 | | - "postcss-preset-env": "^6.0.7", |
| 95 | + "postcss-preset-env": "^6.0.10", |
96 | 96 | "prismjs": "^1.15.0", |
97 | 97 | "progress-bar-webpack-plugin": "^1.11.0", |
98 | 98 | "react": "^16.5.2", |
99 | | - "react-content-loader": "^3.1.2", |
| 99 | + "react-content-loader": "^3.2.0", |
100 | 100 | "react-dom": "^16.5.2", |
101 | 101 | "react-hot-loader": "^4.3.11", |
102 | | - "react-i18next": "^7.13.0", |
| 102 | + "react-i18next": "^8.0.6", |
103 | 103 | "react-loadable": "^5.5.0", |
104 | 104 | "react-redux": "^5.0.7", |
105 | 105 | "react-router": "^4.3.1", |
|
116 | 116 | "uuid": "^3.3.2", |
117 | 117 | "webpack": "^4.20.2", |
118 | 118 | "webpack-bundle-analyzer": "^3.0.2", |
119 | | - "webpack-cli": "^3.1.1", |
| 119 | + "webpack-cli": "^3.1.2", |
120 | 120 | "webpack-merge": "^4.1.4", |
121 | 121 | "webpack-pwa-manifest": "^3.7.1" |
122 | 122 | }, |
123 | 123 | "devDependencies": { |
124 | 124 | "@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", |
127 | 127 | "babel-core": "^7.0.0-bridge.0", |
128 | 128 | "case-sensitive-paths-webpack-plugin": "^2.1.2", |
129 | 129 | "commitlint": "^7.1.2", |
130 | 130 | "commitlint-config-armour": "^1.2.1", |
131 | 131 | "coveralls": "^3.0.2", |
132 | 132 | "dotenv": "^6.0.0", |
133 | | - "eslint": "^5.6.0", |
| 133 | + "eslint": "^5.6.1", |
134 | 134 | "eslint-config-airbnb": "^17.1.0", |
135 | 135 | "eslint-import-resolver-webpack": "^0.10.1", |
136 | 136 | "eslint-plugin-import": "^2.14.0", |
137 | 137 | "eslint-plugin-jsx-a11y": "^6.1.1", |
138 | 138 | "eslint-plugin-react": "^7.11.1", |
139 | | - "husky": "1.0.1", |
| 139 | + "husky": "1.1.0", |
140 | 140 | "identity-obj-proxy": "^3.0.0", |
141 | 141 | "jest": "^23.6.0", |
142 | 142 | "react-test-renderer": "^16.5.2", |
143 | 143 | "stylelint": "^9.6.0", |
144 | 144 | "stylelint-config-standard": "^18.2.0", |
145 | | - "ts-jest": "^23.10.2", |
| 145 | + "ts-jest": "^23.10.3", |
146 | 146 | "tslint": "^5.11.0", |
147 | 147 | "tslint-react": "^3.6.0", |
148 | 148 | "webpack-dev-server": "^3.1.9" |
|
0 commit comments