From fe10e734d32976ee663b368905e584ad4b053114 Mon Sep 17 00:00:00 2001 From: Dylan Hunt Date: Mon, 15 Apr 2024 16:59:05 +0800 Subject: [PATCH] chore!: Replace deprecated newtonsoft pkg w/stable - From "com.unity.nuget.newtonsoft-json": "3.0.1" - To "com.unity.nuget.newtonsoft-json": "3.2.1" - Src: https://docs.unity3d.com/Packages/com.unity.nuget.newtonsoft-json@3.2/manual/index.html --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03b6ac9..3c74cca 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "The SpacetimeDB Client SDK is a software development kit (SDK) designed to interact with and manipulate SpacetimeDB modules..", "keywords": [], "dependencies": { - "com.unity.nuget.newtonsoft-json": "3.0.1" + "com.unity.nuget.newtonsoft-json": "3.2.1" }, "author": { "name": "Clockwork Labs",