Skip to content

Commit 167bd5e

Browse files
committed
1 parent b5e9b29 commit 167bd5e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
},
2424
"devDependencies": {
2525
"prettier": "^2.7.1",
26-
"turbo": "latest"
26+
"turbo": "1.5.6"
27+
},
28+
"engines": {
29+
"node": "18.18.2"
2730
},
2831
"packageManager": "[email protected]"
2932
}

packages/ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"@headlessui/react": "^1.7.3",
2626
"@heroicons/react": "^2.0.11",
2727
"clsx": "^1.2.1",
28-
"next": "^12.3.1"
28+
"next": "^12.3.1",
29+
"tailwindcss": "^3.1.8"
2930
},
3031
"devDependencies": {
3132
"@tih/tailwind-config": "*",

yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4683,6 +4683,7 @@ __metadata:
46834683
next: ^12.3.1
46844684
prettier-plugin-tailwindcss: ^0.1.13
46854685
react: ^18.2.0
4686+
tailwindcss: ^3.1.8
46864687
tsup: ^6.2.3
46874688
typescript: ^4.8.3
46884689
languageName: unknown
@@ -19554,7 +19555,7 @@ eslint-config-turbo@latest:
1955419555
resolution: "tech-interview-handbook@workspace:."
1955519556
dependencies:
1955619557
prettier: ^2.7.1
19557-
turbo: latest
19558+
turbo: 1.5.6
1955819559
languageName: unknown
1955919560
linkType: soft
1956019561

@@ -20063,7 +20064,7 @@ eslint-config-turbo@latest:
2006320064
languageName: node
2006420065
linkType: hard
2006520066

20066-
turbo@latest:
20067+
"turbo@npm:1.5.6":
2006720068
version: 1.5.6
2006820069
resolution: "turbo@npm:1.5.6"
2006920070
dependencies:

0 commit comments

Comments
 (0)