Skip to content

Commit 846b1e3

Browse files
authored
Merge pull request #1612 from privy-open-source/renovate/yarn-monorepo
chore(deps): update yarn to v4.9.1
2 parents 6b4a263 + da91703 commit 846b1e3

File tree

11 files changed

+957
-944
lines changed

11 files changed

+957
-944
lines changed

.yarn/releases/yarn-4.7.0.cjs

-935
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

+948
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.7.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/design-system",
33
"version": "1.1.2",
4-
"packageManager": "yarn@4.7.0",
4+
"packageManager": "yarn@4.9.1",
55
"private": true,
66
"type": "module",
77
"scripts": {

packages/browserslist-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/browserslist-config",
33
"description": "Browserslist shareable config for Persona project",
44
"version": "1.1.2",
5-
"packageManager": "yarn@4.7.0",
5+
"packageManager": "yarn@4.9.1",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/eslint-config-persona/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/eslint-config-persona",
33
"description": "Eslint shareable config for Persona project",
44
"version": "1.1.2",
5-
"packageManager": "yarn@4.7.0",
5+
"packageManager": "yarn@4.9.1",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/persona-icon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/persona-icon",
33
"description": "Persona icon package",
44
"version": "1.1.2",
5-
"packageManager": "yarn@4.7.0",
5+
"packageManager": "yarn@4.9.1",
66
"type": "module",
77
"main": "./dist/module.cjs",
88
"module": "./dist/module.mjs",

packages/persona-ilustration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/persona-ilustration",
33
"description": "Persona ilustration package",
44
"version": "1.1.2",
5-
"packageManager": "yarn@4.7.0",
5+
"packageManager": "yarn@4.9.1",
66
"type": "module",
77
"main": "./dist/module.cjs",
88
"module": "./dist/module.mjs",

packages/tailwind-animation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/tailwind-animation",
33
"description": "Collection animation class for vue `<transition>`",
44
"version": "1.1.2",
5-
"packageManager": "yarn@4.7.0",
5+
"packageManager": "yarn@4.9.1",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/tailwind-extended/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/tailwind-extended",
33
"description": "Add missing tailwind utilities",
44
"version": "1.1.2",
5-
"packageManager": "yarn@4.7.0",
5+
"packageManager": "yarn@4.9.1",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/tailwind-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/tailwind-preset",
33
"description": "Tailwind preset for Persona project",
44
"version": "1.1.2",
5-
"packageManager": "yarn@4.7.0",
5+
"packageManager": "yarn@4.9.1",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

0 commit comments

Comments
 (0)