Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Oct 9, 2021
1 parent 63303ef commit f2d5f49
Show file tree
Hide file tree
Showing 13 changed files with 407 additions and 438 deletions.
2 changes: 1 addition & 1 deletion .github/actions/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.2.7"
"@actions/core": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/hn.svelte.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@sveltejs/adapter-netlify": "workspace:*",
"@sveltejs/kit": "workspace:*",
"svelte": "^3.42.6"
"svelte": "^3.43.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"@changesets/get-github-info": "^0.5.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-node-resolve": "^13.0.5",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.8.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"action-deploy-docs": "github:sveltejs/action-deploy-docs#main",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-svelte3": "^3.2.1",
"playwright-chromium": "^1.15.0",
"playwright-chromium": "^1.15.2",
"prettier": "^2.4.1",
"rollup": "^2.56.3",
"rollup": "^2.58.0",
"typescript": "^4.4.3"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"rollup": "^2.56.3",
"rollup": "^2.58.0",
"sirv": "^1.0.17"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.13.3"
"esbuild": "^0.13.4"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.13.3"
"esbuild": "^0.13.4"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"esbuild": "^0.13.3",
"esbuild": "^0.13.4",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "workspace:*",
"@types/compression": "^1.7.2",
"c8": "^7.9.0",
"c8": "^7.10.0",
"compression": "^1.7.4",
"node-fetch": "^3.0.0",
"polka": "^1.0.0-next.20",
"rollup": "^2.56.3",
"polka": "^1.0.0-next.22",
"rollup": "^2.58.0",
"sirv": "^1.0.17",
"uvu": "^0.5.1"
"uvu": "^0.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"playwright-chromium": "^1.15.0",
"playwright-chromium": "^1.15.2",
"port-authority": "^1.1.2",
"sirv": "^1.0.17",
"svelte": "^3.43.0",
"uvu": "^0.5.1"
"svelte": "^3.43.1",
"uvu": "^0.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore"
},
"dependencies": {
"esbuild": "^0.13.3"
"esbuild": "^0.13.4"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/create-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"bin": "./bin.js",
"dependencies": {
"kleur": "^4.1.4",
"prompts": "^2.4.1"
"prompts": "^2.4.2"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"@types/gitignore-parser": "^0.0.0",
"@types/prettier": "^2.3.2",
"@types/prettier": "^2.4.1",
"@types/prompts": "^2.0.14",
"gitignore-parser": "^0.0.2",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"sucrase": "^3.20.1",
"svelte": "^3.43.0",
"svelte-preprocess": "^4.9.4",
"sucrase": "^3.20.2",
"svelte": "^3.43.1",
"svelte-preprocess": "^4.9.8",
"tiny-glob": "^0.2.9"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-svelte/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@sveltejs/adapter-netlify": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "next",
"svelte": "^3.43.0",
"svelte-preprocess": "^4.9.4",
"svelte": "^3.43.1",
"svelte-preprocess": "^4.9.8",
"typescript": "^4.4.3"
},
"type": "module",
Expand Down
18 changes: 9 additions & 9 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"homepage": "https://kit.svelte.dev",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.26",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.27",
"cheap-watch": "^1.0.4",
"sade": "^1.7.4",
"vite": "^2.6.3"
"vite": "^2.6.5"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
"@types/amphtml-validator": "^1.0.1",
"@types/cookie": "^0.4.1",
"@types/marked": "^3.0.1",
"@types/mime": "^2.0.3",
"@types/node": "^16.9.1",
"@types/node": "^16.10.3",
"@types/rimraf": "^3.0.2",
"@types/sade": "^1.7.3",
"amphtml-validator": "^1.0.35",
Expand All @@ -29,19 +29,19 @@
"eslint": "^7.32.0",
"kleur": "^4.1.4",
"locate-character": "^2.0.5",
"marked": "^3.0.4",
"marked": "^3.0.7",
"mime": "^2.5.2",
"node-fetch": "^3.0.0",
"port-authority": "^1.1.2",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"rollup": "^2.58.0",
"selfsigned": "^1.10.11",
"sirv": "^1.0.17",
"svelte": "^3.43.0",
"svelte-check": "^2.2.6",
"svelte2tsx": "~0.4.6",
"svelte": "^3.43.1",
"svelte-check": "^2.2.7",
"svelte2tsx": "~0.4.7",
"tiny-glob": "^0.2.9",
"uvu": "^0.5.1"
"uvu": "^0.5.2"
},
"peerDependencies": {
"svelte": "^3.43.0"
Expand Down
Loading

0 comments on commit f2d5f49

Please sign in to comment.