2024-09-24
This commit is contained in:
parent
f60f20dccf
commit
6d9837a692
56 changed files with 796 additions and 434 deletions
18
package.json
18
package.json
|
|
@ -11,7 +11,7 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "^8.30.0",
|
||||
"@sentry/browser": "^8.31.0",
|
||||
"purify-ts": "^2.1.0",
|
||||
"remeda": "^2.14.0",
|
||||
"ts-pattern": "^5.3.1",
|
||||
|
|
@ -20,21 +20,21 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.2",
|
||||
"@eslint/js": "^9.11.0",
|
||||
"@eslint/js": "^9.11.1",
|
||||
"@prettier/plugin-php": "^0.22.2",
|
||||
"@prettier/plugin-xml": "^3.4.1",
|
||||
"@sentry/types": "^8.30.0",
|
||||
"@sentry/types": "^8.31.0",
|
||||
"@swc/cli": "0.4.1-nightly.20240914",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"better-typescript-lib": "^2.8.0",
|
||||
"better-typescript-lib": "^2.9.0",
|
||||
"browserslist": "^4.23.3",
|
||||
"configurations-js": "git+https://git.gcch.fr/gcch/configurations-js.git",
|
||||
"eslint": "^9.11.0",
|
||||
"eslint-plugin-oxlint": "^0.9.6",
|
||||
"eslint-plugin-perfectionist": "^3.6.0",
|
||||
"eslint": "^9.11.1",
|
||||
"eslint-plugin-oxlint": "^0.9.8",
|
||||
"eslint-plugin-perfectionist": "^3.7.0",
|
||||
"fdir": "^6.3.0",
|
||||
"globals": "^15.9.0",
|
||||
"oxlint": "^0.9.6",
|
||||
"oxlint": "^0.9.8",
|
||||
"picomatch": "^4.0.2",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-pkg": "^0.18.1",
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
||||
"stylelint-plugin-logical-css": "^1.2.1",
|
||||
"typescript": "^5.6.2",
|
||||
"typescript-eslint": "^8.6.0",
|
||||
"typescript-eslint": "^8.7.0",
|
||||
"vite": "^5.4.7",
|
||||
"vite-plugin-valibot-env": "^0.6.12",
|
||||
"vite-tsconfig-paths": "^5.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue