8000 Fix #1838 - Provides all TS from all projects (#1843) · shivashankarv/pyscript@f1a46be · GitHub
[go: up one dir, main page]

Skip to content

Commit f1a46be

Browse files
Fix pyscript#1838 - Provides all TS from all projects (pyscript#1843)
1 parent 3e2a67d commit f1a46be

File tree

5 files changed

+135
-98
lines changed

5 files changed

+135
-98
lines changed

pyscript.core/package-lock.json

Lines changed: 86 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyscript.core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pyscript/core",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"type": "module",
55
"description": "PyScript",
66
"module": "./index.js",
@@ -41,8 +41,8 @@
4141
"dependencies": {
4242
"@ungap/with-resolvers": "^0.1.0",
4343
"basic-devtools": "^0.1.6",
44-
"polyscript": "^0.5.6",
45-
"sticky-module": "^0.1.0",
44+
"polyscript": "^0.5.11",
45+
"sticky-module": "^0.1.1",
4646
"to-json-callback": "^0.1.1",
4747
"type-checked-collections": "^0.1.7"
4848
},
@@ -53,8 +53,8 @@
5353
"@rollup/plugin-terser": "^0.4.4",
5454
"@webreflection/toml-j0.4": "^1.1.3",
5555
"chokidar": "^3.5.3",
56-
"eslint": "^8.52.0",
57-
"rollup": "^4.2.0",
56+
"eslint": "^8.53.0",
57+
"rollup": "^4.3.0",
5858
"rollup-plugin-postcss": "^4.0.2",
5959
"rollup-plugin-string": "^3.0.0",
6060
"static-handler": "^0.4.3",

0 commit comments

Comments
 (0)
0