Skip to content

Commit 8e3a0d8

Browse files
committed
fix: Fixed NRE when opening a type dropdown on MacOS
1 parent d63fce5 commit 8e3a0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"displayName": "Generic Unity Objects",
55
"description": "A plugin that allows using of generic scriptable objects and monobehaviours, creating assets and components from them, and instantiating them at runtime.",
66
"dependencies": {
7-
"com.solidalloy.util": "1.33.0",
8-
"com.solidalloy.type-references": "2.11.2",
7+
"com.solidalloy.util": "1.33.1",
8+
"com.solidalloy.type-references": "2.11.3",
99
"com.unity.settings-manager": "1.0.3"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)