Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 10, 2024
1 parent f777f3c commit 643ff8e
Show file tree
Hide file tree
Showing 4 changed files with 4,294 additions and 3,361 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,12 @@ storage
# Bundles
docs
target

# yarn
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"c8": "^10.1.2",
"esbuild": "^0.24.0",
"uvu": "^0.5.6",
"verdaccio": "^5.32.1"
"verdaccio": "^6.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 643ff8e

Please sign in to comment.