Skip to content

Commit

Permalink
build: use dependant versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 2, 2022
1 parent 58c62e3 commit 760dc10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
Expand All @@ -14,5 +13,6 @@
"init": {
"exact": true
}
}
},
"version": "9.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"scripts": {
"lint": "eslint . --config=packages/eslint-config/index.js",
"release": "lerna publish",
"release": "yarn test && lerna publish",
"test": "yarn lint && vitest run"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"index.js"
],
"dependencies": {
"@nuxtjs/eslint-config": "9.0.0",
"@nuxtjs/eslint-config": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint-import-resolver-typescript": "^2.7.1",
Expand Down

0 comments on commit 760dc10

Please sign in to comment.