Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 12, 2019. It is now read-only.

Commit 43e8f3c

Browse files
committed
updated svelte
1 parent 3622421 commit 43e8f3c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

svelte-v1.0.1/index.html renamed to svelte-v1.8.1/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.0.1</title>
4+
<title>Svelte v1.8.1</title>
55
<link href="/css/currentStyle.css" rel="stylesheet"/>
66
</head>
77
<body >

svelte-v1.0.1/package.json renamed to svelte-v1.8.1/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"url": "https://github.com/krausest/js-framework-benchmark.git"
1818
},
1919
"devDependencies": {
20-
"rollup": "^0.36.4",
21-
"rollup-plugin-buble": "^0.14.0",
22-
"rollup-plugin-svelte": "^1.0.0",
23-
"rollup-plugin-uglify": "^1.0.1"
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"
2424
}
2525
}
File renamed without changes.
File renamed without changes.

svelte-v1.0.1/src/Main.html renamed to svelte-v1.8.1/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.0.1</h1>
4+
<h1>Svelte v1.8.1</h1>
55
</div>
66
<div class="col-md-6">
77
<div class="row">
File renamed without changes.

webdriver-ts/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export let frameworks = [
8080
f("stem-v0.2.70", true),
8181
f("surplus-v0.4.0-keyed", false, { uri: "surplus-v0.4.0?keyed" }),
8282
f("surplus-v0.4.0-nonkeyed", true, { uri: "surplus-v0.4.0" }),
83-
f("svelte-v1.0.1", true),
83+
f("svelte-v1.8.1", true),
8484
f("tsers-v1.0.0", true),
8585
f("vanillajs-non-keyed", true),
8686
f("vanillajs-keyed", false),

webdriver-ts/table.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)