Skip to content

Commit 9dc5546

Browse files
fix(deps): pin dependencies
1 parent 25c225f commit 9dc5546

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"test:watch": "npm run test:base -- --watch"
7474
},
7575
"dependencies": {
76-
"cosmiconfig": "^9.0.0",
77-
"cosmiconfig-typescript-loader": "^6.2.0",
78-
"glob": "^11.0.3",
79-
"tinybench": "^5.0.1",
80-
"yargs": "^17.7.2",
81-
"zod": "^4.1.12"
76+
"cosmiconfig": "9.0.0",
77+
"cosmiconfig-typescript-loader": "6.2.0",
78+
"glob": "11.0.3",
79+
"tinybench": "5.0.1",
80+
"yargs": "17.7.2",
81+
"zod": "4.1.12"
8282
},
8383
"devDependencies": {
8484
"@commitlint/cli": "20.1.0",
@@ -88,7 +88,7 @@
8888
"@types/node": "24.7.0",
8989
"@types/wallabyjs": "0.0.15",
9090
"@types/yargs": "^17.0.33",
91-
"bupkis": "^0.11.1",
91+
"bupkis": "0.11.1",
9292
"cspell": "9.2.1",
9393
"eslint": "9.37.0",
9494
"eslint-plugin-jsonc": "2.21.0",
@@ -99,15 +99,15 @@
9999
"lint-staged": "16.2.3",
100100
"markdownlint-cli2": "0.18.1",
101101
"markdownlint-cli2-formatter-pretty": "0.0.8",
102-
"npm-run-all2": "^8.0.4",
102+
"npm-run-all2": "8.0.4",
103103
"prettier": "3.6.2",
104104
"prettier-plugin-jsdoc": "1.3.3",
105105
"prettier-plugin-pkg": "0.21.2",
106106
"prettier-plugin-sort-json": "4.1.1",
107-
"tsx": "^4.20.6",
107+
"tsx": "4.20.6",
108108
"typescript": "5.9.3",
109109
"typescript-eslint": "8.46.0",
110-
"zshy": "^0.4.3"
110+
"zshy": "0.4.3"
111111
},
112112
"publishConfig": {
113113
"access": "public",

0 commit comments

Comments
 (0)