diff --git a/app-template/package-lock.json b/app-template/package-lock.json index 474a83b..5a02bb0 100644 --- a/app-template/package-lock.json +++ b/app-template/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "cubing": "^0.51.2" + "cubing": "^0.52.0" }, "devDependencies": { "barely-a-dev-server": "^0.6.1" @@ -453,9 +453,9 @@ "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==" }, "node_modules/cubing": { - "version": "0.51.2", - "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.51.2.tgz", - "integrity": "sha512-hKIK9eqbDO0b7DJnoAcx9fLP2QwQnS7IjNM+d/Hepv17pRjOKQkyKGWBVmcQm/UeubKFaRyhK5Bb4Q7/Bf1Wvg==", + "version": "0.52.0", + "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.52.0.tgz", + "integrity": "sha512-iSdZWWxf6Qe8dB0DjTvQopDdWCgPvNqg3DQFCIdEervhoPWmDv8PEdUtlJ402BvZFZOAJUlgPpj56rhamikkwA==", "license": "MPL-2.0 OR GPL-3.0-or-later", "dependencies": { "@types/three": "^0.165.0", diff --git a/app-template/package.json b/app-template/package.json index 5b745ca..e292fbf 100644 --- a/app-template/package.json +++ b/app-template/package.json @@ -7,7 +7,7 @@ "upgrade-cubing": "npm install --save cubing@latest" }, "dependencies": { - "cubing": "^0.51.2" + "cubing": "^0.52.0" }, "devDependencies": { "barely-a-dev-server": "^0.6.1" diff --git a/package-lock.json b/package-lock.json index 1298632..f9331f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-cubing-app", - "version": "0.51.2", + "version": "0.52.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-cubing-app", - "version": "0.51.2", + "version": "0.52.0", "bin": { "create-cubing-app": "bin/create-cubing-app.js" }, diff --git a/package.json b/package.json index bf5755a..31c7c26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-cubing-app", - "version": "0.51.2", + "version": "0.52.0", "type": "module", "bin": { "create-cubing-app": "bin/create-cubing-app.js"