diff --git a/package.json b/package.json index afa48de..6cc0ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "troisjs", - "version": "0.1.15", + "version": "0.1.19", "scripts": { "dev": "vite", "build": "vite build", @@ -9,8 +9,8 @@ "devDependencies": { "@rollup/plugin-buble": "^0.21.3", "@rollup/plugin-replace": "^2.3.3", - "@vitejs/plugin-vue": "^1.1.4", - "@vue/compiler-sfc": "^3.0.7", + "@vitejs/plugin-vue": "^1.2.1", + "@vue/compiler-sfc": "^3.0.11", "eslint": "^7.7.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-standard": "^14.1.1", @@ -21,11 +21,11 @@ "eslint-plugin-vue": "^6.2.2", "gsap": "^3.5.1", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-vue": "^6.0.0-beta.10", + "rollup-plugin-vue": "^6.0.0-beta.11", "sass": "^1.26.10", - "three": "^0.126.1", - "vite": "^2.0.5", - "vue": "^3.0.7" + "three": "^0.127", + "vite": "^2.1.5", + "vue": "^3.0.11" }, "main": "build/trois.js", "module": "build/trois.module.js",