Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit fee4fda

Browse files
committed
update modules
1 parent e6468c1 commit fee4fda

File tree

3 files changed

+384
-413
lines changed

3 files changed

+384
-413
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"connected-react-router": "5.0.1",
4141
"fetch-everywhere": "1.0.5",
4242
"form2js": "1.0.0",
43-
"hapi": "17.7.0",
43+
"hapi": "17.8.1",
4444
"hapi-webpack-plugin": "3.0.0",
4545
"history": "4.7.2",
4646
"inert": "5.1.2",
@@ -55,12 +55,12 @@
5555
"react-redux": "5.1.1",
5656
"react-router-dom": "4.3.1",
5757
"redux": "4.0.1",
58-
"redux-devtools-extension": "2.13.5",
58+
"redux-devtools-extension": "2.13.7",
5959
"redux-form": "7.4.2",
6060
"redux-saga": "0.16.2",
6161
"serialize-javascript": "1.5.0",
6262
"sjs-base-model": "1.5.1",
63-
"webpack": "4.25.1"
63+
"webpack": "4.26.1"
6464
},
6565
"devDependencies": {
6666
"@babel/cli": "7.1.5",
@@ -75,55 +75,55 @@
7575
"@babel/preset-typescript": "7.1.0",
7676
"@types/axios": "0.14.0",
7777
"@types/classnames": "2.2.6",
78-
"@types/hapi": "17.6.3",
78+
"@types/hapi": "17.8.0",
7979
"@types/inert": "5.1.2",
80-
"@types/jest": "23.3.9",
80+
"@types/jest": "23.3.10",
8181
"@types/module-alias": "2.0.0",
82-
"@types/node": "10.12.9",
82+
"@types/node": "10.12.11",
8383
"@types/node-notifier": "0.0.28",
8484
"@types/prop-types": "15.5.6",
85-
"@types/react": "16.4.18",
86-
"@types/react-dom": "16.0.9",
87-
"@types/react-redux": "6.0.9",
85+
"@types/react": "16.7.11",
86+
"@types/react-dom": "16.0.11",
87+
"@types/react-redux": "6.0.10",
8888
"@types/react-router-dom": "4.3.1",
8989
"@types/redux": "3.6.0",
9090
"@types/redux-form": "7.4.12",
9191
"@types/serialize-javascript": "1.5.0",
92-
"@types/webpack": "4.4.19",
92+
"@types/webpack": "4.4.20",
9393
"@types/webpack-env": "1.13.6",
9494
"autoprefixer": "9.3.1",
9595
"babel-loader": "8.0.4",
9696
"babel-plugin-transform-react-remove-prop-types": "0.4.20",
97-
"concurrently": "4.0.1",
97+
"concurrently": "4.1.0",
9898
"copy-webpack-plugin": "4.6.0",
9999
"cross-env": "5.2.0",
100100
"css-hot-loader": "1.4.2",
101101
"css-loader": "1.0.1",
102-
"fork-ts-checker-webpack-plugin": "0.4.15",
102+
"fork-ts-checker-webpack-plugin": "0.5.0",
103103
"html-webpack-harddisk-plugin": "1.0.1",
104104
"html-webpack-plugin": "3.2.0",
105-
"mini-css-extract-plugin": "0.4.4",
105+
"mini-css-extract-plugin": "0.4.5",
106106
"node-sass": "4.10.0",
107-
"nodemon": "1.18.6",
107+
"nodemon": "1.18.7",
108108
"postcss-loader": "3.0.0",
109109
"redux-freeze": "0.1.7",
110110
"rimraf": "2.6.2",
111111
"robotstxt-webpack-plugin": "4.0.1",
112112
"sass-loader": "7.1.0",
113113
"source-map-explorer": "1.6.0",
114-
"stylelint": "9.8.0",
114+
"stylelint": "9.9.0",
115115
"stylelint-config-standard": "18.2.0",
116-
"stylelint-order": "1.0.0",
116+
"stylelint-order": "2.0.0",
117117
"tslib": "1.9.3",
118118
"tslint": "5.11.0",
119119
"tslint-react": "3.6.0",
120-
"typescript": "3.1.6",
120+
"typescript": "3.2.1",
121121
"webpack-cli": "3.1.2",
122122
"webpack-dev-server": "3.1.10",
123123
"webpack-env": "0.8.0",
124124
"webpack-hot-middleware": "2.24.3",
125125
"webpack-simple-progress-plugin": "0.0.4",
126-
"write-file-webpack-plugin": "4.4.1"
126+
"write-file-webpack-plugin": "4.5.0"
127127
},
128128
"repository": {
129129
"type": "git",

src/utilities/ProviderUtility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class ProviderUtility {
2222
sagaMiddleware,
2323
].filter(Boolean);
2424

25-
const store: ISagaStore = createStore(
25+
const store: any = createStore(
2626
rootReducer(history),
2727
initialState,
2828
composeWithDevTools(

0 commit comments

Comments
 (0)