Skip to content

Commit

Permalink
Update rollup npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-worker[bot] authored Sep 28, 2024
1 parent 4a3f032 commit 1be419f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion libs/@blockprotocol/type-system/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.0",
"@rollup/plugin-wasm": "6.2.2",
"@types/node": "20.16.7",
"@types/react": "18.2.68",
Expand Down
4 changes: 2 additions & 2 deletions tests/hash-backend-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@apps/hash-api": "0.0.0-private",
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@rollup/plugin-commonjs": "26.0.3",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.0",
"@types/dotenv-flow": "3.3.3",
"@types/uuid": "8.3.4",
"eslint": "8.57.0",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7431,17 +7431,18 @@
is-reference "1.2.1"
magic-string "^0.27.0"

"@rollup/plugin-commonjs@26.0.3":
version "26.0.3"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.3.tgz#085ffb49818e43e4a2a96816a37affcc8a8cbaca"
integrity sha512-2BJcolt43MY+y5Tz47djHkodCC3c1VKVrBDKpVqHKpQ9z9S158kCCqB8NF6/gzxLdNlYW9abB3Ibh+kOWLp8KQ==
"@rollup/plugin-commonjs@28.0.0":
version "28.0.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.0.tgz#44b5e49cb5d5e6233f1e4996013a8649fdbb9557"
integrity sha512-BJcu+a+Mpq476DMXG+hevgPSl56bkUoi88dKT8t3RyUp8kGuOh+2bU8Gs7zXDlu+fyZggnJ+iOBGrb/O1SorYg==
dependencies:
"@rollup/pluginutils" "^5.0.1"
commondir "^1.0.1"
estree-walker "^2.0.2"
glob "^10.4.1"
fdir "^6.1.1"
is-reference "1.2.1"
magic-string "^0.30.3"
picomatch "^2.3.1"

"@rollup/[email protected]":
version "15.3.0"
Expand All @@ -7454,10 +7455,10 @@
is-module "^1.0.0"
resolve "^1.22.1"

"@rollup/plugin-typescript@11.1.6":
version "11.1.6"
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
"@rollup/plugin-typescript@12.1.0":
version "12.1.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz#2b357972091d1a8f71b8c9ce5a6e95fe1473bf77"
integrity sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==
dependencies:
"@rollup/pluginutils" "^5.1.0"
resolve "^1.22.1"
Expand Down Expand Up @@ -17776,6 +17777,11 @@ fd-slicer@~1.1.0:
dependencies:
pend "~1.2.0"

fdir@^6.1.1:
version "6.3.0"
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.3.0.tgz#fcca5a23ea20e767b15e081ee13b3e6488ee0bb0"
integrity sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==

fecha@^4.2.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.1.tgz#0a83ad8f86ef62a091e22bb5a039cd03d23eecce"
Expand Down

0 comments on commit 1be419f

Please sign in to comment.