Skip to content

Commit

Permalink
chore(draft): update silver fleece (#157)
Browse files Browse the repository at this point in the history
* chore(draft): update silver fleece

* ignore type error
  • Loading branch information
manuel3108 authored Oct 16, 2024
1 parent f089256 commit 5aecf2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/ast-tooling/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
parse as postcssParse,
type ChildNode as CssChildNode
} from 'postcss';
// @ts-expect-error
import * as fleece from 'silver-fleece';
import * as Walker from 'zimmerframe';
import type { namedTypes as AstTypes } from 'ast-types';
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"htmlparser2": "^9.1.0",
"postcss": "^8.4.38",
"recast": "^0.23.7",
"silver-fleece": "^1.1.0",
"silver-fleece": "^1.2.0",
"zimmerframe": "^1.1.2"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5aecf2d

Please sign in to comment.