Skip to content

Commit e3f2eed

Browse files
committed
chore: fix package resolutions
1 parent f4da724 commit e3f2eed

File tree

12 files changed

+83861
-3245
lines changed

12 files changed

+83861
-3245
lines changed

.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,14 @@ www/public/
112112
# VSCode settings
113113
.vscode
114114

115-
# yarn v2
116-
.yarn/cache
117-
.yarn/unplugged
118-
.yarn/build-state.yml
119-
.yarn/install-state.gz
120-
.pnp.*
115+
# yarn v3 with zero installs
116+
.yarn/*
117+
# !.yarn/cache
118+
!.yarn/patches
119+
!.yarn/plugins
120+
!.yarn/releases
121+
!.yarn/sdks
122+
!.yarn/versions
121123

122124
# Local Netlify folder
123125
.netlify

.pnp.cjs

Lines changed: 40790 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)