260319:0836 Fix UUID #15
Build and Deploy / deploy (push) Failing after 5m40s

This commit is contained in:
admin
2026-03-19 08:36:25 +07:00
parent fe4a779f38
commit fee58bc48c
4 changed files with 25 additions and 20 deletions
+3 -7
View File
@@ -112,7 +112,8 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
"typescript-eslint": "^8.20.0",
"baseline-browser-mapping": "^2.10.8"
},
"jest": {
"moduleFileExtensions": [
@@ -136,10 +137,5 @@
"test": "test"
},
"keywords": [],
"type": "commonjs",
"pnpm": {
"overrides": {
"baseline-browser-mapping": "latest"
}
}
"type": "commonjs"
}