Skip to content

Commit

Permalink
Merge pull request #75 from timkpaine/tkp/deps
Browse files Browse the repository at this point in the history
Update JS dependencies, update formatting for new black version
  • Loading branch information
timkpaine authored Jan 16, 2023
2 parents d4af3a1 + a18207a commit accf748
Show file tree
Hide file tree
Showing 5 changed files with 2,106 additions and 2,217 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
checks: write
pull-requests: write

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down
45 changes: 23 additions & 22 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,38 @@
}
},
"dependencies": {
"@jupyterlab/application": "^3.3.2",
"@jupyterlab/apputils": "^3.3.2",
"@jupyterlab/coreutils": "^5.3.2",
"@jupyterlab/docmanager": "^3.3.2",
"@jupyterlab/filebrowser": "^3.3.2",
"@jupyterlab/launcher": "^3.3.2",
"@jupyterlab/mainmenu": "^3.3.2",
"@jupyterlab/notebook": "^3.3.2",
"@lumino/disposable": "^1.3.5",
"@jupyterlab/application": "^3.5.2",
"@jupyterlab/apputils": "^3.5.2",
"@jupyterlab/coreutils": "^5.5.2",
"@jupyterlab/docmanager": "^3.5.2",
"@jupyterlab/filebrowser": "^3.5.2",
"@jupyterlab/launcher": "^3.5.2",
"@jupyterlab/mainmenu": "^3.5.2",
"@jupyterlab/notebook": "^3.5.2",
"@lumino/disposable": "^1.10.3",
"requests-helper": "^0.1.5"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.4",
"@jupyterlab/builder": "^3.3.2",
"babel-jest": "^27.5.1",
"eslint": "^8.12.0",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@jupyterlab/builder": "^3.5.2",
"babel-jest": "^29.3.1",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^26.1.3",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.5.1",
"jest-transform-css": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-transform-css": "^6.0.1",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
"rimraf": "^4.0.7"
}
}
Loading

0 comments on commit accf748

Please sign in to comment.