Skip to content

Commit a9caa15

Browse files
committed
Add missing dev dependencies at root
1 parent 2625e0a commit a9caa15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
"@changesets/cli": "^2.27.11",
2222
"@types/chart.js": "^2.9.41",
2323
"@types/js-yaml": "^4.0.9",
24+
"@types/node": "~22.14.1",
2425
"ts-node": "^10.9.2",
25-
"turbo": "^2.5.4"
26+
"turbo": "^2.5.4",
27+
"typescript": "~5.8.3"
2628
},
2729
"workspaces": [
2830
"apps/*",

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31080,10 +31080,12 @@ __metadata:
3108031080
"@changesets/cli": "npm:^2.27.11"
3108131081
"@types/chart.js": "npm:^2.9.41"
3108231082
"@types/js-yaml": "npm:^4.0.9"
31083+
"@types/node": "npm:~22.14.1"
3108331084
"@types/stream-buffers": "npm:^3.0.7"
3108431085
node-gyp: "npm:^10.2.0"
3108531086
ts-node: "npm:^10.9.2"
3108631087
turbo: "npm:^2.5.4"
31088+
typescript: "npm:~5.8.3"
3108731089
languageName: unknown
3108831090
linkType: soft
3108931091

0 commit comments

Comments
 (0)