1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 15:40:06 +00:00

chore: debugging

This commit is contained in:
Yury Shkoda
2023-06-21 18:16:20 +03:00
parent a51923dad7
commit 9a50e5cb63
3 changed files with 43 additions and 53 deletions

View File

@@ -5,13 +5,14 @@
"private": true,
"dependencies": {
"@sasjs/test-framework": "1.5.7",
"@sasjs/adapter": "4.3.6",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.41",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@types/react": "^16.0.1",
"@types/react-dom": "^16.0.0",
"@types/react-router-dom": "^5.1.7",
"react": "^18.0.1",
"react-dom": "^18.0.1",
"react": "^16.0.1",
"react-dom": "^16.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"typescript": "^4.1.3"