1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

chore: debugging

This commit is contained in:
Yury Shkoda
2023-06-21 18:01:21 +03:00
parent 9aee77f0e3
commit a51923dad7
2 changed files with 654 additions and 157 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,11 +7,11 @@
"@sasjs/test-framework": "1.5.7",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.41",
"@types/react": "^16.0.1",
"@types/react-dom": "^16.0.0",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.1.7",
"react": "^16.0.1",
"react-dom": "^16.0.1",
"react": "^18.0.1",
"react-dom": "^18.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"typescript": "^4.1.3"