Skip to content

Commit

Permalink
chore(deps): update yarn to v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent c4a8a85 commit 10e5a1f
Show file tree
Hide file tree
Showing 10 changed files with 1,758 additions and 1,782 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.3.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
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.8.3.cjs
2 changes: 1 addition & 1 deletion back/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
"jest": "^27.2.5",
"prettier": "^2.3.2"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@3.8.3"
}
874 changes: 0 additions & 874 deletions front/.yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions front/.yarn/releases/yarn-3.8.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.8.3.cjs
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@
"typescript": "~5.3.3"
},
"private": true,
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@3.8.3"
}
32 changes: 3 additions & 29 deletions front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ __metadata:
languageName: node
linkType: hard

"@expo/metro-config@npm:0.18.9":
"@expo/metro-config@npm:0.18.9, @expo/metro-config@npm:~0.18.1, @expo/metro-config@npm:~0.18.6":
version: 0.18.9
resolution: "@expo/metro-config@npm:0.18.9"
dependencies:
Expand All @@ -1582,32 +1582,6 @@ __metadata:
languageName: node
linkType: hard

"@expo/metro-config@npm:~0.18.1, @expo/metro-config@npm:~0.18.6":
version: 0.18.8
resolution: "@expo/metro-config@npm:0.18.8"
dependencies:
"@babel/core": ^7.20.0
"@babel/generator": ^7.20.5
"@babel/parser": ^7.20.0
"@babel/types": ^7.20.0
"@expo/config": ~9.0.0-beta.0
"@expo/env": ~0.3.0
"@expo/json-file": ~8.3.0
"@expo/spawn-async": ^1.7.2
chalk: ^4.1.0
debug: ^4.3.2
find-yarn-workspace-root: ~2.0.0
fs-extra: ^9.1.0
getenv: ^1.0.0
glob: ^7.2.3
jsc-safe-url: ^0.2.4
lightningcss: ~1.19.0
postcss: ~8.4.32
resolve-from: ^5.0.0
checksum: 04f45ee37878f137ff23a7f96950e7ac799dbd09b38d7e408345e4dae69611b14a418d0454f15006c1720516773ee1fa30832f9d8602261259296f41c2ebe1a1
languageName: node
linkType: hard

"@expo/osascript@npm:^2.0.31":
version: 2.1.3
resolution: "@expo/osascript@npm:2.1.3"
Expand Down Expand Up @@ -15010,11 +14984,11 @@ __metadata:

"typescript@patch:typescript@~5.3.3#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=29ae49"
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f61375590b3162599f0f0d5b8737877ac0a7bc52761dbb585d67e7b8753a3a4c42d9a554c4cc929f591ffcf3a2b0602f65ae3ce74714fd5652623a816862b610
checksum: 4e604a9e107ce0c23b16a2f8d79d0531d4d8fe9ebbb7a8c395c66998c39892f0e0a071ef0b0d4e66420a8ec2b8d6cfd9cdb29ba24f25b37cba072e9282376df9
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"scripts": {
"commit": "git-cz"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@3.8.3"
}

0 comments on commit 10e5a1f

Please sign in to comment.