chore(deps-dev): bump @sveltejs/kit from 1.0.0-next.338 to 1.0.0-next.342 in /frontend (#78)

* chore(deps-dev): bump @sveltejs/kit in /frontend

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.338 to 1.0.0-next.342.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.0.0-next.342/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* breaking changes

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
dependabot[bot]
2022-05-24 16:40:21 +02:00
committed by GitHub
parent d2f4a552c9
commit c638f7a132
2 changed files with 18 additions and 16 deletions
+6 -6
View File
@@ -355,9 +355,9 @@
}
},
"node_modules/@sveltejs/kit": {
"version": "1.0.0-next.338",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.0.0-next.338.tgz",
"integrity": "sha512-tqzSHB9ONjmUS8qsYUkypI1eg+FuyKVN5t0wEfIufv7X6ECK1xIRwU1A0igmNLPhqhTqAt3QNmFn2An0/8LbnQ==",
"version": "1.0.0-next.342",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.0.0-next.342.tgz",
"integrity": "sha512-sBFGdikwYHA/SkEpLr5fr4/bhMgesCR0g/IKZPs6oEvmGtouvdkszvqFY0Q/Iu3Z2smLRsz+PxtBBDovpbJhnQ==",
"dev": true,
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
@@ -5726,9 +5726,9 @@
}
},
"@sveltejs/kit": {
"version": "1.0.0-next.338",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.0.0-next.338.tgz",
"integrity": "sha512-tqzSHB9ONjmUS8qsYUkypI1eg+FuyKVN5t0wEfIufv7X6ECK1xIRwU1A0igmNLPhqhTqAt3QNmFn2An0/8LbnQ==",
"version": "1.0.0-next.342",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.0.0-next.342.tgz",
"integrity": "sha512-sBFGdikwYHA/SkEpLr5fr4/bhMgesCR0g/IKZPs6oEvmGtouvdkszvqFY0Q/Iu3Z2smLRsz+PxtBBDovpbJhnQ==",
"dev": true,
"requires": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
+12 -10
View File
@@ -1,14 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>windmill.dev</title>
%svelte.head%
</head>
<body class="outline-none focus:outline-none">
%svelte.body%
</body>
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>windmill.dev</title>
%sveltekit.head%
</head>
<body class="outline-none focus:outline-none">
%sveltekit.body%
</body>
</html>