Update Packages
This commit is contained in:
parent
9d8bb8e20b
commit
ed472e40ed
3 changed files with 537 additions and 248 deletions
|
@ -22,18 +22,18 @@
|
||||||
"@fortawesome/pro-thin-svg-icons": "^6.4.2",
|
"@fortawesome/pro-thin-svg-icons": "^6.4.2",
|
||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
||||||
"@prisma/client": "^4.16.2",
|
"@prisma/client": "^5.1.1",
|
||||||
"@solidjs/meta": "^0.28.6",
|
"@solidjs/meta": "^0.28.6",
|
||||||
"@solidjs/router": "^0.8.3",
|
"@solidjs/router": "^0.8.3",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"http-status": "^1.6.2",
|
"http-status": "^1.6.2",
|
||||||
"nodemailer": "6.9.4",
|
"nodemailer": "6.9.4",
|
||||||
"prisma": "^4.16.2",
|
"prisma": "^5.1.1",
|
||||||
"socket.io": "^4.7.2",
|
"socket.io": "^4.7.2",
|
||||||
"socket.io-client": "^4.7.2",
|
"socket.io-client": "^4.7.2",
|
||||||
"solid-js": "^1.7.11",
|
"solid-js": "^1.7.11",
|
||||||
"solid-start": "^0.3.2",
|
"solid-start": "^0.3.3",
|
||||||
"solid-zustand": "^1.7.0",
|
"solid-zustand": "^1.7.0",
|
||||||
"unique-names-generator": "^4.7.1",
|
"unique-names-generator": "^4.7.1",
|
||||||
"zod": "3.21.1",
|
"zod": "3.21.1",
|
||||||
|
@ -41,22 +41,22 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.37.0",
|
"@playwright/test": "^1.37.0",
|
||||||
"@total-typescript/ts-reset": "^0.3.7",
|
"@total-typescript/ts-reset": "^0.4.2",
|
||||||
"@types/node": "^18.17.5",
|
"@types/node": "^20.5.0",
|
||||||
"@types/nodemailer": "^6.4.9",
|
"@types/nodemailer": "^6.4.9",
|
||||||
"@types/web-bluetooth": "^0.0.16",
|
"@types/web-bluetooth": "^0.0.17",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
||||||
"autoprefixer": "^10.4.15",
|
"autoprefixer": "^10.4.15",
|
||||||
"dotenv": "^16.3.1",
|
"dotenv": "^16.3.1",
|
||||||
"eslint": "^8.47.0",
|
"eslint": "^8.47.0",
|
||||||
"eslint-config-prettier": "^8.10.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-solid": "^0.12.1",
|
"eslint-plugin-solid": "^0.12.1",
|
||||||
"postcss": "^8.4.27",
|
"postcss": "^8.4.28",
|
||||||
"prettier": "^3.0.1",
|
"prettier": "^3.0.2",
|
||||||
"prettier-plugin-organize-imports": "^3.2.3",
|
"prettier-plugin-organize-imports": "^3.2.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.4.1",
|
"prettier-plugin-tailwindcss": "^0.5.3",
|
||||||
"sass": "^1.65.1",
|
"sass": "^1.65.1",
|
||||||
"solid-start-node": "^0.3.2",
|
"solid-start-node": "^0.3.3",
|
||||||
"tailwindcss": "^3.3.3",
|
"tailwindcss": "^3.3.3",
|
||||||
"typescript": "^5.1.6",
|
"typescript": "^5.1.6",
|
||||||
"vite": "^4.4.9"
|
"vite": "^4.4.9"
|
||||||
|
|
191
leaky-ships/pnpm-lock.yaml
generated
191
leaky-ships/pnpm-lock.yaml
generated
|
@ -10,10 +10,10 @@ dependencies:
|
||||||
version: 0.12.0(nodemailer@6.9.4)
|
version: 0.12.0(nodemailer@6.9.4)
|
||||||
'@auth/prisma-adapter':
|
'@auth/prisma-adapter':
|
||||||
specifier: ^1.0.1
|
specifier: ^1.0.1
|
||||||
version: 1.0.1(@prisma/client@4.16.2)(nodemailer@6.9.4)
|
version: 1.0.1(@prisma/client@5.1.1)(nodemailer@6.9.4)
|
||||||
'@auth/solid-start':
|
'@auth/solid-start':
|
||||||
specifier: ^0.1.1
|
specifier: ^0.1.1
|
||||||
version: 0.1.1(@auth/core@0.12.0)(solid-js@1.7.11)(solid-start@0.3.2)
|
version: 0.1.1(@auth/core@0.12.0)(solid-js@1.7.11)(solid-start@0.3.3)
|
||||||
'@fortawesome/fontawesome-svg-core':
|
'@fortawesome/fontawesome-svg-core':
|
||||||
specifier: ^6.4.2
|
specifier: ^6.4.2
|
||||||
version: 6.4.2
|
version: 6.4.2
|
||||||
|
@ -39,8 +39,8 @@ dependencies:
|
||||||
specifier: ^6.4.2
|
specifier: ^6.4.2
|
||||||
version: 6.4.2
|
version: 6.4.2
|
||||||
'@prisma/client':
|
'@prisma/client':
|
||||||
specifier: ^4.16.2
|
specifier: ^5.1.1
|
||||||
version: 4.16.2(prisma@4.16.2)
|
version: 5.1.1(prisma@5.1.1)
|
||||||
'@solidjs/meta':
|
'@solidjs/meta':
|
||||||
specifier: ^0.28.6
|
specifier: ^0.28.6
|
||||||
version: 0.28.6(solid-js@1.7.11)
|
version: 0.28.6(solid-js@1.7.11)
|
||||||
|
@ -60,8 +60,8 @@ dependencies:
|
||||||
specifier: 6.9.4
|
specifier: 6.9.4
|
||||||
version: 6.9.4
|
version: 6.9.4
|
||||||
prisma:
|
prisma:
|
||||||
specifier: ^4.16.2
|
specifier: ^5.1.1
|
||||||
version: 4.16.2
|
version: 5.1.1
|
||||||
socket.io:
|
socket.io:
|
||||||
specifier: ^4.7.2
|
specifier: ^4.7.2
|
||||||
version: 4.7.2
|
version: 4.7.2
|
||||||
|
@ -72,8 +72,8 @@ dependencies:
|
||||||
specifier: ^1.7.11
|
specifier: ^1.7.11
|
||||||
version: 1.7.11
|
version: 1.7.11
|
||||||
solid-start:
|
solid-start:
|
||||||
specifier: ^0.3.2
|
specifier: ^0.3.3
|
||||||
version: 0.3.2(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.2)(vite@4.4.9)
|
version: 0.3.3(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.3)(vite@4.4.9)
|
||||||
solid-zustand:
|
solid-zustand:
|
||||||
specifier: ^1.7.0
|
specifier: ^1.7.0
|
||||||
version: 1.7.0(solid-js@1.7.11)(zustand@4.4.1)
|
version: 1.7.0(solid-js@1.7.11)(zustand@4.4.1)
|
||||||
|
@ -92,23 +92,23 @@ devDependencies:
|
||||||
specifier: ^1.37.0
|
specifier: ^1.37.0
|
||||||
version: 1.37.0
|
version: 1.37.0
|
||||||
'@total-typescript/ts-reset':
|
'@total-typescript/ts-reset':
|
||||||
specifier: ^0.3.7
|
specifier: ^0.4.2
|
||||||
version: 0.3.7
|
version: 0.4.2
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^18.17.5
|
specifier: ^20.5.0
|
||||||
version: 18.17.5
|
version: 20.5.0
|
||||||
'@types/nodemailer':
|
'@types/nodemailer':
|
||||||
specifier: ^6.4.9
|
specifier: ^6.4.9
|
||||||
version: 6.4.9
|
version: 6.4.9
|
||||||
'@types/web-bluetooth':
|
'@types/web-bluetooth':
|
||||||
specifier: ^0.0.16
|
specifier: ^0.0.17
|
||||||
version: 0.0.16
|
version: 0.0.17
|
||||||
'@typescript-eslint/eslint-plugin':
|
'@typescript-eslint/eslint-plugin':
|
||||||
specifier: ^6.4.0
|
specifier: ^6.4.0
|
||||||
version: 6.4.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.1.6)
|
version: 6.4.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.1.6)
|
||||||
autoprefixer:
|
autoprefixer:
|
||||||
specifier: ^10.4.15
|
specifier: ^10.4.15
|
||||||
version: 10.4.15(postcss@8.4.27)
|
version: 10.4.15(postcss@8.4.28)
|
||||||
dotenv:
|
dotenv:
|
||||||
specifier: ^16.3.1
|
specifier: ^16.3.1
|
||||||
version: 16.3.1
|
version: 16.3.1
|
||||||
|
@ -116,29 +116,29 @@ devDependencies:
|
||||||
specifier: ^8.47.0
|
specifier: ^8.47.0
|
||||||
version: 8.47.0
|
version: 8.47.0
|
||||||
eslint-config-prettier:
|
eslint-config-prettier:
|
||||||
specifier: ^8.10.0
|
specifier: ^9.0.0
|
||||||
version: 8.10.0(eslint@8.47.0)
|
version: 9.0.0(eslint@8.47.0)
|
||||||
eslint-plugin-solid:
|
eslint-plugin-solid:
|
||||||
specifier: ^0.12.1
|
specifier: ^0.12.1
|
||||||
version: 0.12.1(eslint@8.47.0)(typescript@5.1.6)
|
version: 0.12.1(eslint@8.47.0)(typescript@5.1.6)
|
||||||
postcss:
|
postcss:
|
||||||
specifier: ^8.4.27
|
specifier: ^8.4.28
|
||||||
version: 8.4.27
|
version: 8.4.28
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.0.1
|
specifier: ^3.0.2
|
||||||
version: 3.0.1
|
version: 3.0.2
|
||||||
prettier-plugin-organize-imports:
|
prettier-plugin-organize-imports:
|
||||||
specifier: ^3.2.3
|
specifier: ^3.2.3
|
||||||
version: 3.2.3(prettier@3.0.1)(typescript@5.1.6)
|
version: 3.2.3(prettier@3.0.2)(typescript@5.1.6)
|
||||||
prettier-plugin-tailwindcss:
|
prettier-plugin-tailwindcss:
|
||||||
specifier: ^0.4.1
|
specifier: ^0.5.3
|
||||||
version: 0.4.1(prettier-plugin-organize-imports@3.2.3)(prettier@3.0.1)
|
version: 0.5.3(prettier-plugin-organize-imports@3.2.3)(prettier@3.0.2)
|
||||||
sass:
|
sass:
|
||||||
specifier: ^1.65.1
|
specifier: ^1.65.1
|
||||||
version: 1.65.1
|
version: 1.65.1
|
||||||
solid-start-node:
|
solid-start-node:
|
||||||
specifier: ^0.3.2
|
specifier: ^0.3.3
|
||||||
version: 0.3.2(solid-start@0.3.2)(vite@4.4.9)
|
version: 0.3.3(solid-start@0.3.3)(vite@4.4.9)
|
||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: ^3.3.3
|
specifier: ^3.3.3
|
||||||
version: 3.3.3
|
version: 3.3.3
|
||||||
|
@ -147,7 +147,7 @@ devDependencies:
|
||||||
version: 5.1.6
|
version: 5.1.6
|
||||||
vite:
|
vite:
|
||||||
specifier: ^4.4.9
|
specifier: ^4.4.9
|
||||||
version: 4.4.9(@types/node@18.17.5)(sass@1.65.1)
|
version: 4.4.9(@types/node@20.5.0)(sass@1.65.1)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
@ -205,18 +205,18 @@ packages:
|
||||||
preact-render-to-string: 5.2.3(preact@10.11.3)
|
preact-render-to-string: 5.2.3(preact@10.11.3)
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@auth/prisma-adapter@1.0.1(@prisma/client@4.16.2)(nodemailer@6.9.4):
|
/@auth/prisma-adapter@1.0.1(@prisma/client@5.1.1)(nodemailer@6.9.4):
|
||||||
resolution: {integrity: sha512-sBp9l/jVr7l9y7rp2Pv6eoP7i8X2CgRNE3jDWJ0B/u+HnKRofXflD1cldPqRSAkJhqH3UxhVtMTEijT9FoofmQ==}
|
resolution: {integrity: sha512-sBp9l/jVr7l9y7rp2Pv6eoP7i8X2CgRNE3jDWJ0B/u+HnKRofXflD1cldPqRSAkJhqH3UxhVtMTEijT9FoofmQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@prisma/client': '>=2.26.0 || >=3 || >=4'
|
'@prisma/client': '>=2.26.0 || >=3 || >=4'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@auth/core': 0.9.0(nodemailer@6.9.4)
|
'@auth/core': 0.9.0(nodemailer@6.9.4)
|
||||||
'@prisma/client': 4.16.2(prisma@4.16.2)
|
'@prisma/client': 5.1.1(prisma@5.1.1)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- nodemailer
|
- nodemailer
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@auth/solid-start@0.1.1(@auth/core@0.12.0)(solid-js@1.7.11)(solid-start@0.3.2):
|
/@auth/solid-start@0.1.1(@auth/core@0.12.0)(solid-js@1.7.11)(solid-start@0.3.3):
|
||||||
resolution: {integrity: sha512-WMWBH/RbQTs5oFBoOjtJgKKZv3QlZQkyiAj1UnKWJ2+3UbuNQAhDBM4ppZD54CdbF/Wb1LVXjUNI6LBbopUK6g==}
|
resolution: {integrity: sha512-WMWBH/RbQTs5oFBoOjtJgKKZv3QlZQkyiAj1UnKWJ2+3UbuNQAhDBM4ppZD54CdbF/Wb1LVXjUNI6LBbopUK6g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@auth/core': ~0.2.2 || ^0.2.2
|
'@auth/core': ~0.2.2 || ^0.2.2
|
||||||
|
@ -225,7 +225,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@auth/core': 0.12.0(nodemailer@6.9.4)
|
'@auth/core': 0.12.0(nodemailer@6.9.4)
|
||||||
solid-js: 1.7.11
|
solid-js: 1.7.11
|
||||||
solid-start: 0.3.2(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.2)(vite@4.4.9)
|
solid-start: 0.3.3(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.3)(vite@4.4.9)
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@babel/code-frame@7.22.10:
|
/@babel/code-frame@7.22.10:
|
||||||
|
@ -1882,9 +1882,9 @@ packages:
|
||||||
/@polka/url@1.0.0-next.21:
|
/@polka/url@1.0.0-next.21:
|
||||||
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
|
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
|
||||||
|
|
||||||
/@prisma/client@4.16.2(prisma@4.16.2):
|
/@prisma/client@5.1.1(prisma@5.1.1):
|
||||||
resolution: {integrity: sha512-qCoEyxv1ZrQ4bKy39GnylE8Zq31IRmm8bNhNbZx7bF2cU5aiCCnSa93J2imF88MBjn7J9eUQneNxUQVJdl/rPQ==}
|
resolution: {integrity: sha512-fxcCeK5pMQGcgCqCrWsi+I2rpIbk0rAhdrN+ke7f34tIrgPwA68ensrpin+9+fZvuV2OtzHmuipwduSY6HswdA==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=16.13'}
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
prisma: '*'
|
prisma: '*'
|
||||||
|
@ -1892,8 +1892,8 @@ packages:
|
||||||
prisma:
|
prisma:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@prisma/engines-version': 4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81
|
'@prisma/engines-version': 5.1.1-1.6a3747c37ff169c90047725a05a6ef02e32ac97e
|
||||||
prisma: 4.16.2
|
prisma: 5.1.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@prisma/debug@5.1.1:
|
/@prisma/debug@5.1.1:
|
||||||
|
@ -1906,12 +1906,12 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@prisma/engines-version@4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81:
|
/@prisma/engines-version@5.1.1-1.6a3747c37ff169c90047725a05a6ef02e32ac97e:
|
||||||
resolution: {integrity: sha512-q617EUWfRIDTriWADZ4YiWRZXCa/WuhNgLTVd+HqWLffjMSPzyM5uOWoauX91wvQClSKZU4pzI4JJLQ9Kl62Qg==}
|
resolution: {integrity: sha512-owZqbY/wucbr65bXJ/ljrHPgQU5xXTSkmcE/JcbqE1kusuAXV/TLN3/exmz21SZ5rJ7WDkyk70J2G/n68iogbQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@prisma/engines@4.16.2:
|
/@prisma/engines@5.1.1:
|
||||||
resolution: {integrity: sha512-vx1nxVvN4QeT/cepQce68deh/Turxy5Mr+4L4zClFuK1GlxN3+ivxfuv+ej/gvidWn1cE1uAhW7ALLNlYbRUAw==}
|
resolution: {integrity: sha512-NV/4nVNWFZSJCCIA3HIFJbbDKO/NARc9ej0tX5S9k2EVbkrFJC4Xt9b0u4rNZWL4V+F5LAjvta8vzEUw0rw+HA==}
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -2015,8 +2015,8 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
solid-js: 1.7.11
|
solid-js: 1.7.11
|
||||||
|
|
||||||
/@total-typescript/ts-reset@0.3.7:
|
/@total-typescript/ts-reset@0.4.2:
|
||||||
resolution: {integrity: sha512-yXt2BRRVCJVvzWaxac5n0nCXzIrQEBE/MeYlNQ8/Iq7UeelNmm/AdnUAu18ilSS893mbEQ4u6whPt/HvOPc4rw==}
|
resolution: {integrity: sha512-vqd7ZUDSrXFVT1n8b2kc3LnklncDQFPvR58yUS1kEP23/nHPAO9l1lMjUfnPrXYYk4Hj54rrLKMW5ipwk7k09A==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/babel__core@7.20.1:
|
/@types/babel__core@7.20.1:
|
||||||
|
@ -2081,6 +2081,9 @@ packages:
|
||||||
/@types/node@18.17.5:
|
/@types/node@18.17.5:
|
||||||
resolution: {integrity: sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==}
|
resolution: {integrity: sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==}
|
||||||
|
|
||||||
|
/@types/node@20.5.0:
|
||||||
|
resolution: {integrity: sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==}
|
||||||
|
|
||||||
/@types/nodemailer@6.4.9:
|
/@types/nodemailer@6.4.9:
|
||||||
resolution: {integrity: sha512-XYG8Gv+sHjaOtUpiuytahMy2mM3rectgroNbs6R3djZEKmPNiIJwe9KqOJBGzKKnNZNKvnuvmugBgpq3w/S0ig==}
|
resolution: {integrity: sha512-XYG8Gv+sHjaOtUpiuytahMy2mM3rectgroNbs6R3djZEKmPNiIJwe9KqOJBGzKKnNZNKvnuvmugBgpq3w/S0ig==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -2094,8 +2097,8 @@ packages:
|
||||||
resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==}
|
resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/web-bluetooth@0.0.16:
|
/@types/web-bluetooth@0.0.17:
|
||||||
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
|
resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/eslint-plugin@6.4.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.1.6):
|
/@typescript-eslint/eslint-plugin@6.4.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.1.6):
|
||||||
|
@ -2400,7 +2403,7 @@ packages:
|
||||||
is-shared-array-buffer: 1.0.2
|
is-shared-array-buffer: 1.0.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/autoprefixer@10.4.15(postcss@8.4.27):
|
/autoprefixer@10.4.15(postcss@8.4.28):
|
||||||
resolution: {integrity: sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==}
|
resolution: {integrity: sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -2412,7 +2415,7 @@ packages:
|
||||||
fraction.js: 4.2.0
|
fraction.js: 4.2.0
|
||||||
normalize-range: 0.1.2
|
normalize-range: 0.1.2
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
postcss: 8.4.27
|
postcss: 8.4.28
|
||||||
postcss-value-parser: 4.2.0
|
postcss-value-parser: 4.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -2527,7 +2530,7 @@ packages:
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001520
|
caniuse-lite: 1.0.30001520
|
||||||
electron-to-chromium: 1.4.490
|
electron-to-chromium: 1.4.492
|
||||||
node-releases: 2.0.13
|
node-releases: 2.0.13
|
||||||
update-browserslist-db: 1.0.11(browserslist@4.21.10)
|
update-browserslist-db: 1.0.11(browserslist@4.21.10)
|
||||||
|
|
||||||
|
@ -2825,8 +2828,8 @@ packages:
|
||||||
/ee-first@1.1.1:
|
/ee-first@1.1.1:
|
||||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||||
|
|
||||||
/electron-to-chromium@1.4.490:
|
/electron-to-chromium@1.4.492:
|
||||||
resolution: {integrity: sha512-6s7NVJz+sATdYnIwhdshx/N/9O6rvMxmhVoDSDFdj6iA45gHR8EQje70+RYsF4GeB+k0IeNSBnP7yG9ZXJFr7A==}
|
resolution: {integrity: sha512-36K9b/6skMVwAIEsC7GiQ8I8N3soCALVSHqWHzNDtGemAcI9Xu8hP02cywWM0A794rTHm0b0zHPeLJHtgFVamQ==}
|
||||||
|
|
||||||
/emoji-regex@8.0.0:
|
/emoji-regex@8.0.0:
|
||||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||||
|
@ -3037,8 +3040,8 @@ packages:
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-config-prettier@8.10.0(eslint@8.47.0):
|
/eslint-config-prettier@9.0.0(eslint@8.47.0):
|
||||||
resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==}
|
resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.0.0'
|
eslint: '>=7.0.0'
|
||||||
|
@ -4180,29 +4183,29 @@ packages:
|
||||||
'@polka/url': 1.0.0-next.21
|
'@polka/url': 1.0.0-next.21
|
||||||
trouter: 3.2.1
|
trouter: 3.2.1
|
||||||
|
|
||||||
/postcss-import@15.1.0(postcss@8.4.27):
|
/postcss-import@15.1.0(postcss@8.4.28):
|
||||||
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
postcss: ^8.0.0
|
postcss: ^8.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.27
|
postcss: 8.4.28
|
||||||
postcss-value-parser: 4.2.0
|
postcss-value-parser: 4.2.0
|
||||||
read-cache: 1.0.0
|
read-cache: 1.0.0
|
||||||
resolve: 1.22.4
|
resolve: 1.22.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/postcss-js@4.0.1(postcss@8.4.27):
|
/postcss-js@4.0.1(postcss@8.4.28):
|
||||||
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
|
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
|
||||||
engines: {node: ^12 || ^14 || >= 16}
|
engines: {node: ^12 || ^14 || >= 16}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
postcss: ^8.4.21
|
postcss: ^8.4.21
|
||||||
dependencies:
|
dependencies:
|
||||||
camelcase-css: 2.0.1
|
camelcase-css: 2.0.1
|
||||||
postcss: 8.4.27
|
postcss: 8.4.28
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/postcss-load-config@4.0.1(postcss@8.4.27):
|
/postcss-load-config@4.0.1(postcss@8.4.28):
|
||||||
resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
|
resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
|
||||||
engines: {node: '>= 14'}
|
engines: {node: '>= 14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -4215,17 +4218,17 @@ packages:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
lilconfig: 2.1.0
|
lilconfig: 2.1.0
|
||||||
postcss: 8.4.27
|
postcss: 8.4.28
|
||||||
yaml: 2.3.1
|
yaml: 2.3.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/postcss-nested@6.0.1(postcss@8.4.27):
|
/postcss-nested@6.0.1(postcss@8.4.28):
|
||||||
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
|
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
|
||||||
engines: {node: '>=12.0'}
|
engines: {node: '>=12.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
postcss: ^8.2.14
|
postcss: ^8.2.14
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.27
|
postcss: 8.4.28
|
||||||
postcss-selector-parser: 6.0.13
|
postcss-selector-parser: 6.0.13
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -4241,8 +4244,8 @@ packages:
|
||||||
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/postcss@8.4.27:
|
/postcss@8.4.28:
|
||||||
resolution: {integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==}
|
resolution: {integrity: sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.6
|
nanoid: 3.3.6
|
||||||
|
@ -4267,7 +4270,7 @@ packages:
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier-plugin-organize-imports@3.2.3(prettier@3.0.1)(typescript@5.1.6):
|
/prettier-plugin-organize-imports@3.2.3(prettier@3.0.2)(typescript@5.1.6):
|
||||||
resolution: {integrity: sha512-KFvk8C/zGyvUaE3RvxN2MhCLwzV6OBbFSkwZ2OamCrs9ZY4i5L77jQ/w4UmUr+lqX8qbaqVq6bZZkApn+IgJSg==}
|
resolution: {integrity: sha512-KFvk8C/zGyvUaE3RvxN2MhCLwzV6OBbFSkwZ2OamCrs9ZY4i5L77jQ/w4UmUr+lqX8qbaqVq6bZZkApn+IgJSg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@volar/vue-language-plugin-pug': ^1.0.4
|
'@volar/vue-language-plugin-pug': ^1.0.4
|
||||||
|
@ -4280,20 +4283,20 @@ packages:
|
||||||
'@volar/vue-typescript':
|
'@volar/vue-typescript':
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
prettier: 3.0.1
|
prettier: 3.0.2
|
||||||
typescript: 5.1.6
|
typescript: 5.1.6
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier-plugin-tailwindcss@0.4.1(prettier-plugin-organize-imports@3.2.3)(prettier@3.0.1):
|
/prettier-plugin-tailwindcss@0.5.3(prettier-plugin-organize-imports@3.2.3)(prettier@3.0.2):
|
||||||
resolution: {integrity: sha512-hwn2EiJmv8M+AW4YDkbjJ6HlZCTzLyz1QlySn9sMuKV/Px0fjwldlB7tol8GzdgqtkdPtzT3iJ4UzdnYXP25Ag==}
|
resolution: {integrity: sha512-M5K80V21yM+CTm/FEFYRv9/9LyInYbCSXpIoPAKMm8zy89IOwdiA2e4JVbcO7tvRtAQWz32zdj7/WKcsmFyAVg==}
|
||||||
engines: {node: '>=12.17.0'}
|
engines: {node: '>=14.21.3'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@ianvs/prettier-plugin-sort-imports': '*'
|
'@ianvs/prettier-plugin-sort-imports': '*'
|
||||||
'@prettier/plugin-pug': '*'
|
'@prettier/plugin-pug': '*'
|
||||||
'@shopify/prettier-plugin-liquid': '*'
|
'@shopify/prettier-plugin-liquid': '*'
|
||||||
'@shufo/prettier-plugin-blade': '*'
|
'@shufo/prettier-plugin-blade': '*'
|
||||||
'@trivago/prettier-plugin-sort-imports': '*'
|
'@trivago/prettier-plugin-sort-imports': '*'
|
||||||
prettier: ^2.2 || ^3.0
|
prettier: ^3.0
|
||||||
prettier-plugin-astro: '*'
|
prettier-plugin-astro: '*'
|
||||||
prettier-plugin-css-order: '*'
|
prettier-plugin-css-order: '*'
|
||||||
prettier-plugin-import-sort: '*'
|
prettier-plugin-import-sort: '*'
|
||||||
|
@ -4336,12 +4339,12 @@ packages:
|
||||||
prettier-plugin-twig-melody:
|
prettier-plugin-twig-melody:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
prettier: 3.0.1
|
prettier: 3.0.2
|
||||||
prettier-plugin-organize-imports: 3.2.3(prettier@3.0.1)(typescript@5.1.6)
|
prettier-plugin-organize-imports: 3.2.3(prettier@3.0.2)(typescript@5.1.6)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier@3.0.1:
|
/prettier@3.0.2:
|
||||||
resolution: {integrity: sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==}
|
resolution: {integrity: sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -4350,13 +4353,13 @@ packages:
|
||||||
resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==}
|
resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/prisma@4.16.2:
|
/prisma@5.1.1:
|
||||||
resolution: {integrity: sha512-SYCsBvDf0/7XSJyf2cHTLjLeTLVXYfqp7pG5eEVafFLeT0u/hLFz/9W196nDRGUOo1JfPatAEb+uEnTQImQC1g==}
|
resolution: {integrity: sha512-WJFG/U7sMmcc6TjJTTifTfpI6Wjoh55xl4AzopVwAdyK68L9/ogNo8QQ2cxuUjJf/Wa82z/uhyh3wMzvRIBphg==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=16.13'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@prisma/engines': 4.16.2
|
'@prisma/engines': 5.1.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/prop-types@15.8.1:
|
/prop-types@15.8.1:
|
||||||
|
@ -4680,8 +4683,8 @@ packages:
|
||||||
'@babel/types': 7.22.10
|
'@babel/types': 7.22.10
|
||||||
solid-js: 1.7.11
|
solid-js: 1.7.11
|
||||||
|
|
||||||
/solid-start-node@0.3.2(solid-start@0.3.2)(vite@4.4.9):
|
/solid-start-node@0.3.3(solid-start@0.3.3)(vite@4.4.9):
|
||||||
resolution: {integrity: sha512-28oCCE6gppYlXRHT8Ll8JlOzOalCnAsO+vO8ScupQXkN2kKqN3cOFCmGu8J9pupKM5OseEM6kPojwCEFq68kEA==}
|
resolution: {integrity: sha512-fkJqST/8vnptB5Lx02kiHpaWBMEp/OmIU4Ht94Wa6d4VBUVwOOHtdLMYhml3k4Uw1mdVjoiZ+u9c4PWmeL4zvg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
solid-start: '*'
|
solid-start: '*'
|
||||||
vite: '*'
|
vite: '*'
|
||||||
|
@ -4693,14 +4696,14 @@ packages:
|
||||||
polka: 1.0.0-next.22
|
polka: 1.0.0-next.22
|
||||||
rollup: 3.28.0
|
rollup: 3.28.0
|
||||||
sirv: 2.0.3
|
sirv: 2.0.3
|
||||||
solid-start: 0.3.2(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.2)(vite@4.4.9)
|
solid-start: 0.3.3(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.3)(vite@4.4.9)
|
||||||
terser: 5.19.2
|
terser: 5.19.2
|
||||||
vite: 4.4.9(@types/node@18.17.5)(sass@1.65.1)
|
vite: 4.4.9(@types/node@20.5.0)(sass@1.65.1)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
/solid-start@0.3.2(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.2)(vite@4.4.9):
|
/solid-start@0.3.3(@solidjs/meta@0.28.6)(@solidjs/router@0.8.3)(solid-js@1.7.11)(solid-start-node@0.3.3)(vite@4.4.9):
|
||||||
resolution: {integrity: sha512-5sYkrnVbZLtFY/RlVWic0FNLlrdpSFfv5x3pz1kiBr2MoDcKLGiH5muydkkmCJwBa8I05mK/oDytoLZ/qIA36Q==}
|
resolution: {integrity: sha512-Aek1Q9PxkJelP1ZJkVuwF57h3sqOBIyXIPcMKhrqbBc8N2whX3nCzq2GNYtxUxTvT1zr64mzeSW1fohqmEa+fg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@solidjs/meta': ^0.28.0
|
'@solidjs/meta': ^0.28.0
|
||||||
|
@ -4764,10 +4767,10 @@ packages:
|
||||||
set-cookie-parser: 2.6.0
|
set-cookie-parser: 2.6.0
|
||||||
sirv: 2.0.3
|
sirv: 2.0.3
|
||||||
solid-js: 1.7.11
|
solid-js: 1.7.11
|
||||||
solid-start-node: 0.3.2(solid-start@0.3.2)(vite@4.4.9)
|
solid-start-node: 0.3.3(solid-start@0.3.3)(vite@4.4.9)
|
||||||
terser: 5.19.2
|
terser: 5.19.2
|
||||||
undici: 5.23.0
|
undici: 5.23.0
|
||||||
vite: 4.4.9(@types/node@18.17.5)(sass@1.65.1)
|
vite: 4.4.9(@types/node@20.5.0)(sass@1.65.1)
|
||||||
vite-plugin-inspect: 0.7.38(rollup@3.28.0)(vite@4.4.9)
|
vite-plugin-inspect: 0.7.38(rollup@3.28.0)(vite@4.4.9)
|
||||||
vite-plugin-solid: 2.7.0(solid-js@1.7.11)(vite@4.4.9)
|
vite-plugin-solid: 2.7.0(solid-js@1.7.11)(vite@4.4.9)
|
||||||
wait-on: 6.0.1(debug@4.3.4)
|
wait-on: 6.0.1(debug@4.3.4)
|
||||||
|
@ -4919,11 +4922,11 @@ packages:
|
||||||
normalize-path: 3.0.0
|
normalize-path: 3.0.0
|
||||||
object-hash: 3.0.0
|
object-hash: 3.0.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
postcss: 8.4.27
|
postcss: 8.4.28
|
||||||
postcss-import: 15.1.0(postcss@8.4.27)
|
postcss-import: 15.1.0(postcss@8.4.28)
|
||||||
postcss-js: 4.0.1(postcss@8.4.27)
|
postcss-js: 4.0.1(postcss@8.4.28)
|
||||||
postcss-load-config: 4.0.1(postcss@8.4.27)
|
postcss-load-config: 4.0.1(postcss@8.4.28)
|
||||||
postcss-nested: 6.0.1(postcss@8.4.27)
|
postcss-nested: 6.0.1(postcss@8.4.28)
|
||||||
postcss-selector-parser: 6.0.13
|
postcss-selector-parser: 6.0.13
|
||||||
resolve: 1.22.4
|
resolve: 1.22.4
|
||||||
sucrase: 3.34.0
|
sucrase: 3.34.0
|
||||||
|
@ -5176,7 +5179,7 @@ packages:
|
||||||
open: 9.1.0
|
open: 9.1.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
sirv: 2.0.3
|
sirv: 2.0.3
|
||||||
vite: 4.4.9(@types/node@18.17.5)(sass@1.65.1)
|
vite: 4.4.9(@types/node@20.5.0)(sass@1.65.1)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -5194,12 +5197,12 @@ packages:
|
||||||
merge-anything: 5.1.7
|
merge-anything: 5.1.7
|
||||||
solid-js: 1.7.11
|
solid-js: 1.7.11
|
||||||
solid-refresh: 0.5.3(solid-js@1.7.11)
|
solid-refresh: 0.5.3(solid-js@1.7.11)
|
||||||
vite: 4.4.9(@types/node@18.17.5)(sass@1.65.1)
|
vite: 4.4.9(@types/node@20.5.0)(sass@1.65.1)
|
||||||
vitefu: 0.2.4(vite@4.4.9)
|
vitefu: 0.2.4(vite@4.4.9)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
/vite@4.4.9(@types/node@18.17.5)(sass@1.65.1):
|
/vite@4.4.9(@types/node@20.5.0)(sass@1.65.1):
|
||||||
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
|
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -5227,9 +5230,9 @@ packages:
|
||||||
terser:
|
terser:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.17.5
|
'@types/node': 20.5.0
|
||||||
esbuild: 0.18.20
|
esbuild: 0.18.20
|
||||||
postcss: 8.4.27
|
postcss: 8.4.28
|
||||||
rollup: 3.28.0
|
rollup: 3.28.0
|
||||||
sass: 1.65.1
|
sass: 1.65.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
@ -5243,7 +5246,7 @@ packages:
|
||||||
vite:
|
vite:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 4.4.9(@types/node@18.17.5)(sass@1.65.1)
|
vite: 4.4.9(@types/node@20.5.0)(sass@1.65.1)
|
||||||
|
|
||||||
/wait-on@6.0.1(debug@4.3.4):
|
/wait-on@6.0.1(debug@4.3.4):
|
||||||
resolution: {integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==}
|
resolution: {integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue