Skip to content

Commit

Permalink
chore: pin [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Jun 25, 2024
1 parent b5e9b29 commit 167bd5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
},
"devDependencies": {
"prettier": "^2.7.1",
"turbo": "latest"
"turbo": "1.5.6"
},
"engines": {
"node": "18.18.2"
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.11",
"clsx": "^1.2.1",
"next": "^12.3.1"
"next": "^12.3.1",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@tih/tailwind-config": "*",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4683,6 +4683,7 @@ __metadata:
next: ^12.3.1
prettier-plugin-tailwindcss: ^0.1.13
react: ^18.2.0
tailwindcss: ^3.1.8
tsup: ^6.2.3
typescript: ^4.8.3
languageName: unknown
Expand Down Expand Up @@ -19554,7 +19555,7 @@ eslint-config-turbo@latest:
resolution: "tech-interview-handbook@workspace:."
dependencies:
prettier: ^2.7.1
turbo: latest
turbo: 1.5.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -20063,7 +20064,7 @@ eslint-config-turbo@latest:
languageName: node
linkType: hard

turbo@latest:
"turbo@npm:1.5.6":
version: 1.5.6
resolution: "turbo@npm:1.5.6"
dependencies:
Expand Down

0 comments on commit 167bd5e

Please sign in to comment.