|
47 | 47 | "author": "codeBelt",
|
48 | 48 | "license": "MIT",
|
49 | 49 | "devDependencies": {
|
50 |
| - "@types/fs-extra": "4.0.1", |
51 |
| - "@types/hapi": "16.1.9", |
| 50 | + "@types/fs-extra": "4.0.2", |
| 51 | + "@types/hapi": "16.1.10", |
52 | 52 | "@types/inert": "4.2.3",
|
53 |
| - "@types/node": "8.0.26", |
| 53 | + "@types/node": "8.0.31", |
54 | 54 | "@types/node-notifier": "0.0.28",
|
55 |
| - "@types/react": "16.0.5", |
56 |
| - "@types/react-dom": "15.5.4", |
| 55 | + "@types/react": "16.0.7", |
| 56 | + "@types/react-dom": "15.5.5", |
57 | 57 | "@types/react-hot-loader": "3.0.4",
|
58 |
| - "@types/react-redux": "5.0.5", |
| 58 | + "@types/react-redux": "5.0.9", |
59 | 59 | "@types/react-router": "4.0.15",
|
60 |
| - "@types/react-router-dom": "4.0.7", |
61 |
| - "@types/redux-form": "7.0.3", |
| 60 | + "@types/react-router-dom": "4.0.8", |
| 61 | + "@types/redux-form": "7.0.5", |
62 | 62 | "@types/serialize-javascript": "1.3.1",
|
63 |
| - "@types/webpack": "3.0.10", |
64 |
| - "@types/webpack-env": "1.13.0", |
| 63 | + "@types/webpack": "3.0.12", |
| 64 | + "@types/webpack-env": "1.13.1", |
65 | 65 | "awesome-typescript-loader": "3.2.3",
|
66 | 66 | "babel-cli": "6.26.0",
|
67 | 67 | "babel-core": "6.26.0",
|
|
75 | 75 | "babel-preset-stage-2": "6.24.1",
|
76 | 76 | "babel-watch": "2.0.7",
|
77 | 77 | "concurrently": "3.5.0",
|
78 |
| - "copy-webpack-plugin": "4.0.1", |
| 78 | + "copy-webpack-plugin": "4.1.0", |
79 | 79 | "cross-env": "5.0.5",
|
80 |
| - "css-hot-loader": "1.3.0", |
| 80 | + "css-hot-loader": "1.3.1", |
81 | 81 | "css-loader": "0.28.7",
|
82 | 82 | "extract-text-webpack-plugin": "3.0.0",
|
83 | 83 | "html-webpack-harddisk-plugin": "0.1.0",
|
84 | 84 | "html-webpack-plugin": "2.30.1",
|
85 |
| - "nodemon": "1.11.0", |
| 85 | + "nodemon": "1.12.1", |
86 | 86 | "postcss-apply": "0.8.0",
|
87 | 87 | "postcss-cssnext": "3.0.2",
|
88 |
| - "postcss-import": "10.0.0", |
| 88 | + "postcss-import": "11.0.0", |
89 | 89 | "postcss-loader": "2.0.6",
|
90 |
| - "rimraf": "2.6.1", |
| 90 | + "rimraf": "2.6.2", |
91 | 91 | "robotstxt-webpack-plugin": "2.0.0",
|
92 | 92 | "style-loader": "0.18.2",
|
93 | 93 | "tslib": "1.7.1",
|
94 | 94 | "tslint": "5.7.0",
|
95 | 95 | "tslint-react": "3.2.0",
|
96 |
| - "typescript": "2.4.2", |
| 96 | + "typescript": "2.5.3", |
97 | 97 | "webpack-dev-middleware": "1.12.0",
|
98 |
| - "webpack-hot-middleware": "2.18.2", |
| 98 | + "webpack-hot-middleware": "2.19.1", |
99 | 99 | "webpack-simple-progress-plugin": "0.0.2"
|
100 | 100 | },
|
101 | 101 | "dependencies": {
|
102 | 102 | "babel-polyfill": "6.26.0",
|
103 | 103 | "bootstrap": "next",
|
104 | 104 | "fetch-everywhere": "1.0.5",
|
105 |
| - "fs-extra": "4.0.1", |
106 |
| - "hapi": "16.5.2", |
| 105 | + "fs-extra": "4.0.2", |
| 106 | + "hapi": "16.6.2", |
107 | 107 | "hapi-webpack-plugin": "2.0.0",
|
108 | 108 | "inert": "4.2.1",
|
109 | 109 | "node-notifier": "5.1.2",
|
110 |
| - "react": "15.6.1", |
| 110 | + "react": "16.0.0", |
111 | 111 | "react-async-bootstrapper": "1.1.1",
|
112 |
| - "react-async-component": "1.0.0-beta.3", |
113 |
| - "react-dom": "15.6.1", |
| 112 | + "react-async-component": "1.0.1", |
| 113 | + "react-dom": "16.0.0", |
114 | 114 | "react-hot-loader": "next",
|
115 | 115 | "react-redux": "5.0.6",
|
116 | 116 | "react-router": "4.2.0",
|
117 | 117 | "react-router-dom": "4.2.2",
|
118 | 118 | "redux": "3.7.2",
|
119 | 119 | "redux-devtools-extension": "2.13.2",
|
120 |
| - "redux-form": "7.0.3", |
| 120 | + "redux-form": "7.0.4", |
121 | 121 | "redux-saga": "0.15.6",
|
122 | 122 | "serialize-javascript": "1.4.0",
|
123 |
| - "webpack": "3.5.5" |
| 123 | + "webpack": "3.6.0" |
124 | 124 | }
|
125 | 125 | }
|
0 commit comments