From 58c3ef50cb99d368ec63fa583035c37574fcf40c Mon Sep 17 00:00:00 2001 From: Seonghyun Ahn Date: Wed, 24 Aug 2022 22:57:07 +0900 Subject: [PATCH] fix: update axes version (#392) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cef167b7c..e43dd792d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/naver/egjs-view360/issues" }, "dependencies": { - "@egjs/axes": "^3.3.0", + "@egjs/axes": "^3.7.0", "@egjs/component": "^3.0.1", "@egjs/imready": "^1.1.2", "gl-matrix": "^3.3.0",