1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 19:50:06 +00:00

chore(*): bump dependencies for sasjs-tests

This commit is contained in:
Krishna Acondy
2021-02-05 08:24:13 +00:00
parent ba1ed5e732
commit 594f274323
3 changed files with 7919 additions and 4457 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,21 +4,18 @@
"homepage": ".", "homepage": ".",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@sasjs/adapter": "^1.18.2", "@sasjs/adapter": "^2.1.0",
"@sasjs/test-framework": "^1.4.0", "@sasjs/test-framework": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4", "@types/jest": "^26.0.20",
"@testing-library/react": "^9.5.0", "@types/node": "^14.14.25",
"@testing-library/user-event": "^7.2.1", "@types/react": "^17.0.1",
"@types/jest": "^26.0.3", "@types/react-dom": "^17.0.0",
"@types/node": "^14.0.14", "@types/react-router-dom": "^5.1.7",
"@types/react": "^16.9.41", "react": "^17.0.1",
"@types/react-dom": "^16.9.8", "react-dom": "^17.0.1",
"@types/react-router-dom": "^5.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "3.4.1", "react-scripts": "^4.0.2",
"typescript": "^3.9.6" "typescript": "^4.1.3"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
@@ -45,6 +42,6 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"node-sass": "^4.14.1" "node-sass": "^5.0.0"
} }
} }

View File

@@ -17,7 +17,8 @@
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"jsx": "react" "jsx": "react-jsx",
"noFallthroughCasesInSwitch": true
}, },
"include": [ "include": [
"src" "src"