mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Update atproto package
This commit is contained in:
parent
2a2dd6ca10
commit
64762a915d
38
package-lock.json
generated
38
package-lock.json
generated
|
|
@ -8,7 +8,7 @@
|
|||
"name": "splatoon3.ink",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@atproto/api": "^0.2.9",
|
||||
"@atproto/api": "^0.11.2",
|
||||
"@aws-sdk/client-s3": "^3.341.0",
|
||||
"@headlessui/vue": "^1.7.3",
|
||||
"@heroicons/vue": "^2.0.12",
|
||||
|
|
@ -65,15 +65,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@atproto/api": {
|
||||
"version": "0.2.11",
|
||||
"resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.2.11.tgz",
|
||||
"integrity": "sha512-5JY1Ii/81Bcy1ZTGRqALsaOdc8fIJTSlMNoSptpGH73uAPQE93weDrb8sc3KoxWi1G2ss3IIBSLPJWxALocJSQ==",
|
||||
"version": "0.11.2",
|
||||
"resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.11.2.tgz",
|
||||
"integrity": "sha512-VYpavKaEfuXhce9mP/+boZ7BNglnKSReFCRNXhFpa1KnAvWFHGsf+2jP69skEEnZ1XY4/lQhXdDzZdUIqXn2aA==",
|
||||
"dependencies": {
|
||||
"@atproto/common-web": "*",
|
||||
"@atproto/uri": "*",
|
||||
"@atproto/xrpc": "*",
|
||||
"@atproto/common-web": "^0.2.4",
|
||||
"@atproto/lexicon": "^0.3.3",
|
||||
"@atproto/syntax": "^0.2.1",
|
||||
"@atproto/xrpc": "^0.4.3",
|
||||
"multiformats": "^9.9.0",
|
||||
"tlds": "^1.234.0",
|
||||
"typed-emitter": "^2.1.0"
|
||||
"typed-emitter": "^2.1.0",
|
||||
"zod": "^3.21.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@atproto/common-web": {
|
||||
|
|
@ -99,7 +102,7 @@
|
|||
"zod": "^3.21.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@atproto/lexicon/node_modules/@atproto/syntax": {
|
||||
"node_modules/@atproto/syntax": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.2.1.tgz",
|
||||
"integrity": "sha512-ImOuiICtB5h78j90hAYOfTYzr5q5Wut0irNdELiogA3i74a8EXThe+j6Tj8snanYggrShbu5c6BDc1tVj477Yw==",
|
||||
|
|
@ -107,23 +110,6 @@
|
|||
"@atproto/common-web": "^0.2.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@atproto/syntax": {
|
||||
"version": "0.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.1.5.tgz",
|
||||
"integrity": "sha512-pbY5lOnThoAbsmrdbN9LC/dNmckfqODJiX9zjW2t3BIHYFeGBc6w9bK3Vre8A0Hg8yWkQpv6gaBLu+ykgi2DJQ==",
|
||||
"dependencies": {
|
||||
"@atproto/common-web": "^0.2.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@atproto/uri": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@atproto/uri/-/uri-0.1.1.tgz",
|
||||
"integrity": "sha512-6l5Q0ajGHnecOd2ACuvXVpvZGK7gE+Y78y/oq29WdjWPvTeg7fBzcXlDXcZMOvBqhDJIigmAO2YCKmxqc4wJ1g==",
|
||||
"deprecated": "This package is now deprecated. Please use @atproto/syntax, which provides the same interfaces.",
|
||||
"dependencies": {
|
||||
"@atproto/syntax": "^0.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@atproto/xrpc": {
|
||||
"version": "0.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.4.3.tgz",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"data:archive": "node app/index.mjs dataArchive"
|
||||
},
|
||||
"dependencies": {
|
||||
"@atproto/api": "^0.2.9",
|
||||
"@atproto/api": "^0.11.2",
|
||||
"@aws-sdk/client-s3": "^3.341.0",
|
||||
"@headlessui/vue": "^1.7.3",
|
||||
"@heroicons/vue": "^2.0.12",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user