Skip to content

Commit

Permalink
Merge pull request #1306 from pablo-mayrgundter/cleanup-esbuild-clean…
Browse files Browse the repository at this point in the history
…-plugin

cleanup: Remove unused @esbuild-clean-plugin
  • Loading branch information
pablo-mayrgundter authored Dec 12, 2024
2 parents 1bbf92f + 6cf9323 commit 169897b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.1201",
"version": "1.0.1202",
"main": "src/index.jsx",
"license": "AGPL-3.0",
"homepage": "https://github.com/bldrs-ai/Share",
Expand Down Expand Up @@ -85,7 +85,6 @@
"clsx": "1.2.1",
"cypress-react-router": "2.0.1",
"esbuild": "0.19.5",
"esbuild-clean-plugin": "1.0.0",
"esbuild-copy-static-files": "0.1.0",
"esbuild-plugin-progress": "1.0.1",
"esbuild-plugin-svgr": "2.0.0",
Expand Down
28 changes: 1 addition & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5899,20 +5899,6 @@ define-properties@^1.2.0:
has-property-descriptors "^1.0.0"
object-keys "^1.1.1"

del@^6.0.0:
version "6.1.1"
resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a"
integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==
dependencies:
globby "^11.0.1"
graceful-fs "^4.2.4"
is-glob "^4.0.1"
is-path-cwd "^2.2.0"
is-path-inside "^3.0.2"
p-map "^4.0.0"
rimraf "^3.0.2"
slash "^3.0.0"

delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
Expand Down Expand Up @@ -6251,13 +6237,6 @@ es6-promisify@^7.0.0:
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-7.0.0.tgz#9a710008dd6a4ab75a89e280bad787bfb749927b"
integrity sha512-ginqzK3J90Rd4/Yz7qRrqUeIpe3TwSXTPPZtPne7tGBPeAaQiU8qt4fpKApnxHcq1AwtUdHVg5P77x/yrggG8Q==

[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/esbuild-clean-plugin/-/esbuild-clean-plugin-1.0.0.tgz#bf63199c8b471e043ffe9f6a7db279e728b5cba9"
integrity sha512-Omr+4j5Cm8hdMLhW734ksqzqTaNX55J7/7HBQTqz5n/B9ZCgnTAb6RKqTKBuUyNEuABURyzfZVK4mZ/tqO2BxQ==
dependencies:
del "^6.0.0"

[email protected]:
version "0.1.0"
resolved "https://registry.yarnpkg.com/esbuild-copy-static-files/-/esbuild-copy-static-files-0.1.0.tgz#4bb4987b5b554d2fc122a45f077d74663b4dbcf0"
Expand Down Expand Up @@ -7149,7 +7128,7 @@ globals@^13.15.0:
dependencies:
type-fest "^0.20.2"

globby@^11.0.1, globby@^11.1.0:
globby@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
Expand Down Expand Up @@ -7731,11 +7710,6 @@ is-number@^7.0.0:
resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz"
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==

is-path-cwd@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==

is-path-inside@^3.0.2:
version "3.0.3"
resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz"
Expand Down

0 comments on commit 169897b

Please sign in to comment.