Skip to content

Commit

Permalink
Merge pull request #3 from ssssota/package-workspace
Browse files Browse the repository at this point in the history
chore: fix dep
  • Loading branch information
ssssota authored Feb 16, 2023
2 parents d66fe13 + cb8bb57 commit d1c0b1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/node": "^18.13.0",
"@commander-js/extra-typings": "^10.0.2",
"@typedotenv/core": "workspace:../core",
"@typedotenv/core": "workspace:*",
"commander": "^10.0.0",
"esbuild": "^0.17.8",
"rome": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dotenv": "^16.0.0"
},
"dependencies": {
"@typedotenv/core": "workspace:../core",
"@typedotenv/core": "workspace:*",
"unplugin": "^1.1.0"
}
}
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 d1c0b1b

Please sign in to comment.