mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
update typescript to 3.8.2
This commit is contained in:
parent
fae8cc3b3c
commit
955566f6bf
4 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ import {
|
||||||
import {sessionState, session, HyperActions} from '../hyper';
|
import {sessionState, session, HyperActions} from '../hyper';
|
||||||
|
|
||||||
const initialState: ImmutableType<sessionState> = Immutable({
|
const initialState: ImmutableType<sessionState> = Immutable({
|
||||||
sessions: {},
|
sessions: {} as Record<string, session>,
|
||||||
activeUid: null
|
activeUid: null
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ const initial: ImmutableType<uiState> = Immutable({
|
||||||
letterSpacing: 0,
|
letterSpacing: 0,
|
||||||
css: '',
|
css: '',
|
||||||
termCSS: '',
|
termCSS: '',
|
||||||
openAt: {},
|
openAt: {} as Record<string, number>,
|
||||||
resizeAt: 0,
|
resizeAt: 0,
|
||||||
colors: {
|
colors: {
|
||||||
black: '#000000',
|
black: '#000000',
|
||||||
|
|
@ -77,7 +77,7 @@ const initial: ImmutableType<uiState> = Immutable({
|
||||||
lightCyan: '#68FDFE',
|
lightCyan: '#68FDFE',
|
||||||
lightWhite: '#FFFFFF'
|
lightWhite: '#FFFFFF'
|
||||||
},
|
},
|
||||||
activityMarkers: {},
|
activityMarkers: {} as Record<string, boolean>,
|
||||||
notifications: {
|
notifications: {
|
||||||
font: false,
|
font: false,
|
||||||
resize: false,
|
resize: false,
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
"terser": "4.6.3",
|
"terser": "4.6.3",
|
||||||
"terser-webpack-plugin": "2.3.5",
|
"terser-webpack-plugin": "2.3.5",
|
||||||
"ts-node": "8.6.2",
|
"ts-node": "8.6.2",
|
||||||
"typescript": "3.7.5",
|
"typescript": "3.8.2",
|
||||||
"webpack": "4.41.6"
|
"webpack": "4.41.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8305,10 +8305,10 @@ typedarray@^0.0.6:
|
||||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||||
|
|
||||||
typescript@3.7.5:
|
typescript@3.8.2:
|
||||||
version "3.7.5"
|
version "3.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
|
||||||
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
|
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
|
||||||
|
|
||||||
union-value@^1.0.0:
|
union-value@^1.0.0:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue