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

Merge pull request #556 from sasjs/test-framework

chore: bump up test-framework
This commit is contained in:
Allan Bowe
2021-09-29 22:42:54 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -7904,8 +7904,8 @@
"binary-extensions": "^2.2.0", "binary-extensions": "^2.2.0",
"diff": "^5.0.0", "diff": "^5.0.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"npm-package-arg": "^8.1.4", "npm-package-arg": "^8.1.1",
"pacote": "^11.3.4", "pacote": "^11.3.0",
"tar": "^6.1.0" "tar": "^6.1.0"
} }
}, },

View File

@@ -5,7 +5,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@sasjs/adapter": "file:../build/sasjs-adapter-5.0.0.tgz", "@sasjs/adapter": "file:../build/sasjs-adapter-5.0.0.tgz",
"@sasjs/test-framework": "^1.4.0", "@sasjs/test-framework": "^1.4.2",
"@types/jest": "^26.0.20", "@types/jest": "^26.0.20",
"@types/node": "^14.14.41", "@types/node": "^14.14.41",
"@types/react": "^17.0.1", "@types/react": "^17.0.1",