chore(dependencies): Update dependencies (#3809)

* update deps

* Remove ignoredBuiltDependencies

* Fix build errors

* try this

* update config

* add coma

* Try this

* Revert import change

* try this

* add wasm import

* Load wasm

* try this

* Revert nitro version change

* Revert nitro config change
This commit is contained in:
Eric Fennis
2025-11-27 10:50:19 +01:00
committed by GitHub
parent 33bb95edcd
commit 076e0bbcd9
24 changed files with 3718 additions and 4660 deletions

View File

@@ -49,6 +49,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"ajv-cli": "^5.0.0",
"dotenv": "^17.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
@@ -64,12 +65,11 @@
"p-memoize": "^7.1.1",
"prettier": "3.2.4",
"prettier-plugin-astro": "^0.14.1",
"semver": "^7.7.1",
"semver": "^7.7.3",
"simple-git": "^3.27.0",
"svgo": "^3.3.2",
"svgson": "^5.3.1",
"yargs": "^17.7.2",
"dotenv": "^17.0.0",
"zod": "^3.25.67"
},
"engines": {
@@ -85,7 +85,13 @@
}
},
"overrides": {
"cross-spawn": "7.0.5"
"cross-spawn": "7.0.5",
"form-data": "^4.0.4",
"fast-json-patch": "^3.1.1",
"webpack-dev-middleware": "^5.3.4",
"semver": "^7.7.3",
"axios": "^1.12.0",
"vite-prerender-plugin": "0.5.12"
}
}
}