2025-04-23

This commit is contained in:
gcch 2025-04-23 19:10:41 +02:00
commit a16704236b
4 changed files with 3529 additions and 1900 deletions

1625
bun.lock Normal file

File diff suppressed because it is too large Load diff

579
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,59 +8,61 @@
"packageManager": "pnpm@9.14.4",
"main": "index.js",
"keywords": [],
"scripts": { "knip": "knip", "test": "echo \"Error: no test specified\" && exit 1" },
"scripts": {
"knip": "knip",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mobily/ts-belt": "4.0.0-rc.5",
"@sentry/browser": "8.48.0",
"@mobily/ts-belt": "3.13.1",
"@sentry/browser": "9.14.0",
"@swan-io/boxed": "^3.2.0",
"a11y-dialog": "^8.1.1",
"a11y-dialog": "^8.1.3",
"chalk": "^5.4.1",
"lit-html": "^3.2.1",
"lit-html": "^3.3.0",
"loglevel": "^1.9.2",
"loglevel-plugin-prefix": "^0.8.4",
"optics-ts": "^2.4.1",
"purify-ts": "^2.1.0",
"ts-pattern": "^5.6.0",
"valibot": "1.0.0-beta.11"
"purify-ts": "^2.1.1",
"ts-pattern": "^5.7.0",
"valibot": "1.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.17.0",
"@prettier/plugin-php": "^0.22.2",
"@eslint/js": "^9.25.1",
"@prettier/plugin-php": "^0.22.4",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/core": "^8.48.0",
"@swc/cli": "0.5.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.5",
"@vitejs/plugin-legacy": "^6.0.0",
"better-typescript-lib": "^2.10.0",
"@sentry/core": "^9.14.0",
"@swc/cli": "0.7.3",
"@types/node": "^22.14.1",
"@vitejs/plugin-legacy": "^6.1.0",
"better-typescript-lib": "^2.11.0",
"browserslist": "^4.24.4",
"eslint": "^9.17.0",
"eslint-plugin-oxlint": "^0.15.5",
"eslint-plugin-perfectionist": "^4.6.0",
"fdir": "^6.4.2",
"globals": "^15.14.0",
"knip": "^5.41.1",
"oxlint": "^0.15.5",
"eslint": "^9.25.1",
"eslint-plugin-oxlint": "^0.16.7",
"eslint-plugin-perfectionist": "^4.12.1",
"fdir": "^6.4.4",
"globals": "^16.0.0",
"knip": "^5.50.5",
"oxlint": "^0.16.7",
"picomatch": "^4.0.2",
"prettier": "^3.4.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sass-embedded": "^1.83.1",
"stylelint": "^16.12.0",
"prettier": "^3.5.3",
"prettier-plugin-pkg": "^0.19.0",
"prettier-plugin-sh": "^0.17.2",
"sass-embedded": "^1.87.0",
"stylelint": "^16.19.0",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.1",
"typescript": "5.8.0-dev.20241122",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7",
"stylelint-plugin-logical-css": "^1.2.3",
"typescript": "5.8.3",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.2",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-valibot-env": "^0.9.3",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-valibot-env": "^0.10.0",
"vite-tsconfig-paths": "^5.1.4",
"wp-types": "^4.67.0"
"wp-types": "^4.68.0"
},
"browserslist": [
"chrome >0 and last 3 years",
@ -72,8 +74,18 @@
"ios >0 and last 3 years"
],
"knip": {
"entry": ["web/app/themes/haiku-atelier-2024/src/scripts/*.ts"],
"project": ["web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"]
"entry": [
"web/app/themes/haiku-atelier-2024/src/scripts/*.ts"
],
"project": [
"web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"
]
},
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"]
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@swc/core",
"core-js",
"esbuild"
]
}

3137
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff