8000 :broom: Rework dependencies (#139) · jupyter-book/jupyterlab-myst@e045248 · GitHub
[go: up one dir, main page]

Skip to content

Commit e045248

Browse files
authored
🧹 Rework dependencies (#139)
* chore: simplify dependencies * fix: update source-map-loader Addresses error with nth-check source-map parsing: webpack-contrib/source-map-loader#186 * chore: upgrade to PyPI version
1 parent 6a9409e commit e045248

File tree

2 files changed

+1493
-2890
lines changed

2 files changed

+1493
-2890
lines changed

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@
5656
"watch:labextension": "jupyter labextension watch ."
5757
},
5858
"dependencies": {
59-
"@jupyterlab/application": "^3.1.0",
60-
"@jupyterlab/codeeditor": "^3.5.1",
61-
"@jupyterlab/notebook": "^3.5.1",
62-
"@jupyterlab/rendermime": "^3.5.1",
63-
"@jupyterlab/translation": "^3.5.1",
59+
"@jupyterlab/application": "^3.4.7",
60+
"@jupyterlab/codeeditor": "^3.4.7",
61+
"@jupyterlab/notebook": "^3.4.7",
62+
"@jupyterlab/rendermime": "^3.4.7",
63+
"@jupyterlab/translation": "^3.4.7",
6464
"@myst-theme/diagrams": "^0.1.32",
6565
"@myst-theme/frontmatter": "^0.1.32",
6666
"@myst-theme/providers": "^0.1.32",
67-
"@types/markdown-it": "^12.2.3",
6867
"katex": "^0.15.2",
6968
"myst-ext-card": "^0.0.4",
7069
"myst-ext-grid": "^0.0.4",
@@ -77,12 +76,13 @@
7776
"devDependencies": {
7877
"@babel/core": "^7.0.0",
7978
"@babel/preset-env": "^7.0.0",
80-
"@jupyterlab/builder": "^3.1.0",
81-
"@jupyterlab/testutils": "^3.0.0",
79+
"@jupyterlab/builder": "^3.4.7",
80+
"@jupyterlab/testutils": "^3.4.7",
8281
"@myst-theme/styles": "^0.1.32",
8382
"@tailwindcss/typography": "^0.5.8",
8483
"@types/jest": "^26.0.0",
85-
"@types/react-dom": "^18.0.10",
84+
"@types/react": "^17.0.1",
85+
"@types/react-dom": "^17.0.1",
8686
"@typescript-eslint/eslint-plugin": "^4.8.1",
8787
"@typescript-eslint/parser": "^4.8.1",
8888
"eslint": "^7.14.0",
@@ -92,6 +92,7 @@
9292
"npm-run-all": "^4.1.5",
9393
"prettier": "^2.1.1",
9494
"rimraf": "^3.0.2",
95+
"source-map-loader": "^4.0.1",
9596
"stylelint": "^14.3.0",
9697
"stylelint-config-prettier": "^9.0.4",
9798
"stylelint-config-recommended": "^6.0.0",
@@ -101,6 +102,9 @@
101102
"ts-jest": "^26.0.0",
102103
"typescript": "~4.1.3"
103104
},
105+
"peerDependencies": {
106+
"react": "^17.0.1"
107+
},
104108
"sideEffects": [
105109
"style/*.css",
106110
"style/index.js"

0 commit comments

Comments
 (0)
0