Skip to content

Commit a5f7126

Browse files
authored
Merge pull request #1183 from CodeForAfrica/chore-pnpm_v10
`pnpm` `v10`
2 parents 6ecd582 + 308060c commit a5f7126

File tree

32 files changed

+398
-616
lines changed

32 files changed

+398
-616
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
ARG \
88
# Must match packageManager in package.json
9-
PNPM_VERSION=9.9.0 \
9+
PNPM_VERSION=10.12.1 \
1010
# Next.js / Payload (build time)
1111
PORT=3000 \
1212
# Next.js (runtime)

apps/charterafrica/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
"webpack": "catalog:"
114114
},
115115
"engines": {
116-
"node": "20.x"
117-
}
116+
"node": "20.x",
117+
"pnpm": "10"
118+
},
119+
"packageManager": "[email protected]"
118120
}

apps/civicsignalblog/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@
106106
"webpack": "catalog:"
107107
},
108108
"engines": {
109-
"node": "20.x"
109+
"node": "20.x",
110+
"pnpm": "10"
110111
},
112+
"packageManager": "[email protected]",
111113
"imports": {
112114
"#civicsignalblog/*": {
113115
"dev": [

apps/climatemappedafrica/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
"typescript": "catalog:"
133133
},
134134
"engines": {
135-
"node": "20.x"
136-
}
135+
"node": "20.x",
136+
"pnpm": "10"
137+
},
138+
"packageManager": "[email protected]"
137139
}

apps/codeforafrica/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
"webpack": "catalog:"
9999
},
100100
"engines": {
101-
"node": "20.x"
102-
}
101+
"node": "20.x",
102+
"pnpm": "10"
103+
},
104+
"packageManager": "[email protected]"
103105
}

apps/pesayetu/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
"typescript": "catalog:"
120120
},
121121
"engines": {
122-
"node": "20.x"
123-
}
122+
"node": "20.x",
123+
"pnpm": "10"
124+
},
125+
"packageManager": "[email protected]"
124126
}

apps/promisetracker/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
"clean": "rm -rf .next .turbo node_modules"
8989
},
9090
"engines": {
91-
"node": "20.x"
92-
}
91+
"node": "20.x",
92+
"pnpm": "10"
93+
},
94+
"packageManager": "[email protected]"
9395
}

apps/roboshield/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,10 @@
8181
"tsx": "catalog:",
8282
"typescript": "catalog:",
8383
"typescript-eslint": "catalog:"
84-
}
84+
},
85+
"engines": {
86+
"node": "20.x",
87+
"pnpm": "10"
88+
},
89+
"packageManager": "[email protected]"
8590
}

apps/techlabblog/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"typescript": "catalog:"
5252
},
5353
"engines": {
54-
"node": "20.x"
55-
}
54+
"node": "20.x",
55+
"pnpm": "10"
56+
},
57+
"packageManager": "[email protected]"
5658
}

apps/trustlab/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,10 @@
6363
"jest": "catalog:",
6464
"jest-config-commons-ui": "workspace:*",
6565
"playwright-config-commons-ui": "workspace:*"
66-
}
66+
},
67+
"engines": {
68+
"node": "20.x",
69+
"pnpm": "10"
70+
},
71+
"packageManager": "[email protected]"
6772
}

0 commit comments

Comments
 (0)