Bump dependencies (including @preserves/schema)

This commit is contained in:
Tony Garnock-Jones 2021-05-20 22:40:47 +02:00
parent 64d1dbe555
commit 83335287f5
2 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"@preserves/core": "^0.15.0",
"@preserves/schema": "^0.8.1"
"@preserves/schema": "^0.9.0"
},
"scripts": {
"regenerate": "rm -rf ./src/gen && preserves-schema-ts --module Actor=./src/runtime/actor.ts --output ./src/gen './schemas/**/*.prs'",

View File

@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@preserves/core/-/core-0.15.0.tgz#55a14288442d404d20a2906b92b7a7cc9e522a18"
integrity sha512-PoEvwlqNNXpYykwkiD7KyjT6kfo78XXEMwJ5yOhOiEF6nVD167NVv801/DR7xIINtPDaDjdqBtqY/tamyzi7vA==
"@preserves/schema@^0.8.1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@preserves/schema/-/schema-0.8.1.tgz#5cd213e9d1c6c8bcb70944a59d8f3146a609b773"
integrity sha512-j4uNW7WYs+x3MCWq6m8u/umVtgqJ2UoN5xN1HK4v8cFN8ww291lnVlyI4sK5L3VqXVF9aJZL5NZWN8N3lQ5K+A==
"@preserves/schema@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@preserves/schema/-/schema-0.9.0.tgz#61e468a5c1f051c8b792358303d3c85526717541"
integrity sha512-J9ZI6GPQDGyWDMxNCckSexgKRW+QDxPZs8CmZ5mkPUkpiYzBHYFpdJgdmDsh15CMWYZaqYnwRWvtTPWvxljwuQ==
dependencies:
"@preserves/core" "^0.15.0"
"@types/glob" "^7.1.3"
@ -35,9 +35,9 @@
integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==
"@types/node@*":
version "14.14.41"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==
version "15.3.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.3.1.tgz#23a06b87eedb524016616e886b116b8fdcb180af"
integrity sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==
"@types/node@^14.14.31":
version "14.14.33"
@ -159,9 +159,9 @@ glob-parent@~5.1.0:
is-glob "^4.0.1"
glob@^7.1.6:
version "7.1.6"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"