Skip to content

Commit

Permalink
v2.33.0 - Update package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins committed Jun 17, 2024
1 parent b86d34c commit c8b4d43
Show file tree
Hide file tree
Showing 4 changed files with 4,514 additions and 2,708 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ typings/

# Optional npm cache directory
.npm
.yarn

# Optional eslint cache
.eslintcache
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinsly",
"version": "2.32.0",
"version": "2.33.0",
"description": "",
"main": "src/index.js",
"keywords": [
Expand Down Expand Up @@ -36,8 +36,8 @@
"@vitest/coverage-v8": "1.6.0",
"coveralls": "3.1.1",
"happy-dom": "14.12.0",
"sass": "1.77.4",
"vite": "5.2.13",
"sass": "1.77.5",
"vite": "5.3.1",
"vitest": "1.6.0"
},
"scripts": {
Expand All @@ -58,5 +58,6 @@
">0.5%",
"not op_mini all"
]
}
},
"packageManager": "[email protected]+sha512.1606bef7c84bc7d83b8576063de2fd08f7d69f9939015bed800f9585a002390268ecc777e9feeba7e26e9556aef6beaad4806968db2182ab5dd3e955ab3b9a0b"
}
Loading

0 comments on commit c8b4d43

Please sign in to comment.