Skip to content

Commit

Permalink
update Preconstruct again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jul 5, 2023
1 parent 62fc80e commit f911401
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/healthy-cobras-worry.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"@changesets/pre": minor
---

`package.json#exports` have been added to limit what (and how) code might be imported from the package
`package.json#exports` have been added to limit what (and how) code might be imported from the package.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@manypkg/cli": "^0.19.1",
"@preconstruct/cli": "^2.8.0",
"@preconstruct/cli": "^2.8.1",
"@types/fs-extra": "^5.1.0",
"@types/jest": "^24.0.12",
"@types/jest-in-case": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,10 +1722,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@preconstruct/cli@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@preconstruct/cli/-/cli-2.8.0.tgz#c8d4f091096b697883b14e9abaa5d46a9d84f0a4"
integrity sha512-pntg4lcNlnuUw8wG66BtCObhoJOIU4815+kg2G9exm9K6HDvEmi2VrdvbmxzGO8Yp/6NFF4VMCU5wKJzWtlCtw==
"@preconstruct/cli@^2.8.1":
version "2.8.1"
resolved "https://registry.yarnpkg.com/@preconstruct/cli/-/cli-2.8.1.tgz#7d7f9fa32e1bfd355d79062a9ccc5af4c97b3915"
integrity sha512-PX5w+au06iY/QaT+9RLmRlIfavRCRoMTC/krwtNrgPEnubR9e6P+QlywrKmwiEvkzbR9AEzGnRZL8uNRDDMzrQ==
dependencies:
"@babel/code-frame" "^7.5.5"
"@babel/core" "^7.7.7"
Expand Down

0 comments on commit f911401

Please sign in to comment.