Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Update dependencies to match JupyterLab
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 15, 2020
1 parent cdd2e49 commit 15ccd02
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,26 @@
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-env": "^7.7.6",
"@jupyterlab/testutils": "^2.0.0-beta.2",
"@types/chai": "^4.1.3",
"@types/chai": "^4.2.7",
"@types/codemirror": "0.0.76",
"@types/jest": "^24.0.17",
"@types/murmurhash-js": "1.0.3",
"chai": "^4.2.0",
"husky": "^3.0.2",
"jest": "^24.8.0",
"jest-junit": "^6.3.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-junit": "^10.0.0",
"jest-raw-loader": "^1.0.1",
"lint-staged": "^9.2.1",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"rimraf": "~2.6.2",
"rimraf": "~3.0.0",
"ts-jest": "^24",
"tslint": "^5.18.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typedoc": "^0.15.0",
"typescript": "~3.7.2"
"typedoc": "^0.15.4",
"typescript": "~3.7.3"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 15ccd02

Please sign in to comment.