Skip to content

Commit 4e60801

Browse files
Pin dependencies
1 parent 03b3b05 commit 4e60801

27 files changed

Lines changed: 1753 additions & 119 deletions

File tree

packages/api-framework/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"lint": "oxlint -c ../../.oxlintrc.json ."
2323
},
2424
"dependencies": {
25-
"@tryghost/debug": "^2.0.3",
26-
"@tryghost/errors": "^3.0.3",
27-
"@tryghost/promise": "^2.0.3",
28-
"@tryghost/tpl": "^2.0.3",
29-
"@tryghost/validator": "^2.0.3",
25+
"@tryghost/debug": "2.0.3",
26+
"@tryghost/errors": "3.0.3",
27+
"@tryghost/promise": "2.0.3",
28+
"@tryghost/tpl": "2.0.3",
29+
"@tryghost/validator": "2.0.3",
3030
"lodash": "4.18.1"
3131
},
3232
"devDependencies": {

packages/bookshelf-collision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/errors": "^3.0.3",
26+
"@tryghost/errors": "3.0.3",
2727
"lodash": "4.18.1",
2828
"moment-timezone": "^0.5.33"
2929
},

packages/bookshelf-eager-load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/debug": "^2.0.3",
26+
"@tryghost/debug": "2.0.3",
2727
"lodash": "4.18.1"
2828
},
2929
"devDependencies": {

packages/bookshelf-filter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/debug": "^2.0.3",
27-
"@tryghost/errors": "^3.0.3",
26+
"@tryghost/debug": "2.0.3",
27+
"@tryghost/errors": "3.0.3",
2828
"@tryghost/nql": "0.12.10",
29-
"@tryghost/tpl": "^2.0.3"
29+
"@tryghost/tpl": "2.0.3"
3030
},
3131
"devDependencies": {
3232
"sinon": "21.1.2"

packages/bookshelf-has-posts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/debug": "^2.0.3",
26+
"@tryghost/debug": "2.0.3",
2727
"lodash": "4.18.1"
2828
},
2929
"devDependencies": {

packages/bookshelf-include-count/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/debug": "^2.0.3",
26+
"@tryghost/debug": "2.0.3",
2727
"lodash": "4.18.1"
2828
},
2929
"devDependencies": {

packages/bookshelf-pagination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/errors": "^3.0.3",
27-
"@tryghost/tpl": "^2.0.3",
26+
"@tryghost/errors": "3.0.3",
27+
"@tryghost/tpl": "2.0.3",
2828
"lodash": "4.18.1"
2929
},
3030
"devDependencies": {

packages/bookshelf-plugins/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/bookshelf-collision": "^2.0.3",
27-
"@tryghost/bookshelf-custom-query": "^2.0.3",
28-
"@tryghost/bookshelf-eager-load": "^2.0.3",
29-
"@tryghost/bookshelf-filter": "^2.0.3",
30-
"@tryghost/bookshelf-has-posts": "^2.1.0",
31-
"@tryghost/bookshelf-include-count": "^2.0.3",
32-
"@tryghost/bookshelf-order": "^2.0.3",
33-
"@tryghost/bookshelf-pagination": "^2.0.3",
34-
"@tryghost/bookshelf-search": "^2.0.3",
35-
"@tryghost/bookshelf-transaction-events": "^2.0.3"
26+
"@tryghost/bookshelf-collision": "2.0.3",
27+
"@tryghost/bookshelf-custom-query": "2.0.3",
28+
"@tryghost/bookshelf-eager-load": "2.0.3",
29+
"@tryghost/bookshelf-filter": "2.0.3",
30+
"@tryghost/bookshelf-has-posts": "2.1.0",
31+
"@tryghost/bookshelf-include-count": "2.0.3",
32+
"@tryghost/bookshelf-order": "2.0.3",
33+
"@tryghost/bookshelf-pagination": "2.0.3",
34+
"@tryghost/bookshelf-search": "2.0.3",
35+
"@tryghost/bookshelf-transaction-events": "2.0.3"
3636
},
3737
"devDependencies": {
3838
"sinon": "21.1.2"

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/root-utils": "^2.0.3",
26+
"@tryghost/root-utils": "2.0.3",
2727
"nconf": "0.13.0"
2828
}
2929
}

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"posttest": "pnpm run lint"
2424
},
2525
"dependencies": {
26-
"@tryghost/root-utils": "^2.0.3",
26+
"@tryghost/root-utils": "2.0.3",
2727
"debug": "4.4.3"
2828
}
2929
}

0 commit comments

Comments
 (0)