Mise à jour dépendances

This commit is contained in:
Fabrice PENHOËT 2021-07-05 12:18:09 +02:00
parent 7d84a4a1fc
commit e2bd98bb55
2 changed files with 350 additions and 826 deletions

1164
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,16 +19,16 @@
"author": "Fabrice PENHOËT",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/jasmine": "^3.7.6",
"jasmine": "^3.7.0",
"karma": "^6.3.2",
"@types/jasmine": "^3.7.7",
"jasmine": "^3.8.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"karma-typescript": "^5.5.1",
"ts-loader": "^8.3.0",
"typescript": "^4.3.2",
"webpack": "^4.46.0",
"typescript": "^4.3.5",
"webpack": "^5.42.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},