Skip to content

Commit

Permalink
Update citeproc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
efoerster committed Jul 15, 2019
1 parent d22d813 commit b9af215
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 85 deletions.
139 changes: 66 additions & 73 deletions citeproc/package-lock.json

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

24 changes: 12 additions & 12 deletions citeproc/package.json
Expand Up @@ -13,19 +13,19 @@
"format": "prettier --write \"src/**/*.{ts,json}\" \"*.{ts,json,yml,md}\" \".vscode/**/*.{json}\""
},
"devDependencies": {
"@citation-js/core": "=0.4.0-rc.4",
"@citation-js/plugin-bibtex": "=0.4.0-rc.4",
"@citation-js/plugin-csl": "=0.4.0-rc.4",
"@types/node": "^11.12.0",
"@types/webpack": "^4.4.26",
"@citation-js/core": "^0.4.8",
"@citation-js/plugin-bibtex": "^0.4.8",
"@citation-js/plugin-csl": "^0.4.8",
"@types/node": "^11.13.17",
"@types/webpack": "^4.4.35",
"null-loader": "^0.1.1",
"prettier": "^1.14.3",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tslint": "^5.11.0",
"prettier": "^1.18.2",
"ts-loader": "^5.4.5",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.0.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
"typescript": "^3.5.3",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6"
}
}

0 comments on commit b9af215

Please sign in to comment.