Skip to content

Commit

Permalink
Merge pull request #619 from manics/update
Browse files Browse the repository at this point in the history
Update NPM versions
  • Loading branch information
manics authored Aug 30, 2024
2 parents c74ea0a + 3cf1f5b commit 91ac701
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 772 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]

# Due to complications in the build process when trying to support both JupyterLab
Expand Down
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"format": "jlpm run eslint && jlpm run prettier",
"format:check": "jlpm run eslint:check && jlpm run prettier:check",
"install:extension": "jupyter labextension develop --overwrite .",
"npm-check-updates": "npm-check-updates -u",
"prepare": "jlpm run clean && jlpm run build",
"prettier": "prettier --write .",
"prettier:check": "prettier --list-different .",
Expand All @@ -55,26 +56,27 @@
"@jupyterlab/coreutils": "^5.0.0 || ^6.0.0",
"@jupyterlab/docregistry": "^3.0.0 || ^4.0.0",
"@jupyterlab/notebook": "^3.0.0 || ^4.0.0",
"@lumino/disposable": "^1.4.3",
"@lumino/disposable": "^1.4.3 || ^2.0.0",
"@lumino/widgets": "^1.17.0 || ^2.0.0",
"@types/jquery": "^3",
"dexie": "^3.2.2",
"dexie": "^4.0.8",
"jquery": "^3"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0 || ^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"mkdirp": "^3.0.1",
"npm-check-updates": "^17.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"rimraf": "^3.0.0",
"typescript": "^4.1.3",
"webpack": "^5.41.1",
"webpack-cli": "^4.1.0"
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"sideEffects": [
"style/*.css"
Expand Down
Loading

0 comments on commit 91ac701

Please sign in to comment.