Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Apr 18, 2023
1 parent 851c5dd commit 74581fc
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 27 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"size-limit": "^8.2.4",
"turbo": "^1.9.3",
"typescript": "^5.0.4",
"unbuild": "latest",
"unbuild": "^1.2.1",
"vite": "^4.2.2",
"vitest": "0.30.1"
},
"packageManager": "pnpm@8.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/breadc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down Expand Up @@ -63,4 +63,4 @@
"path": "./dist/index.cjs"
}
]
}
}
6 changes: 3 additions & 3 deletions packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down
9 changes: 5 additions & 4 deletions packages/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand All @@ -48,10 +48,11 @@
"@breadc/color": "workspace:*",
"@types/node": "^18.15.11",
"breadc": "workspace:*",
"typescript": "^5.0.4",
"vitest": "0.30.1"
},
"peerDependencies": {
"@breadc/color": "workspace:*",
"breadc": "workspace:*"
}
}
}
14 changes: 7 additions & 7 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand All @@ -40,11 +40,11 @@
"test:ci": "vitest --run",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"string-width": "^5.1.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"vitest": "0.30.1"
},
"dependencies": {
"string-width": "^5.1.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/spinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down
11 changes: 7 additions & 4 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 74581fc

Please sign in to comment.