mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
committed by
GitHub
parent
f5d49ee52c
commit
957ab69c21
28
pyscript.core/package-lock.json
generated
28
pyscript.core/package-lock.json
generated
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "@pyscript/core",
|
||||
"version": "0.5.12",
|
||||
"version": "0.5.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@pyscript/core",
|
||||
"version": "0.5.12",
|
||||
"version": "0.5.14",
|
||||
"license": "APACHE-2.0",
|
||||
"dependencies": {
|
||||
"@ungap/with-resolvers": "^0.1.0",
|
||||
"@webreflection/idb-map": "^0.3.1",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"polyscript": "^0.15.8",
|
||||
"polyscript": "^0.15.10",
|
||||
"sabayon": "^0.5.2",
|
||||
"sticky-module": "^0.1.1",
|
||||
"to-json-callback": "^0.1.1",
|
||||
@@ -23,7 +23,7 @@
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/language": "^6.10.3",
|
||||
"@codemirror/state": "^6.4.1",
|
||||
"@codemirror/view": "^6.33.0",
|
||||
"@codemirror/view": "^6.34.0",
|
||||
"@playwright/test": "1.45.3",
|
||||
"@rollup/plugin-commonjs": "^28.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
@@ -140,9 +140,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@codemirror/view": {
|
||||
"version": "6.33.0",
|
||||
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.33.0.tgz",
|
||||
"integrity": "sha512-AroaR3BvnjRW8fiZBalAaK+ZzB5usGgI014YKElYZvQdNH5ZIidHlO+cyf/2rWzyBFRkvG6VhiXeAEbC53P2YQ==",
|
||||
"version": "6.34.0",
|
||||
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.34.0.tgz",
|
||||
"integrity": "sha512-2vKJ79tOcVfgPYVJM2XjcL1BH5Bsl7/tgn9ilBj3XWeCS5kTRy/NE4FHEj4aMylOl/D3IPNsmZH0WPlB+DyIdA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -1284,9 +1284,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/coincident": {
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-2.1.4.tgz",
|
||||
"integrity": "sha512-Lpf9vpobydp290uscWrLK0HU7NSbYvkefn6CNzUSia3Uyc/WPuU2gRe2ejH1yYrYAsH9TrT2u0adojP/vlpAhQ==",
|
||||
"version": "2.1.5",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-2.1.5.tgz",
|
||||
"integrity": "sha512-BknJ6Mh9sHpuDAvfLBFeyGuAYwxga+uq0sySESVhKfsqjuWgAcCDs9jupNSwTrNu1oPxpPEc1TR9JyUXbADAog==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"gc-hook": "^0.4.1",
|
||||
@@ -2679,9 +2679,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/polyscript": {
|
||||
"version": "0.15.8",
|
||||
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.15.8.tgz",
|
||||
"integrity": "sha512-iBHcFPI2tXM7bw1gNpKZxQ+FIDzhoh/kBbwZtDnikpL6vLk45Tokj4RxaYR83UM6F7OhqoGi+60fer4LG34dCw==",
|
||||
"version": "0.15.10",
|
||||
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.15.10.tgz",
|
||||
"integrity": "sha512-VkxWIOKKiooG9RMuyKsOcTllWXftC9plIcnYcY2+z7YGvGdR1/HHg806OwHzpmBQdWU+23d9nuQ2c9d5ffeZBA==",
|
||||
"license": "APACHE-2.0",
|
||||
"dependencies": {
|
||||
"@ungap/structured-clone": "^1.2.0",
|
||||
@@ -2690,7 +2690,7 @@
|
||||
"@webreflection/idb-map": "^0.3.1",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"codedent": "^0.1.2",
|
||||
"coincident": "^2.1.4",
|
||||
"coincident": "^2.1.5",
|
||||
"gc-hook": "^0.4.1",
|
||||
"html-escaper": "^3.0.3",
|
||||
"proxy-target": "^3.0.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pyscript/core",
|
||||
"version": "0.5.12",
|
||||
"version": "0.5.14",
|
||||
"type": "module",
|
||||
"description": "PyScript",
|
||||
"module": "./index.js",
|
||||
@@ -58,7 +58,7 @@
|
||||
"@ungap/with-resolvers": "^0.1.0",
|
||||
"@webreflection/idb-map": "^0.3.1",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"polyscript": "^0.15.8",
|
||||
"polyscript": "^0.15.10",
|
||||
"sabayon": "^0.5.2",
|
||||
"sticky-module": "^0.1.1",
|
||||
"to-json-callback": "^0.1.1",
|
||||
@@ -69,7 +69,7 @@
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/language": "^6.10.3",
|
||||
"@codemirror/state": "^6.4.1",
|
||||
"@codemirror/view": "^6.33.0",
|
||||
"@codemirror/view": "^6.34.0",
|
||||
"@playwright/test": "1.45.3",
|
||||
"@rollup/plugin-commonjs": "^28.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
|
||||
Reference in New Issue
Block a user