Skip to content

Commit

Permalink
Merge branch 'develop' into fix/constraintToString
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienboulle committed Mar 13, 2024
2 parents 4d223a0 + cc24524 commit 2dd311d
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
108 changes: 54 additions & 54 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
},
"dependencies": {
"@types/validator": "^13.11.8",
"libphonenumber-js": "^1.10.56",
"libphonenumber-js": "^1.10.58",
"validator": "^13.9.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"husky": "^4.3.8",
Expand All @@ -60,6 +60,6 @@
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}

0 comments on commit 2dd311d

Please sign in to comment.