Skip to content

Commit

Permalink
Merge pull request #12 from grycap/asanchez-dev
Browse files Browse the repository at this point in the history
Updated webpack, micromatch and ws
  • Loading branch information
AntonioSanch3z authored Nov 4, 2024
2 parents 1799cc4 + 9a88c5d commit fc42d24
Show file tree
Hide file tree
Showing 3 changed files with 1,006 additions and 930 deletions.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,27 @@
"dependencies": {
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.3.1",
"@jupyterlab/docregistry": "^4.3.0",
"@jupyterlab/notebook": "^4.2.0",
"@jupyterlab/services": "^7.2.1",
"@jupyterlab/services": "^7.3.0",
"@jupyterlab/ui-components": "^4.3.0",
"@lumino/disposable": "^2.1.3",
"@lumino/widgets": "^2.5.0",
"base": "^3.0.0",
"react": "^18.2.0",
"webpack": "^5.0.0"
"micromatch": "4.0.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "5.94.0",
"ws": "8.18.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
"@types/js-yaml": "^4.0.9",
"@types/json-schema": "^7.0.11",
"@types/micromatch": "^4",
"@types/react": "^18.0.26",
"@types/react-addons-linked-state-mixin": "^0.14.22",
"@types/ws": "^8",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"css-loader": "^6.7.1",
Expand All @@ -85,7 +94,7 @@
"stylelint-config-standard": "^34.0.0",
"stylelint-csstree-validator": "^3.0.0",
"stylelint-prettier": "^4.0.0",
"typescript": "~5.0.2",
"typescript": "^5.6.3",
"yjs": "^13.5.0"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit fc42d24

Please sign in to comment.