Skip to content

Commit f3badf0

Browse files
authored
Merge pull request #38 from privy-open-source/renovate/yarn-monorepo
chore(deps): update yarn to v4.5.1
2 parents 3f3e94a + dd62349 commit f3badf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/ghoulscript-monorepo",
3-
"packageManager": "[email protected].0",
3+
"packageManager": "[email protected].1",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/ghostscript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Ghostscript compiled to WebAssembly",
44
"version": "0.1.0-alpha.2",
55
"gsVersion": "10.03.1",
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"type": "module",
88
"main": "./dist/gs.cjs",
99
"module": "./dist/gs.js",

packages/ghoulscript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/ghoulscript",
3-
"packageManager": "[email protected].0",
3+
"packageManager": "[email protected].1",
44
"version": "0.1.0-alpha.4",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)