Skip to content

Commit

Permalink
Update Preconstruct used by build (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jul 5, 2023
1 parent edb4320 commit f902547
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@preconstruct/cli": "^2.7.0"
"@preconstruct/cli": "^2.8.1"
},
"resolutions": {
"**/@babel/parser": "^7.7.7"
Expand Down
8 changes: 4 additions & 4 deletions build/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@preconstruct/cli@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@preconstruct/cli/-/cli-2.7.0.tgz#78891a094871ebb401a2e8e42871bc208717cba7"
integrity sha512-reluhXnOCPYhltV9wZZe07v9Eir6+9HiwQtdsUgvmm6UndtDr1kRr2jtObnDtXTjt7LEpU4+TD43+3+Tu7Qebw==
"@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
2 changes: 1 addition & 1 deletion site/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ yarn preconstruct init
"module": "dist/a-random-number.esm.js",
"license": "MIT",
"devDependencies": {
"@preconstruct/cli": "^2.1.5"
"@preconstruct/cli": "^2.8.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion site/docs/tutorials/monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ We're going to add it to a postinstall script so that yarn will run it after pac
"private": true,
"workspaces": ["packages/*"],
"dependencies": {
"@preconstruct/cli": "^1.0.0"
"@preconstruct/cli": "^2.8.1"
},
"preconstruct": {
"packages": ["packages/*"]
Expand Down

0 comments on commit f902547

Please sign in to comment.