Roll packages

This commit is contained in:
Enrico Ros
2024-07-29 01:48:12 -07:00
parent 4da95a389a
commit 71d6bec954
2 changed files with 23 additions and 23 deletions
+20 -20
View File
@@ -21,7 +21,7 @@
"@prisma/client": "^5.17.0",
"@sanity/diff-match-patch": "^3.1.1",
"@t3-oss/env-nextjs": "^0.11.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.51.15",
"@trpc/client": "11.0.0-rc.467",
"@trpc/next": "11.0.0-rc.467",
"@trpc/react-query": "11.0.0-rc.467",
@@ -59,12 +59,12 @@
"tiktoken": "^1.0.15",
"turndown": "^7.2.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1",
"zod-to-json-schema": "^3.23.2",
"zustand": "^4.5.4"
},
"devDependencies": {
"@cloudflare/puppeteer": "0.0.11",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/nprogress": "^0.2.3",
"@types/plantuml-encoder": "^1.4.2",
"@types/prismjs": "^1.26.4",
@@ -1772,20 +1772,20 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.51.9",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.9.tgz",
"integrity": "sha512-HsAwaY5J19MD18ykZDS3aVVh+bAt0i7m6uQlFC2b77DLV9djo+xEN7MWQAQQTR8IM+7r/zbozTQ7P0xr0bHuew==",
"version": "5.51.15",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.15.tgz",
"integrity": "sha512-xyobHDJ0yhPE3+UkSQ2/4X1fLSg7ICJI5J1JyU9yf7F3deQfEwSImCDrB1WSRrauJkMtXW7YIEcC0oA6ZZWt5A==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "5.51.11",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.11.tgz",
"integrity": "sha512-4Kq2x0XpDlpvSnaLG+8pHNH60zEc3mBvb3B2tOMDjcPCi/o+Du3p/9qpPLwJOTliVxxPJAP27fuIhLrsRdCr7A==",
"version": "5.51.15",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.15.tgz",
"integrity": "sha512-UgFg23SrdIYrmfTSxAUn9g+J64VQy11pb9/EefoY/u2+zWuNMeqEOnvpJhf52XQy0yztQoyM9p6x8PFyTNaxXg==",
"dependencies": {
"@tanstack/query-core": "5.51.9"
"@tanstack/query-core": "5.51.15"
},
"funding": {
"type": "github",
@@ -1917,12 +1917,12 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
"node_modules/@types/node": {
"version": "20.14.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.12.tgz",
"integrity": "sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==",
"version": "22.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz",
"integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
"undici-types": "~6.11.1"
}
},
"node_modules/@types/nprogress": {
@@ -8890,9 +8890,9 @@
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz",
"integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==",
"dev": true
},
"node_modules/unified": {
@@ -9515,9 +9515,9 @@
}
},
"node_modules/zod-to-json-schema": {
"version": "3.23.1",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.23.1.tgz",
"integrity": "sha512-oT9INvydob1XV0v1d2IadrR74rLtDInLvDFfAa1CG0Pmg/vxATk7I2gSelfj271mbzeM4Da0uuDQE/Nkj3DWNw==",
"version": "3.23.2",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.23.2.tgz",
"integrity": "sha512-uSt90Gzc/tUfyNqxnjlfBs8W6WSGpNBv0rVsNxP/BVSMHMKGdthPYff4xtCHYloJGM0CFxFsb3NbC0eqPhfImw==",
"peerDependencies": {
"zod": "^3.23.3"
}
+3 -3
View File
@@ -30,7 +30,7 @@
"@prisma/client": "^5.17.0",
"@sanity/diff-match-patch": "^3.1.1",
"@t3-oss/env-nextjs": "^0.11.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.51.15",
"@trpc/client": "11.0.0-rc.467",
"@trpc/next": "11.0.0-rc.467",
"@trpc/react-query": "11.0.0-rc.467",
@@ -68,12 +68,12 @@
"tiktoken": "^1.0.15",
"turndown": "^7.2.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1",
"zod-to-json-schema": "^3.23.2",
"zustand": "^4.5.4"
},
"devDependencies": {
"@cloudflare/puppeteer": "0.0.11",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/nprogress": "^0.2.3",
"@types/plantuml-encoder": "^1.4.2",
"@types/prismjs": "^1.26.4",