Skip to content

Commit

Permalink
Upgrade yarn to 4.0.2 (#5578)
Browse files Browse the repository at this point in the history
* Upgrade yarn to 4.0.2

* Correct react versions for yarn.lock
  • Loading branch information
bryanph authored Dec 4, 2023
1 parent 07f59e3 commit 54d78c1
Show file tree
Hide file tree
Showing 8 changed files with 5,212 additions and 5,568 deletions.
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

8 changes: 3 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
compressionLevel: mixed

packageExtensions:
eslint-module-utils@*:
dependencies:
Expand All @@ -9,8 +11,4 @@ packageExtensions:
dependencies:
prop-types: "*"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.2.28",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down Expand Up @@ -125,5 +125,5 @@
"eslint --fix"
]
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.2"
}
4 changes: 2 additions & 2 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@testing-library/react": "^14.0.0",
"@types/jest": "29.5.6",
"@types/jsdom": "^21.1.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/resize-observer-browser": "^0.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 54d78c1

Please sign in to comment.