Skip to content

Commit

Permalink
Update all Jasmine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed May 24, 2021
1 parent 08c2046 commit 60f29bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions frontend/package.json
Expand Up @@ -61,8 +61,8 @@
"@angular/language-service": "^11.0.5",
"@types/express-serve-static-core": "^4.17.9",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/jasmine": "~3.7.4",
"@types/jasminewd2": "^2.0.9",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^14.14.7",
"@types/socket.io-client": "^1.4.33",
Expand All @@ -78,14 +78,14 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"jasmine": "^3.6.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jasmine": "^3.7.0",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.0.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-scss": "^3.18.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -232,9 +232,9 @@
"frisby": "^2.1.2",
"grunt-cli": "^1.3.2",
"http-server": "^0.12.3",
"jasmine": "^3.6.1",
"jasmine-core": "^3.6.0",
"jasmine-reporters": "^2.3.2",
"jasmine": "^3.7.0",
"jasmine-core": "^3.7.1",
"jasmine-reporters": "^2.4.0",
"jest": "^26.2.2",
"mocha": "^8.1.1",
"node-fetch": "^2.6.1",
Expand Down

0 comments on commit 60f29bc

Please sign in to comment.