Skip to content

Commit 14ea12a

Browse files
committed
update svelte
1 parent f3eb5d4 commit 14ea12a

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

svelte-v1.20.2-keyed/index.html renamed to svelte-v1.41.2-keyed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Svelte v1.20.2</title>
4+
<title>Svelte</title>
55
<link href="/css/currentStyle.css" rel="stylesheet"/>
66
</head>
77
<body >

svelte-v1.20.2-non-keyed/package.json renamed to svelte-v1.41.2-keyed/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"url": "https://github.com/krausest/js-framework-benchmark.git"
1818
},
1919
"devDependencies": {
20-
"rollup": "0.41.6",
21-
"rollup-plugin-buble": "0.15.0",
22-
"rollup-plugin-svelte": "1.8.1",
23-
"rollup-plugin-uglify": "1.0.2",
24-
"svelte": "1.20.2"
20+
"rollup": "0.51.3",
21+
"rollup-plugin-buble": "0.17.0",
22+
"rollup-plugin-svelte": "3.1.0",
23+
"rollup-plugin-uglify": "2.0.1",
24+
"svelte": "1.41.2"
2525
}
2626
}
File renamed without changes.
File renamed without changes.

svelte-v1.20.2-keyed/src/Main.html renamed to svelte-v1.41.2-keyed/src/Main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="jumbotron">
22
<div class="row">
33
<div class="col-md-6">
4-
<h1>Svelte v1.20.2 (keyed)</h1>
4+
<h1>Svelte (keyed)</h1>
55
</div>
66
<div class="col-md-6">
77
<div class="row">
File renamed without changes.

svelte-v1.20.2-non-keyed/index.html renamed to svelte-v1.41.2-non-keyed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Svelte v1.20.2</title>
4+
<title>Svelte</title>
55
<link href="/css/currentStyle.css" rel="stylesheet"/>
66
</head>
77
<body >

svelte-v1.20.2-keyed/package.json renamed to svelte-v1.41.2-non-keyed/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"url": "https://github.com/krausest/js-framework-benchmark.git"
1818
},
1919
"devDependencies": {
20-
"rollup": "0.41.6",
21-
"rollup-plugin-buble": "0.15.0",
22-
"rollup-plugin-svelte": "1.8.1",
23-
"rollup-plugin-uglify": "1.0.2",
24-
"svelte": "1.20.2"
20+
"rollup": "0.51.3",
21+
"rollup-plugin-buble": "0.17.0",
22+
"rollup-plugin-svelte": "3.1.0",
23+
"rollup-plugin-uglify": "2.0.1",
24+
"svelte": "1.41.2"
2525
}
2626
}

0 commit comments

Comments
 (0)