diff --git a/app-template/package-lock.json b/app-template/package-lock.json index 379eaa6..603fb68 100644 --- a/app-template/package-lock.json +++ b/app-template/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "cubing": "^0.49.1" + "cubing": "^0.49.2" }, "devDependencies": { "barely-a-dev-server": "^0.6.1" @@ -453,9 +453,9 @@ "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==" }, "node_modules/cubing": { - "version": "0.49.1", - "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.49.1.tgz", - "integrity": "sha512-bRUp06TgBBEOsA4lYBcju5VPIDgxa7/tFB60BMMaO7xrjQ/wY4WrZ+eZXHjJoK/W61ampDpmhOgxYOSNIFUzew==", + "version": "0.49.2", + "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.49.2.tgz", + "integrity": "sha512-TeUEHZQBtg48DMS+XFN8xwjj+McIaDXvRmF/rquivdDDzj3HmLsTaS/xjLN2cH8XI93nhZ1TavJgFKyIln8O4g==", "dependencies": { "@types/three": "^0.165.0", "@types/web-bluetooth": "^0.0.20", diff --git a/app-template/package.json b/app-template/package.json index a750c23..6de43a5 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.49.1" + "cubing": "^0.49.2" }, "devDependencies": { "barely-a-dev-server": "^0.6.1" diff --git a/package-lock.json b/package-lock.json index a1b8273..52ace48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-cubing-app", - "version": "0.49.1", + "version": "0.49.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-cubing-app", - "version": "0.49.1", + "version": "0.49.2", "bin": { "create-cubing-app": "bin/create-cubing-app.js" }, diff --git a/package.json b/package.json index 728f815..9d7443c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-cubing-app", - "version": "0.49.1", + "version": "0.49.2", "type": "module", "bin": { "create-cubing-app": "bin/create-cubing-app.js"