Skip to content

Commit

Permalink
Limit nothing-but/utils version updates to patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jul 28, 2023
1 parent 51f1b5a commit e71c28c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 349 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@nothing-but/utils": "^0.3.2",
"@nothing-but/utils": "~0.3.2",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"typecheck": "tsc --noEmit --paths null"
},
"dependencies": {
"@nothing-but/utils": "^0.3.2",
"@nothing-but/utils": "~0.3.2",
"@solid-devtools/shared": "workspace:^",
"@solid-primitives/bounds": "^0.0.114",
"@solid-primitives/cursor": "^0.0.111",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"solid-js": "^1.7.8"
},
"dependencies": {
"@nothing-but/utils": "^0.3.2",
"@nothing-but/utils": "~0.3.2",
"@solid-devtools/debugger": "workspace:^",
"@solid-devtools/shared": "workspace:^",
"@solid-primitives/utils": "^6.2.0"
Expand Down
Loading

0 comments on commit e71c28c

Please sign in to comment.