Skip to content

Commit 47bc2a7

Browse files
feat: support yarn 2 plug n play install mode (#560)
1 parent 2d38321 commit 47bc2a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "8.3.1",
29+
"forest-express": "8.4.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.21",
3232
"moment": "2.24.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4633,10 +4633,10 @@ for-in@^1.0.2:
46334633
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
46344634
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
46354635

4636-
forest-express@8.3.1:
4637-
version "8.3.1"
4638-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.3.1.tgz#4cb51d96f4fe0e550adef31b3055af19820a1fe8"
4639-
integrity sha512-byuF0n2xh2TtQEpK83CG8njjyW0WP7PT+TDB9VA4+fXwqWG5FWfDQgvHJKwt/xAZtpqXXvky7/xYYrSseIifxw==
4636+
forest-express@8.4.0:
4637+
version "8.4.0"
4638+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.4.0.tgz#eeee53715fc6b5de67e919f92d7976eef9d6037a"
4639+
integrity sha512-5ueLsh1qljds2S8JIwpi2Ur9qrOW+ydRDHrE/+ADS277baaIg39SgMxAYPvtKPl8N9Hl2NZIOJRs3O/hkT4R+Q==
46404640
dependencies:
46414641
"@babel/runtime" "7.10.1"
46424642
base32-encode "1.1.1"

0 commit comments

Comments
 (0)