Skip to content

Commit b5ec39c

Browse files
committed
upgrade svelte version for testing
1 parent c41f2e8 commit b5ec39c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"rollup-plugin-livereload": "^1.0.0",
1515
"rollup-plugin-svelte": "^6.0.0",
1616
"rollup-plugin-terser": "^5.3.1",
17-
"svelte": "^3.49.0"
17+
"svelte": "^3.52.0"
1818
},
1919
"dependencies": {
2020
"sirv-cli": "^0.4.4"

test/public/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<title>Svelte app</title>
88

9-
<link rel='icon' type='image/png' href='/favicon.png'>
10-
<link rel='stylesheet' href='/global.css'>
11-
<link rel='stylesheet' href='/testing.css'>
12-
<link rel='stylesheet' href='/build/bundle.css'>
9+
<link rel='icon' type='image/png' href='./favicon.png'>
10+
<link rel='stylesheet' href='./global.css'>
11+
<link rel='stylesheet' href='./testing.css'>
12+
<link rel='stylesheet' href='./build/bundle.css'>
1313

14-
<script defer src='/build/bundle.js'></script>
14+
<script defer src='./build/bundle.js'></script>
1515
</head>
1616

1717
<body>

test/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ rollup-pluginutils@^2.8.2:
492492
estree-walker "^0.6.1"
493493

494494
rollup@^2.3.4:
495-
version "2.67.2"
496-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.67.2.tgz#d95e15f60932ad21e05a870bd0aa0b235d056f04"
497-
integrity sha512-hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw==
495+
version "2.79.1"
496+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
497+
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
498498
optionalDependencies:
499499
fsevents "~2.3.2"
500500

@@ -575,10 +575,10 @@ supports-preserve-symlinks-flag@^1.0.0:
575575
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
576576
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
577577

578-
svelte@^3.49.0:
579-
version "3.49.0"
580-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.49.0.tgz#5baee3c672306de1070c3b7888fc2204e36a4029"
581-
integrity sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==
578+
svelte@^3.52.0:
579+
version "3.52.0"
580+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.52.0.tgz#08259eff20904c63882b66a5d409a55e8c6743b8"
581+
integrity sha512-FxcnEUOAVfr10vDU5dVgJN19IvqeHQCS1zfe8vayTfis9A2t5Fhx+JDe5uv/C3j//bB1umpLJ6quhgs9xyUbCQ==
582582

583583
terser@^4.6.2:
584584
version "4.8.1"

0 commit comments

Comments
 (0)