Skip to content

Commit 39b0ef7

Browse files
committed
Pin dependencies
1 parent dcb6f93 commit 39b0ef7

File tree

4 files changed

+1861
-4151
lines changed

4 files changed

+1861
-4151
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ts-jest": "27.1.3",
3939
"ts-node": "10.6.0",
4040
"typescript": "4.6.2",
41-
"@testing-library/jest-dom": "^5.16.2",
41+
"@testing-library/jest-dom": "5.16.2",
4242
"@types/node": "17.0.7",
4343
"walkdir": "0.4.1",
4444
"webpack": "5.70.0"

packages/hyperbook/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@
3333
"build": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register"
3434
},
3535
"devDependencies": {
36-
"@types/async-retry": "^1.4.3",
37-
"@types/cross-spawn": "^6.0.2",
38-
"@types/prompts": "^2.0.14",
39-
"@types/rimraf": "^3.0.2",
40-
"@types/tar": "^6.1.1",
41-
"@vercel/ncc": "^0.33.3",
42-
"async-retry": "^1.3.3",
36+
"@types/async-retry": "1.4.3",
37+
"@types/cross-spawn": "6.0.2",
38+
"@types/prompts": "2.0.14",
39+
"@types/rimraf": "3.0.2",
40+
"@types/tar": "6.1.1",
41+
"@vercel/ncc": "0.33.3",
42+
"async-retry": "1.3.3",
4343
"chalk": "5.0.0",
44-
"commander": "^9.0.0",
45-
"cpy": "^9.0.1",
46-
"cross-spawn": "^7.0.3",
47-
"got": "^12.0.1",
48-
"prompts": "^2.4.2",
44+
"commander": "9.0.0",
45+
"cpy": "9.0.1",
46+
"cross-spawn": "7.0.3",
47+
"got": "12.0.1",
48+
"prompts": "2.4.2",
4949
"rimraf": "3.0.2",
50-
"tar": "^6.1.11",
51-
"update-check": "^1.5.4"
50+
"tar": "6.1.11",
51+
"update-check": "1.5.4"
5252
}
5353
}

0 commit comments

Comments
 (0)