-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update yarn to v3.8.2 (#4306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5dc3764
commit fe2f6a6
Showing
9 changed files
with
230 additions
and
230 deletions.
There are no files selected for viewing
444 changes: 222 additions & 222 deletions
444
.yarn/releases/yarn-3.8.1.cjs → .yarn/releases/yarn-3.8.2.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ol-ckeditor", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"exports": { | ||
".": "./src/index.ts", | ||
"./test_utils": "./src/test_utils.tsx", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ol-forms", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"main": "./src/index.ts", | ||
"peerDependencies": { | ||
"react": "^16.10 || 17 || 18", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ol-search-ui", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"main": "./src/index.ts", | ||
"dependencies": { | ||
"@emotion/react": "^11.9.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "ol-template", | ||
"description": "Templates for the frontend.", | ||
"type": "module", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"dependencies": { | ||
"plop": "^3.1.2" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ol-util", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"exports": { | ||
".": "./src/index.ts", | ||
"./assets/*": "./assets/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ol-widgets", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"main": "./src/index.ts", | ||
"dependencies": { | ||
"@emotion/react": "^11.9.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
"create-package": "yarn workspace ol-template plop package" | ||
}, | ||
"version": "0.0.0", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"dependencies": { | ||
"@ebay/nice-modal-react": "^1.2.10", | ||
"@swc/core": "^1.3.32", | ||
|