Update dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3c1645eed5
commit
1d95274474
2 changed files with 568 additions and 565 deletions
19
package.json
19
package.json
|
@ -2,23 +2,26 @@
|
|||
"name": "thesandwich",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"source": ["src/*.html", "src/partials/*.html"],
|
||||
"source": [
|
||||
"src/*.html",
|
||||
"src/partials/*.html"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "parcel",
|
||||
"build": "parcel build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/compressor-brotli": "^2.15.2",
|
||||
"@parcel/compressor-gzip": "^2.15.2",
|
||||
"@parcel/config-default": "^2.15.2",
|
||||
"parcel": "^2.15.2",
|
||||
"@parcel/compressor-brotli": "^2.15.4",
|
||||
"@parcel/compressor-gzip": "^2.15.4",
|
||||
"@parcel/config-default": "^2.15.4",
|
||||
"parcel": "^2.15.4",
|
||||
"posthtml": "^0.16.6",
|
||||
"posthtml-component": "^2.1.0",
|
||||
"posthtml-component": "^2.1.1",
|
||||
"posthtml-include": "^2.0.1",
|
||||
"posthtml-markdownit": "^3.1.1"
|
||||
"posthtml-markdownit": "^3.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"audiomotion-analyzer": "^4.5.0",
|
||||
"audiomotion-analyzer": "^4.5.1",
|
||||
"htmx.org": "^1.9.12"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0"
|
||||
|
|
1114
pnpm-lock.yaml
generated
1114
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue