From 83ac01cb30222bd0522302cd608efb11c686ecd7 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Thu, 19 May 2022 22:26:46 -0400 Subject: [PATCH] Update package.json --- playgrounds/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playgrounds/js/package.json b/playgrounds/js/package.json index 2e61524..3027282 100644 --- a/playgrounds/js/package.json +++ b/playgrounds/js/package.json @@ -14,11 +14,11 @@ "generate:css": "yarn tailwindcss -o ./app/tailwind.css" }, "dependencies": { - "@flipsidecrypto/velocity": "^1.0.0-alpha.1", "@remix-run/node": "^1.4.1", "@remix-run/react": "^1.4.1", "@remix-run/vercel": "^1.4.1", "@vercel/node": "^1.14.0", + "@flipsidecrypto/velocity": "1.0.0-alpha.1", "clsx": "^1.1.1", "react": "^17.0.2", "react-dom": "^17.0.2",