Skip to content

Commit

Permalink
Hopefully fix lint errors for good now
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws committed May 31, 2024
1 parent be17235 commit 5ef99eb
Show file tree
Hide file tree
Showing 6 changed files with 1,671 additions and 721 deletions.
14 changes: 7 additions & 7 deletions e2e/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
"@playwright/test": "1.44.0",
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"concurrently": "7.1.0",
"cross-env": "^7.0.3",
"e2e-api": "workspace:^",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"houdini": "workspace:^",
"houdini-plugin-svelte-global-stores": "workspace:^",
"houdini-svelte": "workspace:^",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "5.0.0-next.138",
"svelte-check": "^3.7.1",
"svelte-check": "^3.8.0",
"svelte-eslint-parser": "^0.36.0",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.3.1",
"typescript": "^5.0.0",
"vite": "^5.1.6",
"vite": "^5.2.12",
"vite-plugin-lib-reporter": "^0.1.0"
},
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions e2e/kit/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { sveltekit } from '@sveltejs/kit/vite';
import houdini from 'houdini/vite';
import { libReporter } from 'vite-plugin-lib-reporter';
import adapter from '@sveltejs/adapter-node';

/** @type {import('vite').UserConfig} */
const config = {
plugins: [
houdini(),
sveltekit({ adapter }),
sveltekit(),

// This plugin is checking build sizes by lib.
// It's not required for Houdini to work.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"@theguild/eslint-config": "^0.8.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/react": "^18.2.22",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^1.3.1",
"eslint-plugin-unused-imports": "^2.0.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"graphql": "^15.8.0",
"lint-staged": "^12.3.4",
"prettier": "^2.8.3",
"turbo": "^1.8.8",
"typescript": "^4.9",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vite": "^5.2.12",
"vitest": "^1.6.0"
},
"dependencies": {
"fs-extra": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"recast": "^0.23.1",
"rollup": "^3.7.4",
"svelte": "5.0.0-next.138",
"vite": "^5.1.6"
"vite": "^5.2.12"
},
"files": [
"build"
Expand Down
4 changes: 2 additions & 2 deletions packages/houdini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"prettier": "^2.8.3",
"rollup": "^4.13.0",
"scripts": "workspace:^",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vite": "^5.2.12",
"vitest": "^1.6.0"
},
"dependencies": {
"@babel/parser": "^7.23.9",
Expand Down
Loading

0 comments on commit 5ef99eb

Please sign in to comment.