Skip to content

Commit 4ac3d13

Browse files
author
ncu_bot
committed
Updated dependencies
1 parent 1abde58 commit 4ac3d13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "node-updater-test",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"react": "^15.0.0"
7+
"react": "16.3.2"
88
}
99
}

sub-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "sub-project",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"lodash": "^3.0.0"
7+
"lodash": "4.17.5"
88
}
99
}

0 commit comments

Comments
 (0)