Skip to content

Commit 0b2fa7f

Browse files
committed
1 parent 8b26a6d commit 0b2fa7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"libnpmpack": "^4.0.0",
121121
"libnpmpublish": "^6.0.0",
122122
"libnpmsearch": "^5.0.0",
123-
"libnpmteam": "^3.0.1",
123+
"libnpmteam": "^4.0.0",
124124
"libnpmversion": "^2.0.2",
125125
"make-fetch-happen": "^10.0.3",
126126
"minipass": "^3.1.6",
@@ -10787,7 +10787,7 @@
1078710787
}
1078810788
},
1078910789
"workspaces/libnpmteam": {
10790-
"version": "3.0.1",
10790+
"version": "4.0.0",
1079110791
"license": "ISC",
1079210792
"dependencies": {
1079310793
"aproba": "^2.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"libnpmpack": "^4.0.0",
8989
"libnpmpublish": "^6.0.0",
9090
"libnpmsearch": "^5.0.0",
91-
"libnpmteam": "^3.0.1",
91+
"libnpmteam": "^4.0.0",
9292
"libnpmversion": "^2.0.2",
9393
"make-fetch-happen": "^10.0.3",
9494
"minipass": "^3.1.6",

workspaces/libnpmteam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libnpmteam",
33
"description": "npm Team management APIs",
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"author": "GitHub Inc.",
66
"license": "ISC",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)