Skip to content

Commit a276498

Browse files
authored
Merge pull request #24 from privy-open-source/renovate/yarn-monorepo
chore(deps): update yarn to v4.4.0
2 parents 2f20b23 + 6c9e208 commit a276498

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": "yarn@4.3.1",
3+
"packageManager": "yarn@4.4.0",
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": "yarn@4.3.1",
6+
"packageManager": "yarn@4.4.0",
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": "yarn@4.3.1",
3+
"packageManager": "yarn@4.4.0",
44
"version": "0.1.0-alpha.4",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)