Skip to content

Commit 57b9b9d

Browse files
committed
update packages
1 parent 457f04e commit 57b9b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"memoize-one": "^6.0.0"
112112
},
113113
"devDependencies": {
114-
"@reactunity/scripts": "^0.15.2",
114+
"@reactunity/scripts": "^0.16.0",
115115
"concurrently": "^8.2.1",
116116
"copyfiles": "^2.4.1",
117117
"onchange": "^7.1.0",

src/text/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ReactUnity } from '@reactunity/renderer';
22
import { InputEvent, UGUIElements } from '@reactunity/renderer/ugui';
33
import clsx from 'clsx';
4-
import React, { forwardRef, ReactNode, useCallback, useRef, useState } from 'react';
4+
import { forwardRef, ReactNode, useCallback, useRef, useState } from 'react';
55
import { Button } from '../button';
66
import { InputField, InputFieldRef, InputFieldVariant } from '../input';
77
import style from './index.module.scss';

0 commit comments

Comments
 (0)