chore: update dev deps

pull/485/head
Travis Fischer 2023-03-18 08:52:35 -05:00
rodzic 48ad624904
commit fa8012c523
2 zmienionych plików z 20 dodań i 20 usunięć

Wyświetl plik

@ -50,7 +50,7 @@
"devDependencies": { "devDependencies": {
"@keyv/redis": "^2.5.6", "@keyv/redis": "^2.5.6",
"@trivago/prettier-plugin-sort-imports": "^4.1.1", "@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.15.0", "@types/node": "^18.15.3",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"del-cli": "^5.0.0", "del-cli": "^5.0.0",
"dotenv-safe": "^8.2.0", "dotenv-safe": "^8.2.0",
@ -60,10 +60,10 @@
"ora": "^6.1.2", "ora": "^6.1.2",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"tsup": "^6.6.3", "tsup": "^6.6.3",
"tsx": "^3.12.3", "tsx": "^3.12.5",
"typedoc": "^0.23.26", "typedoc": "^0.23.27",
"typedoc-plugin-markdown": "^3.13.6", "typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.9.3" "typescript": "^4.9.5"
}, },
"lint-staged": { "lint-staged": {
"*.{ts,tsx}": [ "*.{ts,tsx}": [

Wyświetl plik

@ -4,7 +4,7 @@ specifiers:
'@dqbd/tiktoken': ^0.4.0 '@dqbd/tiktoken': ^0.4.0
'@keyv/redis': ^2.5.6 '@keyv/redis': ^2.5.6
'@trivago/prettier-plugin-sort-imports': ^4.1.1 '@trivago/prettier-plugin-sort-imports': ^4.1.1
'@types/node': ^18.15.0 '@types/node': ^18.15.3
'@types/uuid': ^9.0.1 '@types/uuid': ^9.0.1
cac: ^6.7.14 cac: ^6.7.14
conf: ^11.0.1 conf: ^11.0.1
@ -21,10 +21,10 @@ specifiers:
quick-lru: ^6.1.1 quick-lru: ^6.1.1
read-pkg-up: ^9.1.0 read-pkg-up: ^9.1.0
tsup: ^6.6.3 tsup: ^6.6.3
tsx: ^3.12.3 tsx: ^3.12.5
typedoc: ^0.23.26 typedoc: ^0.23.27
typedoc-plugin-markdown: ^3.13.6 typedoc-plugin-markdown: ^3.13.6
typescript: ^4.9.3 typescript: ^4.9.5
uuid: ^9.0.0 uuid: ^9.0.0
dependencies: dependencies:
@ -41,7 +41,7 @@ dependencies:
devDependencies: devDependencies:
'@keyv/redis': 2.5.6 '@keyv/redis': 2.5.6
'@trivago/prettier-plugin-sort-imports': 4.1.1_prettier@2.8.4 '@trivago/prettier-plugin-sort-imports': 4.1.1_prettier@2.8.4
'@types/node': 18.15.0 '@types/node': 18.15.3
'@types/uuid': 9.0.1 '@types/uuid': 9.0.1
del-cli: 5.0.0 del-cli: 5.0.0
dotenv-safe: 8.2.0 dotenv-safe: 8.2.0
@ -51,9 +51,9 @@ devDependencies:
ora: 6.1.2 ora: 6.1.2
prettier: 2.8.4 prettier: 2.8.4
tsup: 6.6.3_typescript@4.9.5 tsup: 6.6.3_typescript@4.9.5
tsx: 3.12.3 tsx: 3.12.5
typedoc: 0.23.26_typescript@4.9.5 typedoc: 0.23.27_typescript@4.9.5
typedoc-plugin-markdown: 3.14.0_typedoc@0.23.26 typedoc-plugin-markdown: 3.14.0_typedoc@0.23.27
typescript: 4.9.5 typescript: 4.9.5
packages: packages:
@ -450,8 +450,8 @@ packages:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true dev: true
/@types/node/18.15.0: /@types/node/18.15.3:
resolution: {integrity: sha512-z6nr0TTEOBGkzLGmbypWOGnpSpSIBorEhC4L+4HeQ2iezKCi4f77kyslRwvHeNitymGQ+oFyIWGP96l/DPSV9w==} resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==}
dev: true dev: true
/@types/normalize-package-data/2.4.1: /@types/normalize-package-data/2.4.1:
@ -2666,8 +2666,8 @@ packages:
- ts-node - ts-node
dev: true dev: true
/tsx/3.12.3: /tsx/3.12.5:
resolution: {integrity: sha512-Wc5BFH1xccYTXaQob+lEcimkcb/Pq+0en2s+ruiX0VEIC80nV7/0s7XRahx8NnsoCnpCVUPz8wrqVSPi760LkA==} resolution: {integrity: sha512-/TLj30xF1zcN9JkoFCyROtIQUi8cRQG+AFchsg5YkWou3+RXxTZS/ffWB3nCxyZPoBqF2+8ohs07N815dNb1wQ==}
hasBin: true hasBin: true
dependencies: dependencies:
'@esbuild-kit/cjs-loader': 2.4.2 '@esbuild-kit/cjs-loader': 2.4.2
@ -2700,17 +2700,17 @@ packages:
is-typed-array: 1.1.10 is-typed-array: 1.1.10
dev: true dev: true
/typedoc-plugin-markdown/3.14.0_typedoc@0.23.26: /typedoc-plugin-markdown/3.14.0_typedoc@0.23.27:
resolution: {integrity: sha512-UyQLkLRkfTFhLdhSf3RRpA3nNInGn+k6sll2vRXjflaMNwQAAiB61SYbisNZTg16t4K1dt1bPQMMGLrxS0GZ0Q==} resolution: {integrity: sha512-UyQLkLRkfTFhLdhSf3RRpA3nNInGn+k6sll2vRXjflaMNwQAAiB61SYbisNZTg16t4K1dt1bPQMMGLrxS0GZ0Q==}
peerDependencies: peerDependencies:
typedoc: '>=0.23.0' typedoc: '>=0.23.0'
dependencies: dependencies:
handlebars: 4.7.7 handlebars: 4.7.7
typedoc: 0.23.26_typescript@4.9.5 typedoc: 0.23.27_typescript@4.9.5
dev: true dev: true
/typedoc/0.23.26_typescript@4.9.5: /typedoc/0.23.27_typescript@4.9.5:
resolution: {integrity: sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==} resolution: {integrity: sha512-YKjlxX3LEhYbMCkemjlpNh1OKDiFa+ynqP0VRPsH28bEugrMTGI6l8DC6oX5kzFcUKKlYWKpZDSGWszuO/FR3g==}
engines: {node: '>= 14.14'} engines: {node: '>= 14.14'}
hasBin: true hasBin: true
peerDependencies: peerDependencies: