Skip to content

Commit

Permalink
chore: trying fix the build error #8
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Dec 17, 2023
1 parent df241e5 commit ec557e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.1.0",
"turbo": "latest",
"@repo/typescript-config": "workspace:*"
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"rimraf": "^5.0.5"
"@types/node": "20.5.7",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 15 additions & 9 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 ec557e3

Please sign in to comment.