Skip to content

Commit

Permalink
fix: prematurely updated @snickbit/utilities dep
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Aug 4, 2023
1 parent bba6d14 commit 2f0230f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@snickbit/utilities": "3.12.0",
"@snickbit/utilities": "3.11.4",
"mitt": "~3.0.1"
},
"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 @@ -33,7 +33,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/utilities": "3.12.0"
"@snickbit/utilities": "3.11.4"
},
"devDependencies": {
"@types/jest": "29.5.3",
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 @@
},
"dependencies": {
"@snickbit/plural": "1.0.19",
"@snickbit/utilities": "3.12.0",
"@snickbit/utilities": "3.11.4",
"dayjs": "1.11.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/utilities": "3.12.0",
"@snickbit/utilities": "3.11.4",
"mitt": "3.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 2f0230f

Please sign in to comment.