Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update yarn to v4.5.0 #1305

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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