Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,35 @@
"homepage": "https://github.com/sveltejs/kit#readme",
"devDependencies": {
"@changesets/cli": "^2.18.1",
"@playwright/test": "^1.21.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^4.0.0",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.8.0",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"@types/node": "^16.11.36",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"port-authority": "^1.1.2",
"prettier": "^2.5.0",
"prettier-plugin-svelte": "^2.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"sirv": "^2.0.0",
"svelte": "^3.48.0",
"svelte-check": "^2.5.0",
"svelte-preprocess": "^4.9.8",
"svelte2tsx": "~0.5.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.2.6",
"typescript": "~4.6.2"
"typescript": "~4.6.2",
"uvu": "^0.5.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 0 additions & 4 deletions packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,5 @@
"@sveltejs/adapter-cloudflare": "workspace:*",
"@sveltejs/adapter-netlify": "workspace:*",
"@sveltejs/adapter-vercel": "workspace:*"
},
"devDependencies": {
"@types/node": "^14.14.20",
"typescript": "^4.6.2"
}
}
4 changes: 1 addition & 3 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"esbuild": "^0.14.29"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
"@types/node": "^14.14.20",
"typescript": "^4.6.2"
"@cloudflare/kv-asset-handler": "^0.2.0"
}
}
4 changes: 1 addition & 3 deletions packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"worktop": "0.8.0-next.14"
},
"devDependencies": {
"@types/node": "^14.14.20",
"@types/ws": "^8.5.3",
"typescript": "^4.6.2"
"@types/ws": "^8.5.3"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 1 addition & 9 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@
},
"devDependencies": {
"@netlify/functions": "^1.0.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@sveltejs/kit": "workspace:*",
"@types/node": "^14.14.20",
"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"typescript": "^4.6.2",
"uvu": "^0.5.2"
"@sveltejs/kit": "workspace:*"
}
}
10 changes: 1 addition & 9 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,10 @@
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "workspace:*",
"@types/compression": "^1.7.2",
"@types/node": "^14.14.20",
"c8": "^7.10.0",
"compression": "^1.7.4",
"node-fetch": "^3.1.0",
"polka": "^1.0.0-next.22",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"sirv": "^2.0.0",
"typescript": "^4.6.2",
"uvu": "^0.5.2"
"polka": "^1.0.0-next.22"
}
}
9 changes: 1 addition & 8 deletions packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"@types/node": "^14.14.20",
"playwright-chromium": "^1.21.0",
"port-authority": "^1.1.2",
"sirv": "^2.0.0",
"svelte": "^3.44.2",
"typescript": "^4.6.2",
"uvu": "^0.5.2"
"@sveltejs/kit": "workspace:*"
}
}
3 changes: 1 addition & 2 deletions packages/adapter-static/test/apps/prerendered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"start": "../../../../kit/svelte-kit.js start"
},
"devDependencies": {
"@sveltejs/kit": "next",
"svelte": "^3.43.0"
"@sveltejs/kit": "next"
},
"type": "module"
}
3 changes: 1 addition & 2 deletions packages/adapter-static/test/apps/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"devDependencies": {
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next",
"sirv-cli": "^2.0.2",
"svelte": "^3.43.0"
"sirv-cli": "^2.0.2"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/adapter-static/test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import http from 'http';
import { fileURLToPath } from 'url';
import * as ports from 'port-authority';
import sirv from 'sirv';
import { chromium } from 'playwright-chromium';
import { chromium } from '@playwright/test';
import * as uvu from 'uvu';

/**
Expand Down
4 changes: 1 addition & 3 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"esbuild": "^0.14.29"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"@types/node": "^14.14.20",
"typescript": "^4.6.2"
"@sveltejs/kit": "workspace:*"
}
}
8 changes: 1 addition & 7 deletions packages/create-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@
"prompts": "^2.4.2"
},
"devDependencies": {
"@playwright/test": "^1.21.0",
"@sveltejs/kit": "workspace:*",
"@types/gitignore-parser": "^0.0.0",
"@types/prettier": "^2.4.2",
"@types/prompts": "^2.0.14",
"gitignore-parser": "^0.0.2",
"prettier": "^2.5.0",
"prettier-plugin-svelte": "^2.5.0",
"sucrase": "^3.20.3",
"svelte": "^3.44.2",
"svelte-preprocess": "^4.9.8",
"tiny-glob": "^0.2.9"
"sucrase": "^3.20.3"
},
"scripts": {
"build": "node scripts/build-templates",
Expand Down
17 changes: 1 addition & 16 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,21 @@
"vite": "^2.9.9"
},
"devDependencies": {
"@playwright/test": "^1.21.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/connect": "^3.4.35",
"@types/cookie": "^0.5.0",
"@types/marked": "^4.0.1",
"@types/mime": "^2.0.3",
"@types/node": "^16.11.11",
"@types/sade": "^1.7.3",
"@types/set-cookie-parser": "^2.4.2",
"cookie": "^0.5.0",
"cross-env": "^7.0.3",
"devalue": "^2.0.1",
"eslint": "^8.3.0",
"kleur": "^4.1.4",
"locate-character": "^2.0.5",
"marked": "^4.0.5",
"mime": "^3.0.0",
"node-fetch": "^3.1.0",
"port-authority": "^1.1.2",
"rollup": "^2.60.2",
"selfsigned": "^2.0.0",
"set-cookie-parser": "^2.4.8",
"sirv": "^2.0.0",
"svelte": "^3.44.2",
"svelte-check": "^2.5.0",
"svelte-preprocess": "^4.9.8",
"svelte2tsx": "~0.5.0",
"tiny-glob": "^0.2.9",
"typescript": "^4.6.4",
"uvu": "^0.5.2"
"svelte": "^3.48.0"
},
"peerDependencies": {
"svelte": "^3.44.0"
Expand Down
6 changes: 1 addition & 5 deletions packages/kit/test/apps/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
"devDependencies": {
"@sveltejs/amp": "workspace:*",
"@sveltejs/kit": "workspace:*",
"cross-env": "^7.0.3",
"purify-css": "^1.2.5",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2"
"purify-css": "^1.2.5"
},
"type": "module"
}
5 changes: 1 addition & 4 deletions packages/kit/test/apps/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"cross-env": "^7.0.3",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2"
"marked": "^4.0.5"
},
"type": "module"
}
6 changes: 1 addition & 5 deletions packages/kit/test/apps/options-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
},
"devDependencies": {
"@sveltejs/adapter-node": "workspace:*",
"@sveltejs/kit": "workspace:*",
"cross-env": "^7.0.3",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2"
"@sveltejs/kit": "workspace:*"
},
"type": "module"
}
6 changes: 1 addition & 5 deletions packages/kit/test/apps/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
"test:build": "playwright test"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"cross-env": "^7.0.3",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2"
"@sveltejs/kit": "workspace:*"
},
"type": "module"
}
6 changes: 1 addition & 5 deletions packages/kit/test/prerendering/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"test": "npm run build && uvu test"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2",
"uvu": "^0.5.2"
"@sveltejs/kit": "workspace:*"
},
"type": "module"
}
6 changes: 1 addition & 5 deletions packages/kit/test/prerendering/disabled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"test": "npm run build"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2",
"uvu": "^0.5.2"
"@sveltejs/kit": "workspace:*"
},
"type": "module"
}
6 changes: 1 addition & 5 deletions packages/kit/test/prerendering/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"test": "npm run build && uvu test"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2",
"uvu": "^0.5.2"
"@sveltejs/kit": "workspace:*"
},
"type": "module"
}
6 changes: 1 addition & 5 deletions packages/kit/test/prerendering/paths-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"test": "npm run build && uvu test"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2",
"uvu": "^0.5.2"
"@sveltejs/kit": "workspace:*"
},
"type": "module"
}
6 changes: 1 addition & 5 deletions packages/kit/test/prerendering/trailing-slash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
"check": "tsc && svelte-check"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"svelte": "^3.43.0",
"svelte-check": "^2.5.0",
"typescript": "~4.6.2",
"uvu": "^0.5.2"
"@sveltejs/kit": "workspace:*"
},
"type": "module"
}
Loading