|
2 | 2 | "name": "mob-timer", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "dependencies": { |
5 | | - "@babel/core": "^7.0.0-beta.44", |
6 | | - "@babel/preset-env": "^7.0.0-beta.44", |
7 | | - "@babel/preset-react": "^7.0.0-beta.44", |
8 | | - "autoprefixer": "8.2.0", |
| 5 | + "@babel/core": "^7.0.0-beta.46", |
| 6 | + "@babel/preset-env": "^7.0.0-beta.46", |
| 7 | + "@babel/preset-react": "^7.0.0-beta.46", |
| 8 | + "autoprefixer": "8.4.1", |
9 | 9 | "babel-jest": "^22.4.3", |
10 | 10 | "babel-loader": "^8.0.0-beta.2", |
11 | 11 | "case-sensitive-paths-webpack-plugin": "2.1.2", |
12 | | - "chalk": "^2.3.2", |
| 12 | + "chalk": "^2.4.1", |
13 | 13 | "css-loader": "0.28.11", |
14 | 14 | "dotenv": "5.0.1", |
15 | 15 | "extract-text-webpack-plugin": "^4.0.0-beta.0", |
16 | 16 | "file-loader": "1.1.11", |
17 | 17 | "fork-ts-checker-webpack-plugin": "^0.4.1", |
18 | | - "fs-extra": "5.0.0", |
| 18 | + "fs-extra": "6.0.0", |
19 | 19 | "html-webpack-plugin": "^3.2.0", |
20 | 20 | "interpolate-html-plugin": "^3.0.0", |
21 | | - "jest": "22.1.4", |
22 | | - "node-sass": "^4.8.3", |
| 21 | + "jest": "22.4.3", |
| 22 | + "node-sass": "^4.9.0", |
23 | 23 | "normalize.css": "^8.0.0", |
24 | 24 | "object-assign": "4.1.1", |
25 | | - "postcss-flexbugs-fixes": "3.3.0", |
26 | | - "postcss-loader": "2.1.3", |
| 25 | + "postcss-flexbugs-fixes": "3.3.1", |
| 26 | + "postcss-loader": "2.1.4", |
27 | 27 | "promise": "8.0.1", |
28 | 28 | "raf": "3.4.0", |
29 | | - "react": "^16.3.1", |
| 29 | + "react": "^16.3.2", |
30 | 30 | "react-dev-utils": "^6.0.0-next.b2fd8db8", |
31 | 31 | "react-dnd": "^2.6.0", |
32 | 32 | "react-dnd-html5-backend": "^2.6.0", |
33 | | - "react-dom": "^16.3.1", |
| 33 | + "react-dom": "^16.3.2", |
34 | 34 | "react-keydown": "^1.9.7", |
35 | | - "react-md": "^1.2.13", |
| 35 | + "react-md": "^1.3.0", |
36 | 36 | "react-redux": "^5.0.7", |
37 | 37 | "redux": "^3.7.2", |
38 | 38 | "redux-observable": "^0.18.0", |
39 | 39 | "rxjs": "^5.5.10", |
40 | 40 | "sass-loader": "^7.0.1", |
41 | 41 | "source-map-loader": "^0.2.3", |
42 | | - "style-loader": "0.20.3", |
43 | | - "styled-components": "^3.2.5", |
| 42 | + "style-loader": "0.21.0", |
| 43 | + "styled-components": "^3.2.6", |
44 | 44 | "sw-precache-webpack-plugin": "0.11.5", |
45 | 45 | "ts-loader": "^4.2.0", |
46 | | - "uglifyjs-webpack-plugin": "^1.2.4", |
| 46 | + "uglifyjs-webpack-plugin": "^1.2.5", |
47 | 47 | "url-loader": "1.0.1", |
48 | | - "webpack": "4.5.0", |
49 | | - "webpack-manifest-plugin": "2.0.0" |
| 48 | + "webpack": "4.6.0", |
| 49 | + "webpack-manifest-plugin": "2.0.2" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | 52 | "@types/jest": "^22.2.3", |
53 | | - "@types/react": "16.3.10", |
| 53 | + "@types/react": "16.3.13", |
54 | 54 | "@types/react-dnd": "^2.0.36", |
55 | 55 | "@types/react-dnd-html5-backend": "^2.1.9", |
56 | 56 | "@types/react-dom": "^16.0.5", |
57 | | - "@types/react-redux": "^5.0.16", |
| 57 | + "@types/react-redux": "5.0.19", |
58 | 58 | "gh-pages": "^1.1.0", |
59 | 59 | "husky": "^1.0.0-rc.2", |
60 | | - "lint-staged": "^7.0.4", |
61 | | - "prettier": "^1.12.0", |
62 | | - "ts-jest": "22.4.2", |
63 | | - "tsconfig-paths-webpack-plugin": "^3.0.3", |
| 60 | + "lint-staged": "^7.0.5", |
| 61 | + "prettier": "^1.12.1", |
| 62 | + "ts-jest": "22.4.4", |
| 63 | + "tsconfig-paths-webpack-plugin": "^3.0.4", |
64 | 64 | "tslint": "^5.9.1", |
65 | | - "tslint-config-prettier": "^1.10.0", |
| 65 | + "tslint-config-prettier": "^1.12.0", |
66 | 66 | "tslint-config-standard": "^7.0.0", |
67 | 67 | "tslint-react": "^3.5.1", |
68 | | - "typescript": "^2.8.1", |
69 | | - "webpack-dev-server": "3.1.3" |
| 68 | + "typescript": "^2.8.3", |
| 69 | + "webpack-dev-server": "3.1.4" |
70 | 70 | }, |
71 | 71 | "homepage": "https://beeequeue.github.io/mob-timer", |
72 | 72 | "husky": { |
|
0 commit comments