Update deps
This commit is contained in:
parent
0ffd145633
commit
fd8424242e
2 changed files with 45 additions and 93 deletions
|
|
@ -46,7 +46,7 @@
|
|||
"react-icons": "^4.12.0",
|
||||
"react-toastify": "^9.1.3",
|
||||
"tsx": "^4.7.1",
|
||||
"wisp-server-node": "^1.0.5",
|
||||
"wisp-server-node": "^1.0.4",
|
||||
"ws": "^8.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -60,8 +60,7 @@
|
|||
"prettier-plugin-tailwindcss": "^0.5.12",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5.4.3",
|
||||
"vite": "^5.2.2",
|
||||
"vite": "^5.2.3",
|
||||
"vite-plugin-static-copy": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
133
pnpm-lock.yaml
generated
133
pnpm-lock.yaml
generated
|
|
@ -111,8 +111,8 @@ dependencies:
|
|||
specifier: ^4.7.1
|
||||
version: 4.7.1
|
||||
wisp-server-node:
|
||||
specifier: ^1.0.5
|
||||
version: 1.0.5
|
||||
specifier: ^1.0.4
|
||||
version: 1.0.4
|
||||
ws:
|
||||
specifier: ^8.16.0
|
||||
version: 8.16.0
|
||||
|
|
@ -120,7 +120,7 @@ dependencies:
|
|||
devDependencies:
|
||||
'@preact/preset-vite':
|
||||
specifier: ^2.8.2
|
||||
version: 2.8.2(@babel/core@7.24.3)(preact@10.20.0)(vite@5.2.2)
|
||||
version: 2.8.2(@babel/core@7.24.3)(preact@10.20.0)(vite@5.2.3)
|
||||
autoprefixer:
|
||||
specifier: ^10.4.19
|
||||
version: 10.4.19(postcss@8.4.38)
|
||||
|
|
@ -149,11 +149,11 @@ devDependencies:
|
|||
specifier: ^5.4.3
|
||||
version: 5.4.3
|
||||
vite:
|
||||
specifier: ^5.2.2
|
||||
version: 5.2.2
|
||||
specifier: ^5.2.3
|
||||
version: 5.2.3
|
||||
vite-plugin-static-copy:
|
||||
specifier: ^1.0.1
|
||||
version: 1.0.1(vite@5.2.2)
|
||||
version: 1.0.1(vite@5.2.3)
|
||||
|
||||
packages:
|
||||
|
||||
|
|
@ -1182,7 +1182,7 @@ packages:
|
|||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/@preact/preset-vite@2.8.2(@babel/core@7.24.3)(preact@10.20.0)(vite@5.2.2):
|
||||
/@preact/preset-vite@2.8.2(@babel/core@7.24.3)(preact@10.20.0)(vite@5.2.3):
|
||||
resolution: {integrity: sha512-m3tl+M8IO8jgiHnk+7LSTFl8axdPXloewi7iGVLdmCwf34XOzEUur0bZVewW4DUbUipFjTS2CXu27+5f/oexBA==}
|
||||
peerDependencies:
|
||||
'@babel/core': 7.x
|
||||
|
|
@ -1191,7 +1191,7 @@ packages:
|
|||
'@babel/core': 7.24.3
|
||||
'@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.3)
|
||||
'@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.3)
|
||||
'@prefresh/vite': 2.4.5(preact@10.20.0)(vite@5.2.2)
|
||||
'@prefresh/vite': 2.4.5(preact@10.20.0)(vite@5.2.3)
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.24.3)
|
||||
debug: 4.3.4
|
||||
|
|
@ -1201,7 +1201,7 @@ packages:
|
|||
resolve: 1.22.8
|
||||
source-map: 0.7.4
|
||||
stack-trace: 1.0.0-pre2
|
||||
vite: 5.2.2
|
||||
vite: 5.2.3
|
||||
transitivePeerDependencies:
|
||||
- preact
|
||||
- supports-color
|
||||
|
|
@ -1223,7 +1223,7 @@ packages:
|
|||
resolution: {integrity: sha512-KtC/fZw+oqtwOLUFM9UtiitB0JsVX0zLKNyRTA332sqREqSALIIQQxdUCS1P3xR/jT1e2e8/5rwH6gdcMLEmsQ==}
|
||||
dev: true
|
||||
|
||||
/@prefresh/vite@2.4.5(preact@10.20.0)(vite@5.2.2):
|
||||
/@prefresh/vite@2.4.5(preact@10.20.0)(vite@5.2.3):
|
||||
resolution: {integrity: sha512-iForDVJ2M8gQYnm5pHumvTEJjGGc7YNYC0GVKnHFL+GvFfKHfH9Rpq67nUAzNbjuLEpqEOUuQVQajMazWu2ZNQ==}
|
||||
peerDependencies:
|
||||
preact: ^10.4.0
|
||||
|
|
@ -1235,7 +1235,7 @@ packages:
|
|||
'@prefresh/utils': 1.2.0
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
preact: 10.20.0
|
||||
vite: 5.2.2
|
||||
vite: 5.2.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
|
@ -2033,7 +2033,7 @@ packages:
|
|||
dependencies:
|
||||
call-bind: 1.0.7
|
||||
define-properties: 1.2.1
|
||||
es-abstract: 1.22.5
|
||||
es-abstract: 1.23.2
|
||||
es-shim-unscopables: 1.0.2
|
||||
dev: true
|
||||
|
||||
|
|
@ -2043,7 +2043,7 @@ packages:
|
|||
dependencies:
|
||||
call-bind: 1.0.7
|
||||
define-properties: 1.2.1
|
||||
es-abstract: 1.22.5
|
||||
es-abstract: 1.23.2
|
||||
es-shim-unscopables: 1.0.2
|
||||
dev: true
|
||||
|
||||
|
|
@ -2052,7 +2052,7 @@ packages:
|
|||
dependencies:
|
||||
call-bind: 1.0.7
|
||||
define-properties: 1.2.1
|
||||
es-abstract: 1.22.5
|
||||
es-abstract: 1.23.2
|
||||
es-shim-unscopables: 1.0.2
|
||||
dev: true
|
||||
|
||||
|
|
@ -2061,7 +2061,7 @@ packages:
|
|||
dependencies:
|
||||
call-bind: 1.0.7
|
||||
define-properties: 1.2.1
|
||||
es-abstract: 1.22.5
|
||||
es-abstract: 1.23.2
|
||||
es-errors: 1.3.0
|
||||
es-shim-unscopables: 1.0.2
|
||||
dev: true
|
||||
|
|
@ -2132,7 +2132,7 @@ packages:
|
|||
postcss: ^8.1.0
|
||||
dependencies:
|
||||
browserslist: 4.23.0
|
||||
caniuse-lite: 1.0.30001599
|
||||
caniuse-lite: 1.0.30001600
|
||||
fraction.js: 4.3.7
|
||||
normalize-range: 0.1.2
|
||||
picocolors: 1.0.0
|
||||
|
|
@ -2257,8 +2257,8 @@ packages:
|
|||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001599
|
||||
electron-to-chromium: 1.4.713
|
||||
caniuse-lite: 1.0.30001600
|
||||
electron-to-chromium: 1.4.715
|
||||
node-releases: 2.0.14
|
||||
update-browserslist-db: 1.0.13(browserslist@4.23.0)
|
||||
|
||||
|
|
@ -2354,8 +2354,8 @@ packages:
|
|||
engines: {node: '>= 6'}
|
||||
dev: true
|
||||
|
||||
/caniuse-lite@1.0.30001599:
|
||||
resolution: {integrity: sha512-LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA==}
|
||||
/caniuse-lite@1.0.30001600:
|
||||
resolution: {integrity: sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==}
|
||||
|
||||
/chalk@2.4.2:
|
||||
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
|
||||
|
|
@ -2871,8 +2871,8 @@ packages:
|
|||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||
dev: false
|
||||
|
||||
/electron-to-chromium@1.4.713:
|
||||
resolution: {integrity: sha512-vDarADhwntXiULEdmWd77g2dV6FrNGa8ecAC29MZ4TwPut2fvosD0/5sJd1qWNNe8HcJFAC+F5Lf9jW1NPtWmw==}
|
||||
/electron-to-chromium@1.4.715:
|
||||
resolution: {integrity: sha512-XzWNH4ZSa9BwVUQSDorPWAUQ5WGuYz7zJUNpNif40zFCiCl20t8zgylmreNmn26h5kiyw2lg7RfTmeMBsDklqg==}
|
||||
|
||||
/emoji-regex@8.0.0:
|
||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||
|
|
@ -2916,53 +2916,6 @@ packages:
|
|||
dev: false
|
||||
optional: true
|
||||
|
||||
/es-abstract@1.22.5:
|
||||
resolution: {integrity: sha512-oW69R+4q2wG+Hc3KZePPZxOiisRIqfKBVo/HLx94QcJeWGU/8sZhCvc829rd1kS366vlJbzBfXf9yWwf0+Ko7w==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
array-buffer-byte-length: 1.0.1
|
||||
arraybuffer.prototype.slice: 1.0.3
|
||||
available-typed-arrays: 1.0.7
|
||||
call-bind: 1.0.7
|
||||
es-define-property: 1.0.0
|
||||
es-errors: 1.3.0
|
||||
es-set-tostringtag: 2.0.3
|
||||
es-to-primitive: 1.2.1
|
||||
function.prototype.name: 1.1.6
|
||||
get-intrinsic: 1.2.4
|
||||
get-symbol-description: 1.0.2
|
||||
globalthis: 1.0.3
|
||||
gopd: 1.0.1
|
||||
has-property-descriptors: 1.0.2
|
||||
has-proto: 1.0.3
|
||||
has-symbols: 1.0.3
|
||||
hasown: 2.0.2
|
||||
internal-slot: 1.0.7
|
||||
is-array-buffer: 3.0.4
|
||||
is-callable: 1.2.7
|
||||
is-negative-zero: 2.0.3
|
||||
is-regex: 1.1.4
|
||||
is-shared-array-buffer: 1.0.3
|
||||
is-string: 1.0.7
|
||||
is-typed-array: 1.1.13
|
||||
is-weakref: 1.0.2
|
||||
object-inspect: 1.13.1
|
||||
object-keys: 1.1.1
|
||||
object.assign: 4.1.5
|
||||
regexp.prototype.flags: 1.5.2
|
||||
safe-array-concat: 1.1.2
|
||||
safe-regex-test: 1.0.3
|
||||
string.prototype.trim: 1.2.9
|
||||
string.prototype.trimend: 1.0.8
|
||||
string.prototype.trimstart: 1.0.7
|
||||
typed-array-buffer: 1.0.2
|
||||
typed-array-byte-length: 1.0.1
|
||||
typed-array-byte-offset: 1.0.2
|
||||
typed-array-length: 1.0.5
|
||||
unbox-primitive: 1.0.2
|
||||
which-typed-array: 1.1.15
|
||||
dev: true
|
||||
|
||||
/es-abstract@1.23.2:
|
||||
resolution: {integrity: sha512-60s3Xv2T2p1ICykc7c+DNDPLDMm9t4QxCOUU0K9JxiLjM3C1zB9YVdN7tjxrFd4+AkZ8CdX1ovUga4P2+1e+/w==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -3006,11 +2959,11 @@ packages:
|
|||
safe-regex-test: 1.0.3
|
||||
string.prototype.trim: 1.2.9
|
||||
string.prototype.trimend: 1.0.8
|
||||
string.prototype.trimstart: 1.0.7
|
||||
string.prototype.trimstart: 1.0.8
|
||||
typed-array-buffer: 1.0.2
|
||||
typed-array-byte-length: 1.0.1
|
||||
typed-array-byte-offset: 1.0.2
|
||||
typed-array-length: 1.0.5
|
||||
typed-array-length: 1.0.6
|
||||
unbox-primitive: 1.0.2
|
||||
which-typed-array: 1.1.15
|
||||
dev: true
|
||||
|
|
@ -3190,7 +3143,7 @@ packages:
|
|||
'@mdn/browser-compat-data': 5.5.16
|
||||
ast-metadata-inferer: 0.8.0
|
||||
browserslist: 4.23.0
|
||||
caniuse-lite: 1.0.30001599
|
||||
caniuse-lite: 1.0.30001600
|
||||
eslint: 8.57.0
|
||||
find-up: 5.0.0
|
||||
lodash.memoize: 4.1.2
|
||||
|
|
@ -3245,7 +3198,7 @@ packages:
|
|||
minimatch: 3.1.2
|
||||
object.entries: 1.1.8
|
||||
object.fromentries: 2.0.8
|
||||
object.hasown: 1.1.3
|
||||
object.hasown: 1.1.4
|
||||
object.values: 1.2.0
|
||||
prop-types: 15.8.1
|
||||
resolve: 2.0.0-next.5
|
||||
|
|
@ -5099,11 +5052,13 @@ packages:
|
|||
es-object-atoms: 1.0.0
|
||||
dev: true
|
||||
|
||||
/object.hasown@1.1.3:
|
||||
resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==}
|
||||
/object.hasown@1.1.4:
|
||||
resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
define-properties: 1.2.1
|
||||
es-abstract: 1.22.5
|
||||
es-abstract: 1.23.2
|
||||
es-object-atoms: 1.0.0
|
||||
dev: true
|
||||
|
||||
/object.values@1.2.0:
|
||||
|
|
@ -6297,9 +6252,6 @@ packages:
|
|||
/sqlite3@5.1.7:
|
||||
resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==}
|
||||
requiresBuild: true
|
||||
peerDependenciesMeta:
|
||||
node-gyp:
|
||||
optional: true
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
node-addon-api: 7.1.0
|
||||
|
|
@ -6391,12 +6343,13 @@ packages:
|
|||
es-object-atoms: 1.0.0
|
||||
dev: true
|
||||
|
||||
/string.prototype.trimstart@1.0.7:
|
||||
resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==}
|
||||
/string.prototype.trimstart@1.0.8:
|
||||
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
call-bind: 1.0.7
|
||||
define-properties: 1.2.1
|
||||
es-abstract: 1.23.2
|
||||
es-object-atoms: 1.0.0
|
||||
dev: true
|
||||
|
||||
/string_decoder@1.1.1:
|
||||
|
|
@ -6754,8 +6707,8 @@ packages:
|
|||
is-typed-array: 1.1.13
|
||||
dev: true
|
||||
|
||||
/typed-array-length@1.0.5:
|
||||
resolution: {integrity: sha512-yMi0PlwuznKHxKmcpoOdeLwxBoVPkqZxd7q2FgMkmD3bNwvF5VW0+UlUQ1k1vmktTu4Yu13Q0RIxEP8+B+wloA==}
|
||||
/typed-array-length@1.0.6:
|
||||
resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
call-bind: 1.0.7
|
||||
|
|
@ -6879,7 +6832,7 @@ packages:
|
|||
engines: {node: '>= 0.8'}
|
||||
dev: false
|
||||
|
||||
/vite-plugin-static-copy@1.0.1(vite@5.2.2):
|
||||
/vite-plugin-static-copy@1.0.1(vite@5.2.3):
|
||||
resolution: {integrity: sha512-3eGL4mdZoPJMDBT68pv/XKIHR4MgVolStIxxv1gIBP4R8TpHn9C9EnaU0hesqlseJ4ycLGUxckFTu/jpuJXQlA==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
|
@ -6889,11 +6842,11 @@ packages:
|
|||
fast-glob: 3.3.2
|
||||
fs-extra: 11.2.0
|
||||
picocolors: 1.0.0
|
||||
vite: 5.2.2
|
||||
vite: 5.2.3
|
||||
dev: true
|
||||
|
||||
/vite@5.2.2:
|
||||
resolution: {integrity: sha512-FWZbz0oSdLq5snUI0b6sULbz58iXFXdvkZfZWR/F0ZJuKTSPO7v72QPXt6KqYeMFb0yytNp6kZosxJ96Nr/wDQ==}
|
||||
/vite@5.2.3:
|
||||
resolution: {integrity: sha512-+i1oagbvkVIhEy9TnEV+fgXsng13nZM90JQbrcPrf6DvW2mXARlz+DK7DLiDP+qeKoD1FCVx/1SpFL1CLq9Mhw==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
|
@ -7017,8 +6970,8 @@ packages:
|
|||
dev: false
|
||||
optional: true
|
||||
|
||||
/wisp-server-node@1.0.5:
|
||||
resolution: {integrity: sha512-D6VgyuQqmFeRHPpt1M46xJytr8bD5f++FgXVfCmKjHaQ5vB+/wXL8oNM3rUSO+g8DE85AIlCdgH1sq9uq/CG4g==}
|
||||
/wisp-server-node@1.0.4:
|
||||
resolution: {integrity: sha512-23mGc9vkjcqJaRzkrX5QbmMciEgfSWBiBcduNn39ttBQbaVdP050om7FzYzLiv9TYt5OMw5d2KyDxZ7QUErzwg==}
|
||||
dependencies:
|
||||
ws: 8.16.0
|
||||
transitivePeerDependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue