Skip to content

Commit

Permalink
fix(typescript): Ensure rollup 4 compatibility (#1658)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Picus <NiGhTTraX@users.noreply.github.com>
  • Loading branch information
NiGhTTraX and NiGhTTraX committed Jan 9, 2024
1 parent 46df762 commit db2cf23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Expand Up @@ -64,7 +64,7 @@
}
},
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"@rollup/pluginutils": "^5.1.0",
"resolve": "^1.22.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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 db2cf23

Please sign in to comment.