Skip to content

Commit c80256a

Browse files
committed
Fix examples by installing the latest SDKs
1 parent 54c909d commit c80256a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

examples/basic-javascript/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic-javascript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"license": "ISC",
1212
"description": "",
1313
"dependencies": {
14-
"@e2b/desktop": "^1.1.1",
14+
"@e2b/desktop": "^1.3.0",
1515
"dotenv": "^16.4.7",
1616
"electron": "^35.0.1"
1717
}
18-
}
18+
}

examples/basic-python/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic-python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.11"
10-
e2b-desktop = "^1.1.1"
10+
e2b-desktop = "^1.2.0"
1111
pywebview = "^5.4"
1212
python-dotenv = "^1.0.1"
1313

0 commit comments

Comments
 (0)