From 61e1c0ecbd6eec93d501618ebe3e84aa31c08617 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Tue, 10 Nov 2020 17:12:12 +0100 Subject: [PATCH] vite/vue/three versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9bfe81..ec3aafc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "gsap": "^3.5.1", - "three": "^0.120" + "three": "^0.122" }, "devDependencies": { "@rollup/plugin-buble": "^0.21.3", @@ -24,8 +24,8 @@ "eslint-plugin-vue": "^6.2.2", "rollup-plugin-vue": "^6.0.0-beta.10", "sass": "^1.26.10", - "vite": "^1.0.0-rc.4", - "vue": "^3.0.0" + "vite": "^1.0.0-rc.9", + "vue": "^3.0.2" }, "main": "build/trois.js", "module": "build/trois.module.js",