General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 5m18s
Some checks failed
CI / checks (push) Failing after 5m18s
This commit is contained in:
parent
5f11d476b6
commit
6e5c985719
122 changed files with 10309 additions and 5206 deletions
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
|
|
@ -7,6 +7,10 @@ settings:
|
|||
importers:
|
||||
|
||||
.:
|
||||
dependencies:
|
||||
yaml:
|
||||
specifier: ^2.8.1
|
||||
version: 2.9.0
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^26.0.1
|
||||
|
|
@ -29,7 +33,7 @@ importers:
|
|||
version: 6.0.3
|
||||
vite:
|
||||
specifier: ^8.1.0
|
||||
version: 8.1.0(@types/node@26.0.1)
|
||||
version: 8.1.0(@types/node@26.0.1)(yaml@2.9.0)
|
||||
|
||||
packages:
|
||||
|
||||
|
|
@ -757,6 +761,11 @@ packages:
|
|||
wrappy@1.0.2:
|
||||
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
||||
|
||||
yaml@2.9.0:
|
||||
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
|
||||
engines: {node: '>= 14.6'}
|
||||
hasBin: true
|
||||
|
||||
snapshots:
|
||||
|
||||
'@babel/helper-string-parser@7.29.7': {}
|
||||
|
|
@ -1405,7 +1414,7 @@ snapshots:
|
|||
|
||||
universalify@2.0.1: {}
|
||||
|
||||
vite@8.1.0(@types/node@26.0.1):
|
||||
vite@8.1.0(@types/node@26.0.1)(yaml@2.9.0):
|
||||
dependencies:
|
||||
lightningcss: 1.32.0
|
||||
picomatch: 4.0.4
|
||||
|
|
@ -1415,6 +1424,7 @@ snapshots:
|
|||
optionalDependencies:
|
||||
'@types/node': 26.0.1
|
||||
fsevents: 2.3.3
|
||||
yaml: 2.9.0
|
||||
|
||||
void-elements@3.1.0: {}
|
||||
|
||||
|
|
@ -1430,3 +1440,5 @@ snapshots:
|
|||
babel-walk: 3.0.0-canary-5
|
||||
|
||||
wrappy@1.0.2: {}
|
||||
|
||||
yaml@2.9.0: {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue