Skip to content

Commit dadb9e2

Browse files
Update Yarn to v3.5.0
1 parent 4e27817 commit dadb9e2

7 files changed

Lines changed: 881 additions & 793 deletions

File tree

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-3.5.0.cjs

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins:
88
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
99
spec: '@yarnpkg/plugin-constraints'
1010

11-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
11+
yarnPath: .yarn/releases/yarn-3.5.0.cjs
1212

1313
npmPublishAccess: public
1414
npmPublishRegistry: https://npm.pkg.github.com

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@giggl/example",
3-
"packageManager": "yarn@3.2.0",
3+
"packageManager": "yarn@3.5.0",
44
"scripts": {
55
"dev": "parcel serve src/index.html --lazy",
66
"build": "parcel build src/index.html",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "giggl",
33
"private": true,
44
"version": "1.0.7",
5-
"packageManager": "yarn@3.2.0",
5+
"packageManager": "yarn@3.5.0",
66
"homepage": "https://giggl.app",
77
"git": "https://github.com/giggl/emoji",
88
"scripts": {

packages/emoji/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@giggl/emoji",
3-
"packageManager": "yarn@3.2.0",
3+
"packageManager": "yarn@3.5.0",
44
"main": "dist/giggl-emoji.cjs.js",
55
"module": "dist/giggl-emoji.esm.js",
66
"typings": "dist/giggl-emoji.cjs.d.ts",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4755,7 +4755,7 @@ __metadata:
47554755

47564756
"fsevents@patch:fsevents@~2.3.2#~builtin<compat/fsevents>":
47574757
version: 2.3.2
4758-
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"
4758+
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=df0bf1"
47594759
dependencies:
47604760
node-gyp: latest
47614761
conditions: os=darwin
@@ -7297,7 +7297,7 @@ resolve@^2.0.0-next.3:
72977297

72987298
"resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.17.0#~builtin<compat/resolve>":
72997299
version: 1.20.0
7300-
resolution: "resolve@patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"
7300+
resolution: "resolve@patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=c3c19d"
73017301
dependencies:
73027302
is-core-module: ^2.2.0
73037303
path-parse: ^1.0.6
@@ -7307,7 +7307,7 @@ resolve@^2.0.0-next.3:
73077307

73087308
"resolve@patch:resolve@^2.0.0-next.3#~builtin<compat/resolve>":
73097309
version: 2.0.0-next.3
7310-
resolution: "resolve@patch:resolve@npm%3A2.0.0-next.3#~builtin<compat/resolve>::version=2.0.0-next.3&hash=07638b"
7310+
resolution: "resolve@patch:resolve@npm%3A2.0.0-next.3#~builtin<compat/resolve>::version=2.0.0-next.3&hash=c3c19d"
73117311
dependencies:
73127312
is-core-module: ^2.2.0
73137313
path-parse: ^1.0.6
@@ -7983,7 +7983,7 @@ resolve@^2.0.0-next.3:
79837983

79847984
"typescript@patch:typescript@4.6.2#~builtin<compat/typescript>":
79857985
version: 4.6.2
7986-
resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin<compat/typescript>::version=4.6.2&hash=bda367"
7986+
resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin<compat/typescript>::version=4.6.2&hash=5d3a66"
79877987
bin:
79887988
tsc: bin/tsc
79897989
tsserver: bin/tsserver

0 commit comments

Comments
 (0)