Skip to content

Commit

Permalink
Merge pull request #179 from ty-ras/issue/178-update-deps-in-extras-f…
Browse files Browse the repository at this point in the history
…e-io-ts

#178 Apparently old versions were forgotten to 'p…
  • Loading branch information
stazz committed Feb 3, 2024
2 parents e885a5d + 34130fc commit ca4f9ac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions code/extras-frontend-io-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@ty-ras-extras/frontend-io-ts",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Stanislav Muhametsin",
"email": "346799+stazz@users.noreply.github.com",
Expand Down Expand Up @@ -44,8 +44,8 @@
}
},
"dependencies": {
"@ty-ras-extras/cache": "^1.0.0",
"@ty-ras-extras/config-io-ts": "^1.0.2"
"@ty-ras-extras/cache": "^2.0.0",
"@ty-ras-extras/config-io-ts": "^2.0.0"
},
"peerDependencies": {
"fp-ts": "^2.13.1",
Expand Down
16 changes: 8 additions & 8 deletions code/extras-frontend-io-ts/yarn.lock
Expand Up @@ -396,15 +396,15 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@ty-ras-extras/cache@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@ty-ras-extras/cache/-/cache-1.0.0.tgz#d1224b11a7ffc627f0f78a7b456e651aa4b68c73"
integrity sha512-csw/9Q7ySyRzRALsSN2xz3JGg7qBgaV0Bm031Uv5bivPK1iCLWGJfZ+st2Wf+zMLwjECsQRglB8TqCiK/Ahtqw==
"@ty-ras-extras/cache@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@ty-ras-extras/cache/-/cache-2.0.0.tgz#cabe7b8d20eddcae91f40e675cdf82cf1da9e7aa"
integrity sha512-yFj/g0AYruty44W6L4NFDrfy07TB94noR7FZBVU/LJHmYjBe3GiRYzkcklNlXv9md+BIEROubLumKd0u+lg7cA==

"@ty-ras-extras/config-io-ts@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@ty-ras-extras/config-io-ts/-/config-io-ts-1.0.2.tgz#135103225eb31ad70c570b4a927a534679acbbc5"
integrity sha512-hDr+IVGC7HBC0cT094zEyfN3sWkgjto2IXe8aw1zwV77pqqijFI6HikGl+xF09pjm86R3Z89Y6eST/EH8Vfq2A==
"@ty-ras-extras/config-io-ts@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@ty-ras-extras/config-io-ts/-/config-io-ts-2.0.0.tgz#74e5447394295712cea4c6d231343ea86c8aa973"
integrity sha512-Pr1ctC8gqFYy+y47ZZFy/UvZmG45BTHNaaaWlxdR9hbpeXKB+rmVONhV57D4D24RTnwP37jv45M45v6q1O6YUQ==

"@types/json-schema@^7.0.9":
version "7.0.12"
Expand Down
2 changes: 1 addition & 1 deletion code/extras-frontend-runtypes/src/index.ts
Expand Up @@ -4,5 +4,5 @@
* - using `runtypes` as data validation framework
*/

export * as configuration from "@ty-ras-extras/config-runtypes/string";
export * as configuration from "@ty-ras-extras/config-runtypes/string"; // Don't export maybe-file, as that uses Node-specific file operations.
export * as cache from "@ty-ras-extras/cache";
2 changes: 1 addition & 1 deletion code/extras-frontend-zod/src/index.ts
Expand Up @@ -4,5 +4,5 @@
* - using `zod` as data validation framework
*/

export * as configuration from "@ty-ras-extras/config-zod/string";
export * as configuration from "@ty-ras-extras/config-zod/string"; // Don't export maybe-file, as that uses Node-specific file operations.
export * as cache from "@ty-ras-extras/cache";

0 comments on commit ca4f9ac

Please sign in to comment.