Skip to content

Commit

Permalink
chore: upgrade bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Jul 10, 2024
1 parent 78818e6 commit eb6a460
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@vitest/coverage-istanbul": "^1.5.0",
"@wendellhu/squirrel": "^0.1.7",
"@wendellhu/squirrel": "^0.1.8",
"jsdom": "^19.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand All @@ -35,4 +35,4 @@
"typescript": "^5.3.3",
"vitest": "^1.5.0"
}
}
}
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.

2 changes: 1 addition & 1 deletion test/core.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ describe('core', () => {
let B: any = undefined

expect(() => {
setDependencies(A, [[B]])
setDependencies(A, [B])
}).toThrow(
'[redi]: It seems that you register "undefined" as dependency on the 1 parameter of "A".'
)
Expand Down

0 comments on commit eb6a460

Please sign in to comment.