Skip to content

Commit

Permalink
Update Jasmine dependencies to 3.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Sep 16, 2021
1 parent 898a372 commit 661463e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@angular/language-service": "^11.0.5",
"@types/express-serve-static-core": "^4.17.9",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "~3.7.4",
"@types/jasminewd2": "^2.0.9",
"@types/jasmine": "~3.9.1",
"@types/jasminewd2": "^2.0.10",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^14.14.7",
"@types/socket.io-client": "^1.4.33",
Expand All @@ -80,14 +80,14 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"jasmine": "^3.7.0",
"jasmine-core": "~3.7.1",
"jasmine": "^3.9.0",
"jasmine-core": "~3.9.0",
"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.1",
"karma-jasmine-html-reporter": "^1.6.0",
"karma-jasmine-html-reporter": "^1.7.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
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@
"frisby": "^2.1.2",
"grunt-cli": "^1.3.2",
"http-server": "^0.12.3",
"jasmine": "^3.7.0",
"jasmine-core": "^3.7.1",
"jasmine-reporters": "^2.4.0",
"jasmine": "^3.9.0",
"jasmine-core": "~3.9.0",
"jasmine-reporters": "^2.5.0",
"jest": "^26.2.2",
"mocha": "^8.1.1",
"node-fetch": "^2.6.1",
Expand Down

0 comments on commit 661463e

Please sign in to comment.