From ba7d25e6211c11df1368429d495cce1e3914e5ad Mon Sep 17 00:00:00 2001 From: Joosung Park Date: Wed, 17 Jul 2024 00:08:57 +0900 Subject: [PATCH 1/3] chore: upgrade yarn to berry --- .gitignore | 9 + .idea/codeStyles/Project.xml | 7 + .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/git_toolbox_blame.xml | 6 + .idea/git_toolbox_prj.xml | 15 + .idea/misc.xml | 1 - .yarn/releases/yarn-4.3.1.cjs | 894 +++ .yarnrc.yml | 3 + package.json | 3 +- yarn.lock | 8304 ++++++++++++++++---------- 10 files changed, 6000 insertions(+), 3247 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/git_toolbox_blame.xml create mode 100644 .idea/git_toolbox_prj.xml create mode 100755 .yarn/releases/yarn-4.3.1.cjs create mode 100644 .yarnrc.yml diff --git a/.gitignore b/.gitignore index a804cb6..c369684 100644 --- a/.gitignore +++ b/.gitignore @@ -196,3 +196,12 @@ turnoff-namuwiki@alex4386.us.xpi # production info production_ver.txt + +# Yarn +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..919ce1f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml new file mode 100644 index 0000000..7dc1249 --- /dev/null +++ b/.idea/git_toolbox_blame.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 28a804d..dd7010f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ -