Skip to content

Commit

Permalink
chore(deps): update yarn to v3.8.2 (#4306)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent 5dc3764 commit fe2f6a6
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 230 deletions.
444 changes: 222 additions & 222 deletions .yarn/releases/yarn-3.8.1.cjs → .yarn/releases/yarn-3.8.2.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 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.8.1.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs
2 changes: 1 addition & 1 deletion frontends/ol-ckeditor/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-forms/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-search-ui/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-util/package.json
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/*",
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-widgets/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe2f6a6

Please sign in to comment.