Skip to content

Commit

Permalink
clean installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Dec 11, 2024
1 parent 3c1e437 commit 41776fa
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 240 deletions.
1 change: 0 additions & 1 deletion examples/sveltekit/__integration-tests__/sveltekit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ describe('SvelteKit integration', () => {
// Wait for sveltekit to start
await setTimeout$(timings.setup.waitAfterPreview);

// Launch puppeteer
browser = await chromium.launch({
// If you wanna run tests with open browser
// set your PLAYWRIGHT_HEADLESS env to "false"
Expand Down
12 changes: 6 additions & 6 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"postinstall": "node node_modules/puppeteer/install.mjs"
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@playwright/browser-chromium": "^1.49.1",
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/vite-plugin-svelte": "5.0.1",
"@sveltejs/kit": "2.10.1",
"@sveltejs/vite-plugin-svelte": "5.0.1",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
Expand All @@ -27,9 +27,9 @@
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte3": "4.0.0",
"jest": "^29.0.0",
"playwright": "^1.49.1",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"puppeteer": "23.10.3",
"svelte": "5.10.1",
"svelte-check": "4.1.1",
"svelte-preprocess": "6.0.3",
Expand All @@ -39,9 +39,9 @@
},
"dependencies": {
"@envelop/graphql-jit": "8.0.4",
"graphql-yoga": "workspace:*",
"@graphql-yoga/render-graphiql": "workspace:*",
"graphql": "16.9.0"
"graphql": "16.9.0",
"graphql-yoga": "workspace:*"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions packages/graphql-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"check": "tsc --pretty --noEmit",
"generate-graphiql-html": "node scripts/generate-graphiql-html.js",
"inject-version": "node scripts/inject-version.js",
"postinstall": "node node_modules/puppeteer/install.mjs",
"prepack": "bob prepack"
},
"peerDependencies": {
Expand All @@ -69,6 +68,7 @@
"@graphql-yoga/render-graphiql": "workspace:*",
"@jest/globals": "^29.2.1",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"@playwright/browser-chromium": "^1.49.1",
"@repeaterjs/repeater": "^3.0.4",
"@types/node": "22.9.0",
"globby": "^14.0.2",
Expand All @@ -78,7 +78,7 @@
"graphql-sse": "2.1.3",
"html-minifier-terser": "7.2.0",
"json-bigint-patch": "0.0.8",
"puppeteer": "23.10.3"
"playwright": "^1.49.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
Loading

0 comments on commit 41776fa

Please sign in to comment.