Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Feb 3, 2024
1 parent 4f83b41 commit 4d2153e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion projects/phone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"peerDependencies": {
"@maskito/core": "^2.0.2",
"@maskito/kit": "^2.0.2",
"libphonenumber-js": ">=1.0.0"
"libphonenumber-js": "1.10.54"
}
}
4 changes: 2 additions & 2 deletions projects/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"@maskito/core": "^2.0.2",
"react": ">=16.8",
"react-dom": ">=16.8"
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
2 changes: 1 addition & 1 deletion projects/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"peerDependencies": {
"@maskito/core": "^2.0.2",
"vue": ">=3.0.0"
"vue": "3.4.15"
}
}

0 comments on commit 4d2153e

Please sign in to comment.