mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
update providers
This commit is contained in:
parent
f1585b2c30
commit
31b3b0d369
1 changed files with 17 additions and 6 deletions
|
|
@ -44,7 +44,7 @@ importers:
|
|||
version: 1.8.0
|
||||
'@p-stream/providers':
|
||||
specifier: github:p-stream/providers#production
|
||||
version: https://codeload.github.com/p-stream/providers/tar.gz/e0b924e6f55f83fd5b4e5133aadae4d4d2cd0df6
|
||||
version: https://codeload.github.com/p-stream/providers/tar.gz/1ce2192173f6856451874273dccafcbe80e88550
|
||||
'@plasmohq/messaging':
|
||||
specifier: ^0.6.2
|
||||
version: 0.6.2(react@18.3.1)
|
||||
|
|
@ -1188,9 +1188,9 @@ packages:
|
|||
resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==}
|
||||
engines: {node: '>=12.4.0'}
|
||||
|
||||
'@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/e0b924e6f55f83fd5b4e5133aadae4d4d2cd0df6':
|
||||
resolution: {tarball: https://codeload.github.com/p-stream/providers/tar.gz/e0b924e6f55f83fd5b4e5133aadae4d4d2cd0df6}
|
||||
version: 3.1.0
|
||||
'@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/1ce2192173f6856451874273dccafcbe80e88550':
|
||||
resolution: {tarball: https://codeload.github.com/p-stream/providers/tar.gz/1ce2192173f6856451874273dccafcbe80e88550}
|
||||
version: 3.1.1
|
||||
|
||||
'@pkgjs/parseargs@0.11.0':
|
||||
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
||||
|
|
@ -3642,6 +3642,11 @@ packages:
|
|||
engines: {node: '>= 0.4'}
|
||||
hasBin: true
|
||||
|
||||
resolve@1.22.11:
|
||||
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
hasBin: true
|
||||
|
||||
resolve@2.0.0-next.5:
|
||||
resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==}
|
||||
hasBin: true
|
||||
|
|
@ -5469,7 +5474,7 @@ snapshots:
|
|||
|
||||
'@nolyfill/is-core-module@1.0.39': {}
|
||||
|
||||
'@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/e0b924e6f55f83fd5b4e5133aadae4d4d2cd0df6':
|
||||
'@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/1ce2192173f6856451874273dccafcbe80e88550':
|
||||
dependencies:
|
||||
abort-controller: 3.0.0
|
||||
cheerio: 1.0.0-rc.12
|
||||
|
|
@ -5548,7 +5553,7 @@ snapshots:
|
|||
'@types/resolve': 1.20.2
|
||||
deepmerge: 4.3.1
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.10
|
||||
resolve: 1.22.11
|
||||
optionalDependencies:
|
||||
rollup: 4.43.0
|
||||
|
||||
|
|
@ -8052,6 +8057,12 @@ snapshots:
|
|||
path-parse: 1.0.7
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
|
||||
resolve@1.22.11:
|
||||
dependencies:
|
||||
is-core-module: 2.16.1
|
||||
path-parse: 1.0.7
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
|
||||
resolve@2.0.0-next.5:
|
||||
dependencies:
|
||||
is-core-module: 2.16.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue