mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-04 20:00:24 -04:00
Allow nodes in shadow roots to be addressed via Element (#1454)
This commit is contained in:
committed by
GitHub
parent
82e5b64bad
commit
d3bcd87cfa
13
pyscriptjs/package-lock.json
generated
13
pyscriptjs/package-lock.json
generated
@@ -8,7 +8,8 @@
|
||||
"name": "pyscript",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"basic-devtools": "^0.1.6"
|
||||
"basic-devtools": "^0.1.6",
|
||||
"not-so-weak": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@codemirror/commands": "^6.2.2",
|
||||
@@ -4802,6 +4803,11 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/not-so-weak": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/not-so-weak/-/not-so-weak-1.0.0.tgz",
|
||||
"integrity": "sha512-kgpM6y09QLyfQXfA0AAupX8ZUqKn4caDxQTMVNsyKK02IQ+9P9ylcL1ioQem4qciUCy3IitESXQfMBfnGuGNOQ=="
|
||||
},
|
||||
"node_modules/npm-run-path": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
||||
@@ -9610,6 +9616,11 @@
|
||||
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
||||
"dev": true
|
||||
},
|
||||
"not-so-weak": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/not-so-weak/-/not-so-weak-1.0.0.tgz",
|
||||
"integrity": "sha512-kgpM6y09QLyfQXfA0AAupX8ZUqKn4caDxQTMVNsyKK02IQ+9P9ylcL1ioQem4qciUCy3IitESXQfMBfnGuGNOQ=="
|
||||
},
|
||||
"npm-run-path": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user