Skip to content

Commit

Permalink
use yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jun 8, 2024
1 parent 38687c3 commit ffe699d
Show file tree
Hide file tree
Showing 4 changed files with 6,145 additions and 4,091 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ dist
.parcel-cache

# The GitLab pages artifacts
public
public

# yarn stuff
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# yarnrc for dropzone
enableTelemetry: 0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"url": "https://github.com/NicolasCARPi/dropzone.git"
},
"dependencies": {
"@swc/helpers": "^0.5.9"
"@swc/helpers": "^0.5.11"
},
"devDependencies": {
"@parcel/transformer-inline-string": "^2.0.0",
Expand All @@ -76,5 +76,5 @@
"sinon-chai": "^3.5.0",
"typescript": "^5.4.5"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
"packageManager": "yarn@4.2.2"
}
Loading

0 comments on commit ffe699d

Please sign in to comment.