Skip to content

Commit e9e8a6a

Browse files
fix(deps): pin dependencies
1 parent f5813ec commit e9e8a6a

File tree

2 files changed

+35
-22
lines changed

2 files changed

+35
-22
lines changed

package-lock.json

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
"test:watch": "npm run test:base -- --watch"
7171
},
7272
"dependencies": {
73-
"cosmiconfig": "^9.0.0",
74-
"cosmiconfig-typescript-loader": "^6.2.0",
75-
"glob": "^11.0.3",
76-
"tinybench": "^5.0.1",
77-
"yargs": "^17.7.2"
73+
"cosmiconfig": "9.0.0",
74+
"cosmiconfig-typescript-loader": "6.2.0",
75+
"glob": "11.0.3",
76+
"tinybench": "5.0.1",
77+
"yargs": "17.7.2"
7878
},
7979
"devDependencies": {
8080
"@commitlint/cli": "20.1.0",
@@ -84,7 +84,7 @@
8484
"@types/node": "24.7.0",
8585
"@types/wallabyjs": "0.0.15",
8686
"@types/yargs": "^17.0.33",
87-
"bupkis": "^0.11.1",
87+
"bupkis": "0.11.1",
8888
"cspell": "9.2.1",
8989
"eslint": "9.37.0",
9090
"eslint-plugin-jsonc": "2.21.0",
@@ -95,15 +95,15 @@
9595
"lint-staged": "16.2.3",
9696
"markdownlint-cli2": "0.18.1",
9797
"markdownlint-cli2-formatter-pretty": "0.0.8",
98-
"npm-run-all2": "^8.0.4",
98+
"npm-run-all2": "8.0.4",
9999
"prettier": "3.6.2",
100100
"prettier-plugin-jsdoc": "1.3.3",
101101
"prettier-plugin-pkg": "0.21.2",
102102
"prettier-plugin-sort-json": "4.1.1",
103-
"tsx": "^4.20.6",
103+
"tsx": "4.20.6",
104104
"typescript": "5.9.3",
105105
"typescript-eslint": "8.46.0",
106-
"zshy": "^0.4.3"
106+
"zshy": "0.4.3"
107107
},
108108
"publishConfig": {
109109
"access": "public",

0 commit comments

Comments
 (0)