Skip to content

Commit 612b03d

Browse files
author
Agney
committed
Merge branch 'master' into 15-react-tab-css
2 parents e3cf332 + 6695612 commit 612b03d

File tree

7 files changed

+6
-10
lines changed

7 files changed

+6
-10
lines changed

playground/src/Draggable/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC, ReactNode, useRef, forwardRef } from "react";
32
import { styled } from "goober";
43

playground/src/Editor/EditorSetup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC, Fragment } from "react";
32
import SimpleEditor from "react-simple-code-editor";
43
import Highlight, { defaultProps } from "prism-react-renderer";

playground/src/Playground.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC, useState, createElement } from "react";
32
import { useId } from "@reach/auto-id";
43
import { styled, setup, DefaultTheme } from "goober";

playground/src/Result/Console.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC } from "react";
32
import { styled } from "goober";
43
import Inspector from "@agney/react-inspector";

playground/src/Result/ErrorDisplay.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC } from "react";
32
import { styled } from "goober";
43

playground/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"typeRoots": [
1111
"./node_modules/@types",
1212
"../node_modules/@types",
13-
"./src/types"
13+
"src/types"
1414
]
15-
}
15+
},
16+
"include": ["src/types"]
1617
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4247,9 +4247,9 @@ domutils@^1.5.1, domutils@^1.7.0:
42474247
domelementtype "1"
42484248

42494249
dot-prop@^4.1.1:
4250-
version "4.2.0"
4251-
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
4252-
integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==
4250+
version "4.2.1"
4251+
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"
4252+
integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==
42534253
dependencies:
42544254
is-obj "^1.0.0"
42554255

0 commit comments

Comments
 (0)