mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Update lezer-elixir
This commit is contained in:
parent
c183148584
commit
b5c3c7344b
1 changed files with 15 additions and 9 deletions
24
assets/package-lock.json
generated
24
assets/package-lock.json
generated
|
@ -74,8 +74,11 @@
|
|||
"version": "4.0.0"
|
||||
},
|
||||
"../deps/phoenix_live_view": {
|
||||
"version": "0.20.3",
|
||||
"license": "MIT"
|
||||
"version": "0.20.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.41.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@alloc/quick-lru": {
|
||||
"version": "5.2.0",
|
||||
|
@ -7426,9 +7429,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lezer-elixir": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lezer-elixir/-/lezer-elixir-1.1.0.tgz",
|
||||
"integrity": "sha512-CdRI/F+fZyKO47f837ruMMKU7/O+jR40B/Zmxao71QK/2fTeqGbWQn6teFJhOuO9gWrT/cScoQxoK0sF1O8HHg==",
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lezer-elixir/-/lezer-elixir-1.1.1.tgz",
|
||||
"integrity": "sha512-/s/Q5+p4qjqk+g/T9hHLtYmokNnHmdNFGMzJwi8kHWrx2pvRXp7pZ4/zsNWfvb4KVZUx5YxvZ+eG3U6pCxL2ow==",
|
||||
"dependencies": {
|
||||
"@lezer/highlight": "^1.2.0",
|
||||
"@lezer/lr": "^1.3.0"
|
||||
|
@ -20180,9 +20183,9 @@
|
|||
"integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
|
||||
},
|
||||
"lezer-elixir": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lezer-elixir/-/lezer-elixir-1.1.0.tgz",
|
||||
"integrity": "sha512-CdRI/F+fZyKO47f837ruMMKU7/O+jR40B/Zmxao71QK/2fTeqGbWQn6teFJhOuO9gWrT/cScoQxoK0sF1O8HHg==",
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lezer-elixir/-/lezer-elixir-1.1.1.tgz",
|
||||
"integrity": "sha512-/s/Q5+p4qjqk+g/T9hHLtYmokNnHmdNFGMzJwi8kHWrx2pvRXp7pZ4/zsNWfvb4KVZUx5YxvZ+eG3U6pCxL2ow==",
|
||||
"requires": {
|
||||
"@lezer/highlight": "^1.2.0",
|
||||
"@lezer/lr": "^1.3.0"
|
||||
|
@ -23106,7 +23109,10 @@
|
|||
"version": "file:../deps/phoenix_html"
|
||||
},
|
||||
"phoenix_live_view": {
|
||||
"version": "file:../deps/phoenix_live_view"
|
||||
"version": "file:../deps/phoenix_live_view",
|
||||
"requires": {
|
||||
"@playwright/test": "^1.41.0"
|
||||
}
|
||||
},
|
||||
"picmo": {
|
||||
"version": "5.8.5",
|
||||
|
|
Loading…
Reference in a new issue