Skip to content

Commit 152c3bb

Browse files
authored
chore: bump to exact deps version (#148)
1 parent 0ca5ac1 commit 152c3bb

6 files changed

Lines changed: 34 additions & 34 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"test:types": "turbo test:types"
99
},
1010
"devDependencies": {
11-
"@changesets/changelog-github": "^0.5.2",
12-
"@changesets/cli": "^2.29.8",
13-
"@total-typescript/tsconfig": "^1.0.4",
11+
"@changesets/changelog-github": "0.5.2",
12+
"@changesets/cli": "2.29.8",
13+
"@total-typescript/tsconfig": "1.0.4",
1414
"@types/bun": "latest",
1515
"@vlandoss/biome-config": "workspace:*",
1616
"@vlandoss/run-run": "workspace:*",
17-
"lefthook": "^2.1.1",
18-
"turbo": "^2.8.12"
17+
"lefthook": "2.1.1",
18+
"turbo": "2.8.12"
1919
},
2020
"packageManager": "pnpm@10.6.4"
2121
}

packages/clibuddy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"test:types": "rr tsc"
2828
},
2929
"dependencies": {
30-
"@pnpm/workspace.find-packages": "^1000.0.62",
31-
"@pnpm/workspace.read-manifest": "^1000.2.10",
30+
"@pnpm/workspace.find-packages": "1000.0.62",
31+
"@pnpm/workspace.read-manifest": "1000.2.10",
3232
"chalk": "5.6.2",
3333
"read-package-up": "12.0.0",
3434
"supports-color": "10.2.2",

packages/localproxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:types": "rr tsc"
2929
},
3030
"dependencies": {
31-
"@inquirer/prompts": "^8.3.0",
31+
"@inquirer/prompts": "8.3.0",
3232
"@vlandoss/clibuddy": "workspace:*",
3333
"@vlandoss/loggy": "workspace:*",
3434
"commander": "14.0.3"

packages/loggy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"bun": ">=1.0.0"
3131
},
3232
"dependencies": {
33-
"consola": "^3.4.2",
34-
"debug": "^4.4.3"
33+
"consola": "3.4.2",
34+
"debug": "4.4.3"
3535
},
3636
"devDependencies": {
37-
"@types/debug": "^4.1.12"
37+
"@types/debug": "4.1.12"
3838
}
3939
}

packages/run-run/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"@vlandoss/clibuddy": "workspace:*",
3939
"@vlandoss/loggy": "workspace:*",
4040
"commander": "14.0.3",
41-
"glob": "^13.0.6",
41+
"glob": "13.0.6",
4242
"is-ci": "4.1.0",
43-
"lilconfig": "^3.1.3",
44-
"memoize": "^10.2.0",
45-
"oxfmt": "^0.35.0",
46-
"oxlint": "^1.50.0",
47-
"oxlint-tsgolint": "^0.15.0",
43+
"lilconfig": "3.1.3",
44+
"memoize": "10.2.0",
45+
"oxfmt": "0.35.0",
46+
"oxlint": "1.50.0",
47+
"oxlint-tsgolint": "0.15.0",
4848
"rimraf": "6.1.3",
4949
"typescript": "5.9.3"
5050
},

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)