Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent 0f1da45 commit 5892d1e
Show file tree
Hide file tree
Showing 10 changed files with 171 additions and 171 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.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: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion examples/embedded-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsc-parser/embedded-example",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"version": "0.9.1",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"release": "changeset publish",
"knip": "knip"
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"devDependencies": {
"@changesets/cli": "2.27.8",
"knip": "5.30.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rsc-parser/chrome-extension",
"version": "0.9.1",
"license": "MIT",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"private": true,
"dependencies": {
"@rsc-parser/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rsc-parser/core",
"version": "0.9.1",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"author": "Alvar Lagerlöf",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsc-parser/embedded",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"version": "0.9.1",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rsc-parser/react-client",
"version": "0.9.1",
"license": "MIT",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.9.1",
"license": "MIT",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rsc-parser/website",
"version": "0.9.1",
"license": "MIT",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"type": "module",
"private": true,
"scripts": {
Expand Down

0 comments on commit 5892d1e

Please sign in to comment.