1
0
Fork 0

Update High Severity Dev Dependencies (#923)

* Update deps

* More Updates

* Use npm 7

* Update package-lock.json
pull/924/head
Luke Tomlinson 2021-10-14 09:20:09 -04:00 committed by GitHub
parent 27f76dfe1a
commit 6ce349e08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5995 additions and 9681 deletions

View File

@ -4,7 +4,6 @@ module.exports = {
roots: ['<rootDir>/packages'],
testEnvironment: 'node',
testMatch: ['**/__tests__/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},

15649
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"test": "jest --testTimeout 10000"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/jest": "^27.0.2",
"@types/node": "^12.20.13",
"@types/signale": "^1.4.1",
"@typescript-eslint/parser": "^4.0.0",
@ -23,11 +23,10 @@
"eslint-plugin-github": "^4.1.3",
"eslint-plugin-jest": "^22.21.0",
"flow-bin": "^0.115.0",
"jest": "^26.6.3",
"jest-circus": "^24.9.0",
"jest": "^27.2.5",
"lerna": "^4.0.0",
"prettier": "^1.19.1",
"ts-jest": "^26.5.6",
"ts-jest": "^27.0.5",
"typescript": "^3.9.9"
}
}

View File

@ -3,7 +3,6 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},