@theia/getting-started 1.73.0-next.3 → 1.73.0-next.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@theia/getting-started",
3
- "version": "1.73.0-next.3+fd921eb9e",
3
+ "version": "1.73.0-next.39+b8afaa0a7",
4
4
  "description": "Theia - GettingStarted Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.73.0-next.3+fd921eb9e",
7
- "@theia/editor": "1.73.0-next.3+fd921eb9e",
8
- "@theia/filesystem": "1.73.0-next.3+fd921eb9e",
9
- "@theia/keymaps": "1.73.0-next.3+fd921eb9e",
10
- "@theia/preview": "1.73.0-next.3+fd921eb9e",
11
- "@theia/workspace": "1.73.0-next.3+fd921eb9e",
6
+ "@theia/core": "1.73.0-next.39+b8afaa0a7",
7
+ "@theia/editor": "1.73.0-next.39+b8afaa0a7",
8
+ "@theia/filesystem": "1.73.0-next.39+b8afaa0a7",
9
+ "@theia/keymaps": "1.73.0-next.39+b8afaa0a7",
10
+ "@theia/preview": "1.73.0-next.39+b8afaa0a7",
11
+ "@theia/workspace": "1.73.0-next.39+b8afaa0a7",
12
12
  "tslib": "^2.8.1"
13
13
  },
14
14
  "publishConfig": {
@@ -51,5 +51,5 @@
51
51
  "nyc": {
52
52
  "extends": "../../configs/nyc.json"
53
53
  },
54
- "gitHead": "fd921eb9ef5956f7f1c2710cd827a520e1cd2d53"
54
+ "gitHead": "b8afaa0a7ec19427b14ca23df2da2a81bddedbfc"
55
55
  }
@@ -613,7 +613,7 @@ export interface PreferencesProps {
613
613
  preferenceService: PreferenceService;
614
614
  }
615
615
 
616
- function WelcomePreferences(props: PreferencesProps): JSX.Element {
616
+ function WelcomePreferences(props: PreferencesProps): React.JSX.Element {
617
617
  const [startupEditor, setStartupEditor] = React.useState<string>(
618
618
  props.preferenceService.get('workbench.startupEditor', 'welcomePage')
619
619
  );