|
56 | 56 | "watch:labextension": "jupyter labextension watch ."
|
57 | 57 | },
|
58 | 58 | "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", |
64 | 64 | "@myst-theme/diagrams": "^0.1.32",
|
65 | 65 | "@myst-theme/frontmatter": "^0.1.32",
|
66 | 66 | "@myst-theme/providers": "^0.1.32",
|
67 |
| - "@types/markdown-it": "^12.2.3", |
68 | 67 | "katex": "^0.15.2",
|
69 | 68 | "myst-ext-card": "^0.0.4",
|
70 | 69 | "myst-ext-grid": "^0.0.4",
|
|
77 | 76 | "devDependencies": {
|
78 | 77 | "@babel/core": "^7.0.0",
|
79 | 78 | "@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", |
82 | 81 | "@myst-theme/styles": "^0.1.32",
|
83 | 82 | "@tailwindcss/typography": "^0.5.8",
|
84 | 83 | "@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", |
86 | 86 | "@typescript-eslint/eslint-plugin": "^4.8.1",
|
87 | 87 | "@typescript-eslint/parser": "^4.8.1",
|
88 | 88 | "eslint": "^7.14.0",
|
|
92 | 92 | "npm-run-all": "^4.1.5",
|
93 | 93 | "prettier": "^2.1.1",
|
94 | 94 | "rimraf": "^3.0.2",
|
| 95 | + "source-map-loader": "^4.0.1", |
95 | 96 | "stylelint": "^14.3.0",
|
96 | 97 | "stylelint-config-prettier": "^9.0.4",
|
97 | 98 | "stylelint-config-recommended": "^6.0.0",
|
|
101 | 102 | "ts-jest": "^26.0.0",
|
102 | 103 | "typescript": "~4.1.3"
|
103 | 104 | },
|
| 105 | + "peerDependencies": { |
| 106 | + "react": "^17.0.1" |
| 107 | + }, |
104 | 108 | "sideEffects": [
|
105 | 109 | "style/*.css",
|
106 | 110 | "style/index.js"
|
|
0 commit comments