Skip to content

Commit c536264

Browse files
authored
Merge pull request #2 from jsonjoy-com/update-deps
fix: 🐛 update dependencies
2 parents 16815cd + 45ed728 commit c536264

File tree

3 files changed

+553
-525
lines changed

3 files changed

+553
-525
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"tslib": "2"
5454
},
5555
"dependencies": {
56-
"@jsonjoy.com/util": "^1.3.0"
56+
"@jsonjoy.com/codegen": "^1.0.0",
57+
"@jsonjoy.com/util": "^1.9.0"
5758
},
5859
"devDependencies": {
5960
"@biomejs/biome": "^1.9.3",

src/codegen/find.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {JavaScript} from '@jsonjoy.com/util/lib/codegen';
1+
import type {JavaScript} from '@jsonjoy.com/codegen';
22
import type {Path} from '../types';
33

44
export const $$find = (path: Path): JavaScript<(doc: unknown) => unknown> => {

0 commit comments

Comments
 (0)