fix(deps): update typescript-projects (#13939)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
renovate[bot]
2024-11-21 14:07:06 +00:00
committed by GitHub
parent 689c6aa276
commit 45ba0cc3ac
11 changed files with 2138 additions and 1805 deletions
+1
View File
@@ -33,6 +33,7 @@ export default [
'eslint.config.mjs',
'postcss.config.cjs',
'tailwind.config.js',
'coverage',
],
},
...compat.extends(
+399 -359
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -28,7 +28,7 @@
"@faker-js/faker": "^9.0.0",
"@socket.io/component-emitter": "^3.1.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/enhanced-img": "^0.3.9",
"@sveltejs/enhanced-img": "^0.4.0",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@testing-library/jest-dom": "^6.4.2",
@@ -38,12 +38,12 @@
"@types/justified-layout": "^4.1.4",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitest/coverage-v8": "^2.0.5",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.5",
"eslint": "^9.0.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"eslint-plugin-unicorn": "^55.0.0",
@@ -56,7 +56,7 @@
"prettier-plugin-svelte": "^3.2.6",
"rollup-plugin-visualizer": "^5.12.0",
"svelte": "^5.1.5",
"svelte-check": "^4.0.0",
"svelte-check": "^4.0.9",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.5.0",