Skip to content

Commit c8f5b05

Browse files
committed
update angularjs
1 parent d0251db commit c8f5b05

File tree

6 files changed

+1259
-683
lines changed

6 files changed

+1259
-683
lines changed

frameworks/keyed/angularjs/package-lock.json

Lines changed: 1219 additions & 643 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/angularjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"url": "https://github.com/krausest/js-framework-benchmark.git"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.2.2",
24-
"@babel/preset-env": "7.3.1",
25-
"babel-loader": "8.0.6",
26-
"raw-loader": "3.0.0",
23+
"@babel/core": "7.16.0",
24+
"@babel/preset-env": "7.16.4",
25+
"babel-loader": "8.2.3",
26+
"raw-loader": "4.0.2",
2727
"webpack": "4.34.0",
2828
"webpack-cli": "^3.3.4"
2929
},
3030
"dependencies": {
31-
"angular": "1.7.8"
31+
"angular": "1.8.2"
3232
}
3333
}

webdriver-ts-results/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { SelectionBar } from './selection/SelectionBar';
66

77
const App = () => {
88
// eslint-disable-next-line no-constant-condition
9-
const disclaimer = (true) ? (<div>
9+
const disclaimer = (false) ? (<div>
1010
<h2>Results for js web frameworks benchmark - official run</h2>
1111
<p>A description of the benchmark and the source code and can be found in the github <a href="https://github.com/krausest/js-framework-benchmark">repository</a>.</p>
1212
</div>) :

webdriver-ts-results/src/results.ts

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

webdriver-ts-results/table.html

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

webdriver-ts/results.json

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

0 commit comments

Comments
 (0)