Skip to content

Commit e700a72

Browse files
committed
updated knockout to 3.4.1
1 parent c762caa commit e700a72

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed
File renamed without changes.
File renamed without changes.

knockout-v3.4.0/package.json renamed to knockout-v3.4.1/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"author": "Stefan Krause",
1010
"license": "Apache-2.0",
1111
"devDependencies": {
12-
"babel-core": "6.10.4",
13-
"babel-loader": "6.2.4",
14-
"babel-preset-es2015": "6.9.0",
15-
"webpack": "1.13.1"
12+
"babel-core": "6.18.2",
13+
"babel-loader": "6.2.8",
14+
"babel-preset-es2015": "6.18.0",
15+
"webpack": "1.13.3"
1616
},
1717
"dependencies": {
18-
"knockout": "3.4.0"
18+
"knockout": "3.4.1"
1919
}
2020
}
File renamed without changes.
File renamed without changes.

webdriver-ts/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export let frameworks = [
3838
f("elm-v0.17.1"),
3939
f("inferno-v1.0.0-beta9"),
4040
f("kivi-v1.0.0-rc2"),
41-
f("knockout-v3.4.0"),
41+
f("knockout-v3.4.1"),
4242
f("mithril-v0.2.5"),
4343
f("mithril-v1.0.0-alpha"),
4444
f("plastiq-v1.33.0"),

webdriver-ts/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"./src/webdriverAccess.ts",
1717
"./src/benchmarkRunner.ts",
1818
"./src/createResultTable.ts",
19+
"./src/createIndex.ts",
1920
"./src/runCheck.ts"
2021
],
2122
"exclude": [

0 commit comments

Comments
 (0)