mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
fix(deps): update dependencies
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
|
/.nx/workspace-data
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
"version": {
|
"version": {
|
||||||
"conventionalCommits": true,
|
"conventionalCommits": true,
|
||||||
"createRelease": "github",
|
"createRelease": "github",
|
||||||
"ignoreChanges": ["**/*.md"],
|
"ignoreChanges": [
|
||||||
|
"**/*.md"
|
||||||
|
],
|
||||||
"message": "chore(release): publish",
|
"message": "chore(release): publish",
|
||||||
"yes": true
|
"yes": true
|
||||||
},
|
},
|
||||||
@@ -14,6 +16,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"packages": ["packages/*"],
|
"packages": [
|
||||||
|
"packages/*"
|
||||||
|
],
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user