Skip to content

Commit 4fa7dea

Browse files
committed
feat(deps): write-json-file@^3.2.0
1 parent f8ee7e6 commit 4fa7dea

File tree

5 files changed

+43
-18
lines changed

5 files changed

+43
-18
lines changed

commands/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@lerna/command": "file:../../core/command",
3737
"fs-extra": "^7.0.0",
3838
"p-map": "^1.2.0",
39-
"write-json-file": "^2.3.0"
39+
"write-json-file": "^3.2.0"
4040
}
4141
}

core/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"npmlog": "^4.1.2",
4444
"p-map": "^1.2.0",
4545
"resolve-from": "^4.0.0",
46-
"write-json-file": "^2.3.0"
46+
"write-json-file": "^3.2.0"
4747
}
4848
}

helpers/commit-change-to-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@lerna-test/git-add": "file:../git-add",
1010
"@lerna-test/git-commit": "file:../git-commit",
1111
"load-json-file": "^4.0.0",
12-
"write-json-file": "^2.3.0"
12+
"write-json-file": "^3.2.0"
1313
}
1414
}

package-lock.json

Lines changed: 38 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"tacks": "^1.3.0",
7979
"tar": "^4.4.10",
8080
"tempy": "^0.2.1",
81-
"touch": "^3.1.0"
81+
"touch": "^3.1.0",
82+
"write-json-file": "^3.2.0"
8283
},
8384
"engines": {
8485
"node": ">= 6.9.0"

0 commit comments

Comments
 (0)