Skip to content

Commit b2cd0dc

Browse files
Github CI build: __run_3 v1.22.6 [ci skip]
1 parent 938d7fd commit b2cd0dc

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/root",
3-
"version": "1.22.5",
3+
"version": "1.22.6",
44
"description": "Monorepo CLI and utils to deploy packages on NPM",
55
"private": true,
66
"scripts": {

packages/monorepo/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/monorepo-utils",
3-
"version": "1.22.5",
3+
"version": "1.22.6",
44
"description": "Mono repo utils",
55
"main": "./src/index.js",
66
"repository": {
@@ -40,5 +40,6 @@
4040
},
4141
"peerDependencies": {
4242
"semantic-release": ">=19"
43-
}
44-
}
43+
},
44+
"devDependencies": {}
45+
}

packages/yarn-workspaces/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/yarn-workspaces",
3-
"version": "1.22.5",
3+
"version": "1.22.6",
44
"description": "Yarn workspaces utils for CRACO",
55
"source": "./src/index.js",
66
"main": "./lib/index.js",
@@ -33,5 +33,6 @@
3333
"find-up": "5.0.0",
3434
"fs-extra": "10.0.0",
3535
"glob": "7.1.6"
36-
}
37-
}
36+
},
37+
"peerDependencies": {}
38+
}

0 commit comments

Comments
 (0)