Update dependency @types/eslint to v9
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 31s

This commit is contained in:
2024-07-28 21:37:45 +00:00
parent fed338fa31
commit ca65ab5053
2 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.7",
"@types/eslint": "^9.0.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"eslint": "^9.0.0",
@@ -1262,10 +1262,11 @@
"dev": true
},
"node_modules/@types/eslint": {
"version": "8.56.11",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz",
"integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz",
"integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "*",
"@types/json-schema": "*"

View File

@@ -17,7 +17,7 @@
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.7",
"@types/eslint": "^9.0.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"eslint": "^9.0.0",