File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export default {
5
5
} ,
6
6
dependencyCheck : {
7
7
ignore : [
8
- '@achingbrain/semantic-release-monorepo' ,
9
8
'@typescript-eslint/eslint-plugin' ,
10
9
'buffer' ,
11
10
'c8' ,
@@ -18,6 +17,7 @@ export default {
18
17
'playwright-test' ,
19
18
'react-native-test-runner' ,
20
19
'semantic-release' ,
20
+ 'semantic-release-monorepo' ,
21
21
'source-map-support' ,
22
22
'typedoc-plugin-mdn-links' ,
23
23
'typedoc-plugin-missing-exports' ,
Original file line number Diff line number Diff line change 226
226
"release" : " node src/index.js release --no-bundle"
227
227
},
228
228
"dependencies" : {
229
- "@achingbrain/semantic-release-monorepo" : " ^8.0.0" ,
230
229
"@electron/get" : " ^2.0.0" ,
231
230
"@polka/send-type" : " ^0.5.2" ,
232
231
"@semantic-release/changelog" : " ^6.0.1" ,
304
303
"read-pkg-up" : " ^10.0.0" ,
305
304
"rimraf" : " ^5.0.0" ,
306
305
"semantic-release" : " ^21.0.7" ,
306
+ "semantic-release-monorepo" : " https://registry.npmjs.org/@achingbrain/semantic-release-monorepo/-/semantic-release-monorepo-8.0.0.tgz" ,
307
307
"semver" : " ^7.3.8" ,
308
308
"source-map-support" : " ^0.5.20" ,
309
309
"strip-bom" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments