mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
npm client prod(deps): bump @types/node from 18.16.14 to 20.2.3 (#363)
This commit is contained in:
parent
7ec061c694
commit
bf911074cf
2 changed files with 11 additions and 17 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@tanstack/react-query": "^4.28.0",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/node": "^20.2.3",
|
||||
"@types/react": "^18.0.30",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@zattoo/use-double-click": "1.2.0",
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"@babel/runtime": "^7.20.13",
|
||||
"@tanstack/react-query-devtools": "^4.29.0",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/node": "^20.2.3",
|
||||
"@types/react": "^18.0.30",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
|
|
|
|||
24
package-lock.json
generated
24
package-lock.json
generated
|
|
@ -99,7 +99,7 @@
|
|||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@tanstack/react-query": "^4.28.0",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/node": "^20.2.3",
|
||||
"@types/react": "^18.0.30",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@zattoo/use-double-click": "1.2.0",
|
||||
|
|
@ -150,7 +150,7 @@
|
|||
"@babel/runtime": "^7.20.13",
|
||||
"@tanstack/react-query-devtools": "^4.29.0",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/node": "^20.2.3",
|
||||
"@types/react": "^18.0.30",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
|
|
@ -172,11 +172,6 @@
|
|||
"vite-plugin-html": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"client/node_modules/@types/node": {
|
||||
"version": "18.16.8",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"client/node_modules/typescript": {
|
||||
"version": "5.0.4",
|
||||
"dev": true,
|
||||
|
|
@ -5157,8 +5152,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.1.3",
|
||||
"license": "MIT"
|
||||
"version": "20.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.3.tgz",
|
||||
"integrity": "sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw=="
|
||||
},
|
||||
"node_modules/@types/parse5": {
|
||||
"version": "6.0.3",
|
||||
|
|
@ -21449,7 +21445,9 @@
|
|||
"version": "0.7.31"
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "20.1.3"
|
||||
"version": "20.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.3.tgz",
|
||||
"integrity": "sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw=="
|
||||
},
|
||||
"@types/parse5": {
|
||||
"version": "6.0.3"
|
||||
|
|
@ -22681,7 +22679,7 @@
|
|||
"@tanstack/react-query": "^4.28.0",
|
||||
"@tanstack/react-query-devtools": "^4.29.0",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/node": "^20.2.3",
|
||||
"@types/react": "^18.0.30",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
|
|
@ -22739,10 +22737,6 @@
|
|||
"vite-plugin-html": "^3.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": {
|
||||
"version": "18.16.8",
|
||||
"dev": true
|
||||
},
|
||||
"typescript": {
|
||||
"version": "5.0.4",
|
||||
"dev": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue