Skip to content

Commit a24abbd

Browse files
authored
fix(forestadmin-schema): regenerate forestadmin schema only when files are valid (#597)
1 parent 7ac53e5 commit a24abbd

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
"@babel/runtime": "7.10.1",
2727
"bluebird": "2.9.25",
2828
"core-js": "3.6.5",
29-
"forest-express": "7.9.4",
29+
"forest-express": "7.9.5",
3030
"http-errors": "1.6.1",
3131
"lodash": "4.17.19",
3232
"moment": "2.19.4",

yarn.lock

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

4431-
4432-
version "7.9.4"
4433-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.4.tgz#ae7ec9be66b2db3eb43c59e1bbfdcfec732e54b9"
4434-
integrity sha512-ksjhmDVBQDWZWJPnnkyhEszmg6llV8sbZ3eeHT1YUfZalGJZhw/yymCYFcYK7k3dciqBChmXX80EIGOxcp60qw==
4431+
4432+
version "7.9.5"
4433+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.5.tgz#0ef2e6f169ce982649bbd41e19200e54963b0fed"
4434+
integrity sha512-uiEnznM0hTY+GEA92jsTNCda1vewotc0Iv/fcpN88Uvkk2zTP2eSl5HAROxAk39Sbg/XmvQZIx3qppHcxHZI8g==
44354435
dependencies:
44364436
"@babel/runtime" "7.10.1"
44374437
base32-encode "1.1.1"

0 commit comments

Comments
 (0)