This repository was archived by the owner on Jul 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"dependencies" : {
15
- "@curiostack/base-web" : " 0.0.44 " ,
15
+ "@curiostack/base-web" : " 0.0.48 " ,
16
16
"@curiostack/cafemap-api" : " 1.0.0" ,
17
17
"@material-ui/core" : " 4.2.1" ,
18
18
"@material-ui/icons" : " 4.2.1" ,
Original file line number Diff line number Diff line change 49
49
"@storybook/addon-options" : " 5.1.9" ,
50
50
"@storybook/addon-viewport" : " 5.1.9" ,
51
51
"@storybook/react" : " 5.1.9" ,
52
+ "@types/enzyme" : " 3.10.3" ,
52
53
"@types/history" : " 4.7.2" ,
53
54
"@types/intl" : " 1.2.0" ,
54
55
"@types/jest" : " 24.0.15" ,
137
138
"devDependencies" : {
138
139
"@types/compression-webpack-plugin" : " 2.0.1" ,
139
140
"@types/copy-webpack-plugin" : " 5.0.0" ,
140
- "@types/enzyme" : " 3.10.3" ,
141
141
"@types/enzyme-adapter-react-16" : " 1.0.5" ,
142
142
"@types/eslint" : " 4.16.6" ,
143
143
"@types/fontfaceobserver" : " 0.0.6" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ import { InjectableStore } from './store';
33
33
export interface RouterStateRecord extends Record < RouterState > , RouterState { }
34
34
35
35
export const routeInitialState : RouterStateRecord = Record < RouterState > ( {
36
- location : createLocation ( '' ) ,
36
+ location : createLocation (
37
+ typeof window !== 'undefined' ? window . location : '' ,
38
+ ) ,
37
39
action : 'POP' ,
38
40
} ) ( ) ;
39
41
Original file line number Diff line number Diff line change 17
17
}
18
18
},
19
19
"dependencies" : {
20
- "@curiostack/base-web" : " 0.0.44 " ,
20
+ "@curiostack/base-web" : " 0.0.48 " ,
21
21
"@curiostack/eggworld-api" : " 1.0.0" ,
22
22
"howler" : " 2.1.2" ,
23
23
"konva" : " 3.3.2" ,
Original file line number Diff line number Diff line change 16
16
"@babel/runtime-corejs2" : " 7.5.5" ,
17
17
"@babel/runtime-corejs3" : " 7.5.5" ,
18
18
"@curiostack/base-node-dev" : " 0.0.16" ,
19
- "@curiostack/base-web" : " 0.0.47 " ,
19
+ "@curiostack/base-web" : " 0.0.48 " ,
20
20
"@curiostack/eslint-config-web" : " 0.0.2" ,
21
21
"@gfx/zopfli" : " 1.0.14" ,
22
22
"@hugmanrique/react-markdown-loader" : " 0.0.2" ,
Original file line number Diff line number Diff line change 886
886
typescript "3.5.3"
887
887
888
888
"@curiostack/base-web@0.0.44":
889
- version "0.0.47 "
889
+ version "0.0.48 "
890
890
dependencies:
891
891
"@babel/core" "7.5.5"
892
892
"@babel/plugin-proposal-async-generator-functions" "7.2.0"
912
912
"@storybook/addon-options" "5.1.9"
913
913
"@storybook/addon-viewport" "5.1.9"
914
914
"@storybook/react" "5.1.9"
915
+ "@types/enzyme" "3.10.3"
915
916
"@types/history" "4.7.2"
916
917
"@types/intl" "1.2.0"
917
918
"@types/jest" "24.0.15"
You can’t perform that action at this time.
0 commit comments