2024-11-30

This commit is contained in:
gcch 2024-11-30 15:15:46 +01:00
commit 23146b62c0
61 changed files with 696 additions and 654 deletions

View file

@ -5,7 +5,7 @@
"description": "",
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"main": "index.js",
"keywords": [],
"scripts": { "knip": "knip", "test": "echo \"Error: no test specified\" && exit 1" },
@ -21,7 +21,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/types": "8.41.0",
@ -30,12 +30,12 @@
"@types/node": "^22.10.1",
"better-typescript-lib": "^2.9.0",
"browserslist": "^4.24.2",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-plugin-oxlint": "^0.13.2",
"eslint-plugin-perfectionist": "^4.1.2",
"fdir": "^6.4.2",
"globals": "^15.12.0",
"knip": "^5.38.2",
"knip": "^5.38.3",
"oxlint": "^0.13.2",
"picomatch": "^4.0.2",
"prettier": "^3.4.1",
@ -45,7 +45,7 @@
"stylelint": "^16.11.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard-scss": "^13.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",
@ -53,7 +53,7 @@
"vite": "^6.0.1",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-valibot-env": "^0.9.1",
"vite-plugin-valibot-env": "^0.9.2",
"vite-tsconfig-paths": "^5.1.3",
"wp-types": "^4.67.0"
},