Skip to content

Commit a5f3b3b

Browse files
committed
fix: Fixed the error in console regarding the immutable Changelog file
1 parent 7e25988 commit a5f3b3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "ScriptableObject architecture with small, easy-to-expand codebase, and simple UI.",
66
"dependencies": {
77
"com.solidalloy.util": "1.35.0",
8-
"com.solidalloy.generic-unity-objects": "2.14.0",
9-
"com.solidalloy.type-references": "2.12.0",
8+
"com.solidalloy.generic-unity-objects": "2.14.1",
9+
"com.solidalloy.type-references": "2.12.1",
1010
"com.madsbangh.easybuttons": "1.3.0",
1111
"com.unity.settings-manager": "1.0.3",
12-
"com.solidalloy.extevents": "1.0.2"
12+
"com.solidalloy.extevents": "1.0.3"
1313
},
1414
"keywords": [
1515
"scriptable",

0 commit comments

Comments
 (0)