Skip to content

Commit

Permalink
1.0.10 + update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsaszar committed Nov 24, 2020
1 parent aec51a9 commit 57bd140
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 22 deletions.
55 changes: 38 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"description": "Make single page apps scroll according to the current URL hash.",
"devDependencies": {
"@types/history": "^4.7.8",
"@types/jasmine": "^3.5.14",
"@types/jasmine": "^3.6.2",
"history": "^5.0.0",
"jasmine-core": "^3.6.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^1.3.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"karma-typescript": "^5.2.0",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
"prettier": "^2.2.0",
"typescript": "^4.1.2"
},
"files": [
"dist",
Expand Down Expand Up @@ -42,5 +42,5 @@
"test": "karma start --single-run",
"watch": "karma start"
},
"version": "1.0.9"
"version": "1.0.10"
}

0 comments on commit 57bd140

Please sign in to comment.