Skip to content
Snippets Groups Projects
Commit 2429a452 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix(py-ipympl): upgrade typescript version

to fix "node_modules/@@types/lodash/common/object.d.ts: error TS100" error
parent 82f6c30b
No related branches found
No related tags found
2 merge requests!567create new experimental release,!563fix(py-ipympl): upgrade typescript version
Pipeline #53108 passed with stage
in 1 hour, 20 minutes, and 4 seconds
......@@ -27,3 +27,8 @@ class PyIpympl(PythonPackage):
depends_on("py-jupyterlab@3", type="build")
depends_on("yarn", type="build")
# begin EBRAINS (added): use newer typescript
# (see https://github.com/DefinitelyTyped/DefinitelyTyped/issues/69932)
patch("typescript_version.patch", when="@0.8.8")
# end EBRAINS
diff --git a/package.json b/package.json
index 3f0ce55..c40ac99 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"style-loader": "^1.0.0",
"ts-jest": "^26.0.0",
"ts-loader": "^8.0.0",
- "typescript": "~4.1.3",
+ "typescript": "~4.8.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment