Skip to content

Commit 5c31ea4

Browse files
committed
ci: Upgrade to latest auto-it and lerna
1 parent b6fb502 commit 5c31ea4

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

lerna.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"message": "chore(release): %s [skip ci]"
1414
}
1515
},
16-
"version": "independent"
17-
}
16+
"version": "independent",
17+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
18+
}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/Quenty/NevermoreEngine.git"
77
},
88
"devDependencies": {
9-
"@auto-it/all-contributors": "^10.37.0",
10-
"@auto-it/conventional-commits": "^10.37.0",
11-
"@auto-it/first-time-contributor": "^10.37.0",
12-
"@auto-it/npm": "^10.37.0",
13-
"@auto-it/released": "^10.37.0",
14-
"auto": "^10.37.0",
15-
"lerna": "^5.3.0",
9+
"@auto-it/all-contributors": "^v11.0.4",
10+
"@auto-it/conventional-commits": "^v11.0.4",
11+
"@auto-it/first-time-contributor": "^v11.0.4",
12+
"@auto-it/npm": "^v11.0.4",
13+
"@auto-it/released": "^v11.0.4",
14+
"auto": "^v11.0.4",
15+
"lerna": "^7.1.4",
1616
"moonwave": "^1.0.1"
1717
},
1818
"scripts": {

0 commit comments

Comments
 (0)