Skip to content

Commit

Permalink
Merge pull request #1429 from privy-open-source/renovate/yarn-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update yarn to v4.4.1
  • Loading branch information
adenvt authored Aug 27, 2024
2 parents 03929ab + 4deeba4 commit b28f6b1
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 183 deletions.
348 changes: 174 additions & 174 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.4.1.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.4.0.cjs
yarnPath: .yarn/releases/yarn-4.4.1.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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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-rc.7",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand Down

0 comments on commit b28f6b1

Please sign in to comment.