Skip to content

Commit

Permalink
chore: use yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Apr 30, 2024
1 parent 35ce813 commit f7dd047
Show file tree
Hide file tree
Showing 5 changed files with 7,636 additions and 5,068 deletions.
23 changes: 20 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,30 @@ logs
*.log
npm-debug.log*
.DS_Store
*.swp
yarn-error.log
src/addons
/project/
/addon-testing-project/

coverage
node_modules
build
dist
cache
.env.local
.env.development.local
.env.test.local
.env.production.local

data
omelette
var

locales/*.json

# Yarn 3
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
defaultSemverRangePrefix: ""

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.3.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"leaflet": "1.6.0",
"leaflet.markercluster": "1.5.0",
"react-leaflet": "2.7.0"
}
},
"packageManager": "yarn@3.2.3"
}
Loading

0 comments on commit f7dd047

Please sign in to comment.