Skip to content

Commit

Permalink
Merge pull request #230 from timkpaine/tkp/jsdeps
Browse files Browse the repository at this point in the history
bump javascript deps
  • Loading branch information
timkpaine authored Nov 1, 2023
2 parents 515fa23 + c1ed6a5 commit 38aec1f
Show file tree
Hide file tree
Showing 2 changed files with 1,825 additions and 1,307 deletions.
51 changes: 23 additions & 28 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,46 +44,41 @@
}
},
"dependencies": {
"@jupyterlab/application": "^4.0.2",
"@jupyterlab/apputils": "^4.1.2",
"@jupyterlab/coreutils": "^6.0.2",
"@jupyterlab/filebrowser": "^4.0.2",
"@jupyterlab/launcher": "^4.0.2",
"@jupyterlab/mainmenu": "^4.0.2",
"@jupyterlab/notebook": "^4.0.2",
"@lumino/disposable": "^2.1.1",
"@jupyterlab/application": "^4.0.7",
"@jupyterlab/apputils": "^4.1.7",
"@jupyterlab/coreutils": "^6.0.7",
"@jupyterlab/filebrowser": "^4.0.7",
"@jupyterlab/launcher": "^4.0.7",
"@jupyterlab/mainmenu": "^4.0.7",
"@jupyterlab/notebook": "^4.0.7",
"@lumino/disposable": "^2.1.2",
"requests-helper": "^0.1.5"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@jupyterlab/builder": "^4.0.2",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@jupyterlab/builder": "^4.0.7",
"auditjs": "^4.0.41",
"auditjs-screener": "^0.1.1",
"babel-jest": "^29.6.1",
"eslint": "^8.44.0",
"babel-jest": "^29.7.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-transform-css": "^6.0.1",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"rimraf": "^5.0.1"
},
"resolutions": {
"json5": "^2.2.3",
"sanitize-html": "^2.7.1",
"ws": "^7.4.6"
"prettier": "^3.0.3",
"rimraf": "^5.0.5"
}
}
Loading

0 comments on commit 38aec1f

Please sign in to comment.