Skip to content

Commit

Permalink
Using minor semver lvl instead of patch
Browse files Browse the repository at this point in the history
  • Loading branch information
shahradelahi committed Apr 7, 2024
1 parent 29a605a commit 01ef429
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"packageManager": "[email protected]",
"dependencies": {
"@msgpack/msgpack": "3.0.0-beta2",
"debounce": "^2.0.0",
"path": "^0.12.7",
"type-fest": "^4.12.0"
"debounce": "^2.0",
"path": "^0.12",
"type-fest": "^4.12"
},
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.28",
"chai": "^5.1.0",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
"@types/chai": "^4.3",
"@types/mocha": "^10.0",
"@types/node": "^20.11",
"chai": "^5.1",
"mocha": "^10.3",
"prettier": "^3.2",
"tsup": "^8.0",
"tsx": "^4.7",
"typescript": "^5.4"
},
"license": "MIT",
"author": "Shahrad Elahi <[email protected]> (https://github.com/shahradelahi)",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01ef429

Please sign in to comment.