Browse Source

update dependencies

master
g2384 3 years ago
parent
commit
b44119d7ba
2 changed files with 574 additions and 1682 deletions
  1. +570
    -1678
      package-lock.json
  2. +4
    -4
      package.json

+ 570
- 1678
package-lock.json
File diff suppressed because it is too large
View File


+ 4
- 4
package.json View File

@ -3,9 +3,9 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"jest": "^26.5.3",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}

Loading…
Cancel
Save