Skip to content

Commit 5f8c83a

Browse files
committedMar 4, 2023
yarn 3
1 parent bc9698f commit 5f8c83a

File tree

6 files changed

+3374
-2
lines changed

6 files changed

+3374
-2
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ dist
1212
dist-ssr
1313
*.local
1414

15+
.yarn/cache
16+
.yarn/install-state.gz
17+
1518
# Editor directories and files
1619
.vscode/*
1720
!.vscode/extensions.json

‎.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

+541
Large diffs are not rendered by default.

‎.yarn/releases/yarn-3.4.1.cjs

+873
Large diffs are not rendered by default.

‎.yarnrc.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"
6+
7+
yarnPath: .yarn/releases/yarn-3.4.1.cjs

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"@vitejs/plugin-react": "^3.1.0",
1919
"typescript": "^4.9.3",
2020
"vite": "^4.1.0"
21-
}
22-
}
21+
},
22+
"packageManager": "yarn@3.4.1"
23+
}

‎yarn.lock

+1,947
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.