Skip to content

Commit

Permalink
chore!: upgrade untyped (#14)
Browse files Browse the repository at this point in the history
BREAKING CHANGES: requires node 12+ and support for subpath exports
  • Loading branch information
danielroe committed Jul 22, 2021
1 parent 64f7769 commit caa57c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-esbuild": "^4.5.0",
"scule": "^0.2.1",
"typescript": "^4.3.5",
"untyped": "^0.2.5",
"untyped": "^0.2.6",
"upath": "^2.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/builder/untyped.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { writeFile } from 'fs/promises'
import { resolve } from 'upath'
import { resolveSchema, generateTypes, generateMarkdown } from 'untyped'
import untypedPlugin from 'untyped/dist/loader/babel'
import untypedPlugin from 'untyped/loader/babel'
import jiti from 'jiti'
import { pascalCase } from 'scule'
import type { BuildContext } from '../types'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3225,10 +3225,10 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==

untyped@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/untyped/-/untyped-0.2.5.tgz#0464bb73509d8f1078eb7a70dacb67fa92cfed53"
integrity sha512-VYYchiYP9EUXISmErn1aFzhikpWhxSic8IsJzPDEZ/MyezenSDhNua0YHh9jY/54aDlv0G4yjPThEr+tXZA7SA==
untyped@^0.2.6:
version "0.2.6"
resolved "https://registry.yarnpkg.com/untyped/-/untyped-0.2.6.tgz#94155d8835cb388ae7353d9fcbd1d7e67479e5cd"
integrity sha512-mvOQntngOmY0Udj1nvEMX0tokkUNSbIj4+34hZS19LnrvwTATMz7eGZ4/1p+B1y8uY4SYgyGrNaEineaLClfPQ==

upath@^2.0.1:
version "2.0.1"
Expand Down

0 comments on commit caa57c9

Please sign in to comment.