Skip to content

Commit

Permalink
Merge pull request #1556 from privy-open-source/renovate/yarn-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update yarn to v4.6.0
  • Loading branch information
adenvt authored Jan 13, 2025
2 parents f0d4e7c + afa8d7b commit 78ed02e
Show file tree
Hide file tree
Showing 10 changed files with 296 additions and 296 deletions.
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/design-system",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@privyid/browserslist-config",
"description": "Browserslist shareable config for Persona project",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@privyid/eslint-config-persona",
"description": "Eslint shareable config for Persona project",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/persona-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@privyid/persona-icon",
"description": "Persona icon package",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"type": "module",
"main": "./dist/module.cjs",
"module": "./dist/module.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/persona-ilustration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@privyid/persona-ilustration",
"description": "Persona ilustration package",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"type": "module",
"main": "./dist/module.cjs",
"module": "./dist/module.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@privyid/tailwind-animation",
"description": "Collection animation class for vue `<transition>`",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-extended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@privyid/tailwind-extended",
"description": "Add missing tailwind utilities",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@privyid/tailwind-preset",
"description": "Tailwind preset for Persona project",
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand Down

0 comments on commit 78ed02e

Please sign in to comment.