feat: Add the merge to the file. (#2643)

* feat: Add the merge to the file.

* chore: Fix the early escape
This commit is contained in:
Jade
2024-06-10 22:38:12 -06:00
committed by GitHub
parent 4d6cb091cc
commit 5aefb707fa
3 changed files with 26 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
"homepage": "https://github.com/Start9Labs/start-sdk#readme",
"dependencies": {
"isomorphic-fetch": "^3.0.0",
"lodash": "4.*.*",
"ts-matches": "^5.4.1"
},
"prettier": {
@@ -41,13 +42,14 @@
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"yaml": "^2.2.2",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.17.5",
"jest": "^29.4.3",
"prettier": "^3.2.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsx": "^4.7.1",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"yaml": "^2.2.2"
}
}