Skip to content

Commit

Permalink
fix(deps): unpin most @snickbit dependencies to reduce releases
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Mar 27, 2023
1 parent 473a16b commit 2bc6124
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 67 deletions.
6 changes: 3 additions & 3 deletions clis/snickbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
]
},
"dependencies": {
"@snickbit/node-cli": "3.0.24",
"@snickbit/node-utilities": "4.7.2",
"@snickbit/out": "2.0.48",
"@snickbit/node-cli": "^3.0.24",
"@snickbit/node-utilities": "^4.7.2",
"@snickbit/out": "^2.0.48",
"ansi-styles-template": "1.0.0",
"figlet": "1.5.2",
"is-email": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepare": "husky install",
"prerelease": "turbo run --no-daemon --no-cache clean build docs //#fix //#test",
"release": "turbo run release",
"release:ci": "multi-semantic-release",
"release:ci": "multi-semantic-release --deps.bump=satisfy",
"test": "jest --no-cache"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
},
"dependencies": {
"@snickbit/utilities": "3.5.0",
"@snickbit/utilities": "^3.5.0",
"mitt": "~3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/utilities": "3.5.0"
"@snickbit/utilities": "^3.5.0"
},
"devDependencies": {
"@types/jest": "29.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/utilities": "3.5.0",
"@snickbit/utilities": "^3.5.0",
"dayjs": "1.11.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/out": "2.0.48",
"@snickbit/utilities": "3.5.0",
"@snickbit/out": "^2.0.48",
"@snickbit/utilities": "^3.5.0",
"object-path": "^0.11.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/out": "2.0.48",
"@snickbit/utilities": "3.5.0",
"@snickbit/out": "^2.0.48",
"@snickbit/utilities": "^3.5.0",
"ansi-styles-template": "^1.0.0",
"cli-progress": "3.12.0",
"is-wsl": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/utilities": "3.5.0",
"@snickbit/utilities": "^3.5.0",
"lite-fifo": "0.3.3"
},
"devDependencies": {
"@snickbit/indexer": "2.5.28",
"@snickbit/indexer": "^2.5.28",
"@types/jest": "29.4.0",
"jest": "29.4.3",
"shx": "0.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/spinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
},
"dependencies": {
"@snickbit/ansi": "^0.0.26",
"@snickbit/utilities": "3.5.0",
"@snickbit/utilities": "^3.5.0",
"cli-spinners": "^2.7.0",
"kleur": "^4.1.5"
},
"devDependencies": {
"@snickbit/indexer": "2.5.28",
"@snickbit/indexer": "^2.5.28",
"@types/node": "18.14.4",
"shx": "0.3.4",
"tsup": "6.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/utilities": "3.5.0",
"@snickbit/utilities": "^3.5.0",
"mitt": "3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/plural": "1.0.14",
"@snickbit/plural": "^1.0.14",
"just-camel-case": "6.2.0",
"nanoid": "^3.3.4"
},
"devDependencies": {
"@snickbit/indexer": "2.5.28",
"@snickbit/indexer": "^2.5.28",
"@types/jest": "29.4.0",
"jest": "29.4.3",
"shx": "0.3.4",
Expand Down
Loading

0 comments on commit 2bc6124

Please sign in to comment.