Skip to content

Commit

Permalink
chore: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 12, 2024
1 parent ea2766f commit 045d5bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
"SWC_NODE_PROJECT": "./tsconfig.test.json"
}
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.5.0"
}
3 changes: 2 additions & 1 deletion packages/integrate-module/src/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"description": "problematic cjs file type generated by babel",
"main": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"private": true
}
2 changes: 2 additions & 0 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 045d5bd

Please sign in to comment.