diff --git a/development/builder.js b/development/builder.js index 292758e484..f2fea4dc2d 100644 --- a/development/builder.js +++ b/development/builder.js @@ -521,7 +521,7 @@ class Builder { const scratchblocksPath = pathUtil.join( __dirname, - "../node_modules/scratchblocks/build/scratchblocks.min.js" + "../node_modules/@turbowarp/scratchblocks/build/scratchblocks.min.js" ); build.files["/docs-internal/scratchblocks.js"] = new BuildFile( scratchblocksPath diff --git a/package-lock.json b/package-lock.json index d2f49815ab..bf3932e04e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -131,9 +131,14 @@ "fastq": "^1.6.0" } }, + "@turbowarp/scratchblocks": { + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/@turbowarp/scratchblocks/-/scratchblocks-3.6.4.tgz", + "integrity": "sha512-DUay/UeKoYht03tfcBfp8+m8RSrOtr7eMxFTXujdUXfoiRM7xnQNy6SutufeFmIOdVZU65w3vstLcV3K+6Mhyg==" + }, "@turbowarp/types": { "version": "git+https://github.com/TurboWarp/types-tw.git#f4acddf72d34695ec47ee162d8c05cf9f9514c35", - "from": "git+https://github.com/TurboWarp/types-tw.git#f4acddf72d34695ec47ee162d8c05cf9f9514c35" + "from": "git+https://github.com/TurboWarp/types-tw.git#tw" }, "accepts": { "version": "1.3.8", @@ -159,8 +164,7 @@ "adm-zip": { "version": "0.5.10", "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz", - "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==", - "dev": true + "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==" }, "ajv": { "version": "6.12.6", @@ -1255,11 +1259,6 @@ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "scratchblocks": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/scratchblocks/-/scratchblocks-3.6.2.tgz", - "integrity": "sha512-qiBGgolVBNlhR8QfDu/XA4LxRIPr0KD3BYLaRT238SjdRwalJwMMygaaLHQgJ4FiGgRK8gPHqoto/i1BYLs7nw==" - }, "send": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", diff --git a/package.json b/package.json index ff860be8e8..321db42bf0 100644 --- a/package.json +++ b/package.json @@ -21,16 +21,16 @@ }, "homepage": "https://github.com/TurboWarp/extensions#readme", "dependencies": { + "@turbowarp/scratchblocks": "^3.6.4", "@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw", + "adm-zip": "^0.5.10", "chokidar": "^3.5.3", "ejs": "^3.1.9", "express": "^4.18.2", "image-size": "^1.0.2", - "markdown-it": "^13.0.1", - "scratchblocks": "^3.6.2" + "markdown-it": "^13.0.1" }, "devDependencies": { - "adm-zip": "^0.5.10", "eslint": "^8.47.0", "prettier": "^3.0.2" },