Skip to content

Commit a32cdb8

Browse files
committed
update peer deps version
1 parent 95eaec7 commit a32cdb8

1 file changed

Lines changed: 7 additions & 23 deletions

File tree

package.json

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,18 @@
1313
"bugs": {
1414
"url": "https://github.com/ReactUnity/scripts/issues"
1515
},
16-
"files": [
17-
"bin",
18-
"config",
19-
"lib",
20-
"scripts",
21-
"tsconfig.json"
22-
],
16+
"files": ["bin", "config", "lib", "scripts", "tsconfig.json"],
2317
"bin": {
2418
"react-unity-scripts": "./bin/react-unity-scripts.js"
2519
},
2620
"types": "./lib/types/main.d.ts",
2721
"typesVersions": {
2822
"*": {
29-
"main": [
30-
"./lib/types/main.d.ts"
31-
],
32-
"editor": [
33-
"./lib/types/editor.d.ts"
34-
],
35-
"tests": [
36-
"./lib/types/tests.d.ts"
37-
],
38-
"ugui": [
39-
"./lib/types/ugui.d.ts"
40-
],
41-
"uitoolkit": [
42-
"./lib/types/uitoolkit.d.ts"
43-
]
23+
"main": ["./lib/types/main.d.ts"],
24+
"editor": ["./lib/types/editor.d.ts"],
25+
"tests": ["./lib/types/tests.d.ts"],
26+
"ugui": ["./lib/types/ugui.d.ts"],
27+
"uitoolkit": ["./lib/types/uitoolkit.d.ts"]
4428
}
4529
},
4630
"tsconfig": "./tsconfig.json",
@@ -101,7 +85,7 @@
10185
},
10286
"peerDependencies": {
10387
"@reactunity/previewer": "*",
104-
"@reactunity/renderer": "^0.19.0",
88+
"@reactunity/renderer": ">=0.20.0",
10589
"react": "^19.0.0",
10690
"typescript": ">=5"
10791
},

0 commit comments

Comments
 (0)