Skip to content

Commit db83c9c

Browse files
committed
fix: upgrade yarn
1 parent da427e8 commit db83c9c

File tree

5 files changed

+798
-2
lines changed

5 files changed

+798
-2
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,8 @@ package-lock.json
119119
.env
120120

121121
.DS_Store
122+
123+
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
124+
.yarn/*
125+
!.yarn/releases
126+
!.yarn/plugins

.yarn/releases/yarn-3.2.0.cjs

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

.yarnrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
yarn-path ".yarn/releases/yarn-1.22.18.cjs"

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: .yarn/releases/yarn-3.2.0.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"release": "./scripts/release.sh",
2121
"test": "npx jest"
2222
},
23-
"dependencies": {},
2423
"devDependencies": {
2524
"@algolia/algoliasearch-netlify-frontend": "*",
2625
"@algolia/netlify-plugin-crawler": "*",
@@ -61,5 +60,6 @@
6160
"engines": {
6261
"yarn": "1.*",
6362
"node": "16.*"
64-
}
63+
},
64+
"packageManager": "[email protected]"
6565
}

0 commit comments

Comments
 (0)