Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent 29ae4de commit bf38d42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"dist"
],
"devDependencies": {
"i18next": "^22.4.10",
"typescript": "^4.9.5"
"i18next": "22.4.10",
"typescript": "4.9.5"
},
"dependencies": {
"just-debounce": "^1.1.0"
"just-debounce": "1.1.0"
},
"peerDependencies": {
"i18next": "22.x.x"
"i18next": "22.5.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16"
"node": "21.7.3"
},
"packageManager": "[email protected]"
}

0 comments on commit bf38d42

Please sign in to comment.