Skip to content

Commit 9ffd523

Browse files
author
Konstantin Epishev
committed
v2.10.7
1 parent 193d8aa commit 9ffd523

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"packages/sharec-schema",
99
"packages/sharec-nanomatch"
1010
],
11-
"version": "2.10.6"
11+
"version": "2.10.7"
1212
}

packages/sharec-demo-config/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-demo-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-demo-config",
3-
"version": "2.10.6",
3+
"version": "2.10.7",
44
"description": "Sharec example config for core functionality demonstration",
55
"scripts": {
66
"postinstall": "sharec"
@@ -14,7 +14,7 @@
1414
"keywords": [],
1515
"license": "MIT",
1616
"dependencies": {
17-
"sharec": "^2.10.6"
17+
"sharec": "^2.10.7"
1818
},
1919
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
2020
}

packages/sharec-essential-config/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-essential-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-essential-config",
3-
"version": "2.10.6",
3+
"version": "2.10.7",
44
"description": "",
55
"author": "Konstantin Epishev <lamartire@gmail.com>",
66
"keywords": [],
@@ -14,7 +14,7 @@
1414
"url": "git+https://github.com/lamartire/sharec"
1515
},
1616
"dependencies": {
17-
"sharec": "^2.10.6"
17+
"sharec": "^2.10.7"
1818
},
1919
"scripts": {
2020
"postinstall": "sharec"

packages/sharec-nanomatch/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-nanomatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sharec-nanomatch",
33
"description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
4-
"version": "2.10.2",
4+
"version": "2.10.7",
55
"homepage": "https://github.com/lamartire/sharec",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [

packages/sharec-schema/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-schema",
3-
"version": "2.10.5",
3+
"version": "2.10.7",
44
"description": "Utilities for configuration files merge",
55
"keywords": [
66
"configuration",
@@ -63,6 +63,6 @@
6363
"js-yaml": "^4.0.0",
6464
"json8": "^1.0.3",
6565
"lodash": "^4.17.21",
66-
"sharec-utils": "^2.10.5"
66+
"sharec-utils": "^2.10.7"
6767
}
6868
}

packages/sharec-utils/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)