Skip to content

Commit 24997cc

Browse files
committedFeb 26, 2025
chore: updated untyped to v2
1 parent b408ac0 commit 24997cc

File tree

3 files changed

+17
-188
lines changed

3 files changed

+17
-188
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"rollup-plugin-dts": "^6.1.1",
5252
"scule": "^1.3.0",
5353
"tinyglobby": "^0.2.12",
54-
"untyped": "^1.5.2"
54+
"untyped": "^2.0.0"
5555
},
5656
"devDependencies": {
5757
"@babel/plugin-transform-class-properties": "^7.25.9",
5858
"@types/node": "^22.13.5",
5959
"@vitest/coverage-v8": "^3.0.7",
60-
"automd": "^0.3.12",
60+
"automd": "^0.4.0",
6161
"changelogen": "^0.6.0",
6262
"eslint": "^9.21.0",
6363
"eslint-config-unjs": "^0.4.2",

‎pnpm-lock.yaml

+15-185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/builders/untyped/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
generateMarkdown,
77
type InputObject,
88
} from "untyped";
9-
// @ts-ignore
109
import untypedPlugin from "untyped/babel-plugin";
1110
import { pascalCase } from "scule";
1211
import type {

0 commit comments

Comments
 (0)
Please sign in to comment.