Skip to content

Commit 4bb5829

Browse files
committed
update frameworks
1 parent b0eb756 commit 4bb5829

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+244
-226
lines changed

frameworks/keyed/angular-optimized/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@angular-contrib/core": "0.0.2",
21-
"@angular/common": "6.0.0",
22-
"@angular/compiler": "6.0.0",
23-
"@angular/compiler-cli": "6.0.0",
24-
"@angular/core": "6.0.0",
25-
"@angular/platform-browser": "6.0.0",
26-
"core-js": "2.5.5",
27-
"rxjs": "6.1.0",
21+
"@angular/common": "6.1.0",
22+
"@angular/compiler": "6.1.0",
23+
"@angular/compiler-cli": "6.1.0",
24+
"@angular/core": "6.1.0",
25+
"@angular/platform-browser": "6.1.0",
26+
"core-js": "2.5.7",
27+
"rxjs": "6.2.2",
2828
"zone.js": "0.8.26"
2929
},
3030
"devDependencies": {
31-
"google-closure-compiler": "20180319.0.0",
31+
"google-closure-compiler": "20180716.0.1",
3232
"http-server": "0.11.1",
33-
"rimraf": "2.5.4",
34-
"rollup": "0.55.0",
35-
"rollup-plugin-commonjs": "8.2.6",
36-
"rollup-plugin-node-resolve": "3.0.2",
37-
"rollup-plugin-uglify": "3.0.0",
38-
"typescript": "2.7.2",
39-
"yargs": "11.0.0"
33+
"rimraf": "2.6.2",
34+
"rollup": "0.63.4",
35+
"rollup-plugin-commonjs": "9.1.4",
36+
"rollup-plugin-node-resolve": "3.3.0",
37+
"rollup-plugin-uglify": "4.0.0",
38+
"typescript": "2.9.2",
39+
"yargs": "12.0.1"
4040
}
4141
}

frameworks/keyed/aurelia/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -16,55 +16,55 @@
1616
"build-prod": "aurelia build --env prod"
1717
},
1818
"dependencies": {
19-
"aurelia-binding": "1.7.1",
20-
"aurelia-bootstrapper": "2.2.0",
21-
"aurelia-dependency-injection": "1.3.2",
22-
"aurelia-framework": "1.2.0",
19+
"aurelia-binding": "2.1.2",
20+
"aurelia-bootstrapper": "2.3.0",
21+
"aurelia-dependency-injection": "1.4.1",
22+
"aurelia-framework": "1.3.0",
2323
"aurelia-loader": "1.0.0",
2424
"aurelia-loader-default": "1.0.4",
25-
"aurelia-logging": "1.4.0",
25+
"aurelia-logging": "1.5.0",
2626
"aurelia-logging-console": "1.0.0",
27-
"aurelia-metadata": "1.0.3",
28-
"aurelia-pal": "1.7.0",
29-
"aurelia-pal-browser": "1.7.0",
27+
"aurelia-metadata": "1.0.4",
28+
"aurelia-pal": "1.8.0",
29+
"aurelia-pal-browser": "1.8.0",
3030
"aurelia-path": "1.1.1",
31-
"aurelia-task-queue": "1.2.1",
32-
"aurelia-templating": "1.7.0",
33-
"aurelia-templating-binding": "1.4.1",
34-
"aurelia-templating-resources": "1.6.0",
31+
"aurelia-task-queue": "1.3.1",
32+
"aurelia-templating": "1.8.2",
33+
"aurelia-templating-binding": "1.4.3",
34+
"aurelia-templating-resources": "1.7.1",
3535
"requirejs": "2.3.5",
3636
"text": "github:requirejs/text#2.0.15"
3737
},
3838
"devDependencies": {
3939
"aurelia-cli": "0.33.1",
4040
"aurelia-tools": "2.0.0",
41-
"babel-eslint": "8.2.2",
41+
"babel-eslint": "8.2.6",
4242
"babel-plugin-syntax-flow": "6.18.0",
43-
"babel-plugin-transform-decorators-legacy": "1.3.4",
43+
"babel-plugin-transform-decorators-legacy": "1.3.5",
4444
"babel-plugin-transform-es2015-modules-amd": "6.24.1",
45-
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
45+
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
4646
"babel-plugin-transform-flow-strip-types": "6.22.0",
4747
"babel-polyfill": "6.26.0",
4848
"babel-preset-es2015": "6.24.1",
4949
"babel-preset-stage-1": "6.24.1",
5050
"babel-register": "6.26.0",
51-
"browser-sync": "2.23.6",
51+
"browser-sync": "2.24.6",
5252
"connect-history-api-fallback": "1.5.0",
5353
"debounce": "1.1.0",
5454
"gulp": "github:gulpjs/gulp#4.0",
5555
"gulp-babel": "7.0.1",
5656
"gulp-changed-in-place": "2.3.0",
57-
"gulp-eslint": "4.0.2",
57+
"gulp-eslint": "5.0.0",
5858
"gulp-htmlmin": "4.0.0",
5959
"gulp-notify": "3.2.0",
6060
"gulp-plumber": "1.2.0",
61-
"gulp-rename": "1.2.2",
61+
"gulp-rename": "1.4.0",
6262
"gulp-sourcemaps": "2.6.4",
63-
"gulp-watch": "5.0.0",
64-
"html-minifier": "3.5.14",
63+
"gulp-watch": "5.0.1",
64+
"html-minifier": "3.5.19",
6565
"minimatch": "3.0.4",
6666
"through2": "2.0.3",
67-
"uglify-js": "3.3.21",
68-
"vinyl-fs": "3.0.2"
67+
"uglify-js": "3.4.6",
68+
"vinyl-fs": "3.0.3"
6969
}
7070
}

frameworks/keyed/bobril/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"url": "https://github.com/krausest/js-framework-benchmark.git"
2323
},
2424
"devDependencies": {
25-
"bobril-build": "0.79.1",
26-
"uglify-js": "^3.0.4"
25+
"bobril-build": "0.82.0",
26+
"uglify-js": "^3.4.6"
2727
},
2828
"dependencies": {
29-
"bobril": "8.0.1"
29+
"bobril": "8.11.2"
3030
},
3131
"bobril": {
3232
"title": "Bobril v8.0.1",
@@ -48,7 +48,7 @@
4848
"colors": "1.1.2",
4949
"esprima": "2.7.3",
5050
"fs-extra": "1.0.0",
51-
"bobril": "8.0.1",
51+
"bobril": "8.11.2",
5252
"request": "2.79.0"
5353
}
5454
}

frameworks/keyed/choo/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"author": "Rahul Chanila",
1717
"license": "MIT",
1818
"dependencies": {
19-
"browserify": "14.5.0",
20-
"choo": "6.5.0",
21-
"cross-env": "5.1.0",
19+
"browserify": "16.2.2",
20+
"choo": "6.13.0",
21+
"cross-env": "5.2.0",
2222
"envify": "4.1.0",
2323
"es2020": "1.1.9",
2424
"mkdirp": "0.5.1",
2525
"rimraf": "2.6.2",
26-
"uglify-js": "3.1.4",
27-
"uglifyify": "4.0.4",
28-
"unassertify": "2.0.5",
29-
"yo-yoify": "4.0.0"
26+
"uglify-js": "3.4.6",
27+
"uglifyify": "5.0.1",
28+
"unassertify": "2.1.1",
29+
"yo-yoify": "4.3.0"
3030
}
3131
}

frameworks/keyed/dio/package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
"url": "https://github.com/krausest/js-framework-benchmark.git"
2323
},
2424
"devDependencies": {
25-
"babel-core": "6.26.0",
26-
"babel-loader": "7.1.2",
25+
"babel-core": "6.26.3",
26+
"babel-loader": "7.1.5",
2727
"babel-preset-es2015": "6.24.1",
2828
"babel-preset-react": "6.24.1",
29-
"webpack": "3.8.1",
30-
"jsx-loader": "0.13.2"
29+
"jsx-loader": "0.13.2",
30+
"webpack": "4.16.3",
31+
"webpack-cli": "^3.1.0"
3132
},
3233
"dependencies": {
33-
"dio.js": "8.1.1"
34+
"dio.js": "9.1.1"
3435
}
3536
}

frameworks/keyed/dio/webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var extensions = [
2424
module.exports = [{
2525
cache: cache,
2626
module: {
27-
loaders: loaders
27+
rules: loaders
2828
},
2929
entry: {
3030
main: './src/main.es6.js',
@@ -45,5 +45,5 @@ module.exports = [{
4545
new webpack.DefinePlugin({
4646
'process.env.NODE_ENV': '"production"'
4747
})
48-
]
48+
]
4949
}];

frameworks/keyed/dojo2/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"build-prod": "./node_modules/.bin/dojo build"
1010
},
1111
"dependencies": {
12-
"@dojo/core": "0.4.0",
13-
"@dojo/has": "0.1.2",
14-
"@dojo/i18n": "0.5.1",
15-
"@dojo/shim": "0.2.6",
16-
"@dojo/widget-core": "0.9.6"
12+
"@dojo/core": "2.0.0",
13+
"@dojo/has": "2.0.0",
14+
"@dojo/i18n": "2.0.0",
15+
"@dojo/shim": "2.0.0",
16+
"@dojo/widget-core": "2.0.7"
1717
},
1818
"devDependencies": {
19-
"@dojo/cli": "0.6.1",
20-
"@dojo/cli-build-app": "0.3.1",
21-
"typescript": "2.6.1"
19+
"@dojo/cli": "3.0.0",
20+
"@dojo/cli-build-app": "3.0.0",
21+
"typescript": "2.9.2"
2222
}
2323
}

frameworks/keyed/etch/package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
"build-prod": "webpack -p"
1111
},
1212
"devDependencies": {
13-
"babel-core": "6.24.1",
14-
"babel-loader": "7.0.0",
13+
"babel-core": "6.26.3",
14+
"babel-loader": "7.1.5",
1515
"babel-preset-es2015": "6.24.1",
1616
"babel-preset-react": "6.24.1",
17-
"webpack": "2.5.1",
18-
"jsx-loader": "0.13.2"
17+
"jsx-loader": "0.13.2",
18+
"webpack": "4.16.3",
19+
"webpack-cli": "^3.1.0"
1920
},
2021
"dependencies": {
21-
"etch": "0.12.5"
22+
"etch": "0.14.0"
2223
}
2324
}

frameworks/keyed/etch/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var extensions = [
2424
module.exports = [{
2525
cache: cache,
2626
module: {
27-
loaders: loaders
27+
rules: loaders
2828
},
2929
entry: {
3030
main: './src/main.es6.js',

frameworks/keyed/hyperhtml/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"hyperhtml": "2.4.0"
15+
"hyperhtml": "2.12.0"
1616
},
1717
"devDependencies": {
18-
"babel-core": "6.26.0",
18+
"babel-core": "6.26.3",
1919
"babel-plugin-external-helpers": "6.22.0",
2020
"babel-preset-es2016": "6.24.1",
21-
"rollup": "0.50.0",
22-
"rollup-plugin-babel": "3.0.2",
23-
"rollup-plugin-node-resolve": "3.0.0",
24-
"rollup-plugin-uglify": "2.0.1",
25-
"uglify-es": "3.1.6"
21+
"rollup": "0.63.4",
22+
"rollup-plugin-babel": "3.0.7",
23+
"rollup-plugin-node-resolve": "3.3.0",
24+
"rollup-plugin-uglify": "4.0.0",
25+
"uglify-es": "3.3.9"
2626
}
2727
}

frameworks/keyed/hyperhtml/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import * as path from "path";
44
import babel from "rollup-plugin-babel";
55
import resolve from "rollup-plugin-node-resolve";
6-
import uglify from "rollup-plugin-uglify";
6+
import { uglify } from "rollup-plugin-uglify";
77
import { minify } from "uglify-es";
88

99
export default {

frameworks/keyed/inferno/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"url": "https://github.com/krausest/js-framework-benchmark.git"
2121
},
2222
"devDependencies": {
23-
"babel-core": "6.26.0",
24-
"babel-loader": "7.1.3",
25-
"babel-plugin-inferno": "4.0.0",
23+
"babel-core": "6.26.3",
24+
"babel-loader": "7.1.5",
25+
"babel-plugin-inferno": "5.0.1",
2626
"babel-plugin-syntax-jsx": "6.18.0",
2727
"babel-preset-es2015": "6.24.1",
2828
"babel-preset-stage-0": "6.24.1",
29-
"rollup": "^0.56.3",
29+
"rollup": "^0.63.4",
3030
"rollup-plugin-alias": "^1.4.0",
31-
"rollup-plugin-babel": "^3.0.3",
32-
"rollup-plugin-commonjs": "^8.3.0",
33-
"rollup-plugin-node-resolve": "^3.0.3",
31+
"rollup-plugin-babel": "^3.0.7",
32+
"rollup-plugin-commonjs": "^9.1.4",
33+
"rollup-plugin-node-resolve": "^3.3.0",
3434
"rollup-plugin-replace": "^2.0.0",
35-
"rollup-plugin-uglify": "^3.0.0"
35+
"rollup-plugin-uglify": "^4.0.0"
3636
},
3737
"dependencies": {
38-
"inferno": "4.0.6"
38+
"inferno": "5.3.0"
3939
}
4040
}

frameworks/keyed/inferno/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const nodeResolvePlugin = require('rollup-plugin-node-resolve');
33
const babelPlugin = require('rollup-plugin-babel');
44
const path = require('path');
55
const replace = require('rollup-plugin-replace');
6-
const uglify = require('rollup-plugin-uglify');
6+
import { uglify } from 'rollup-plugin-uglify';
77
const alias = require('rollup-plugin-alias');
88

99
const isProduction = process.env.production;

frameworks/keyed/maquette/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"build-prod": "node build.js"
1111
},
1212
"devDependencies": {
13-
"rollup": "0.51.1",
14-
"rollup-plugin-buble": "0.17.0",
15-
"rollup-plugin-commonjs": "8.2.6",
16-
"rollup-plugin-uglify": "2.0.1"
13+
"rollup": "0.63.4",
14+
"rollup-plugin-buble": "0.19.2",
15+
"rollup-plugin-commonjs": "9.1.4",
16+
"rollup-plugin-uglify": "4.0.0"
1717
},
1818
"dependencies": {
19-
"maquette": "3.0.1"
19+
"maquette": "3.3.0"
2020
}
2121
}

frameworks/keyed/marko/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"url": "https://github.com/krausest/js-framework-benchmark.git"
2222
},
2323
"devDependencies": {
24-
"cross-env": "5.1.1"
24+
"cross-env": "5.2.0"
2525
},
2626
"dependencies": {
2727
"envify": "4.1.0",
28-
"marko": "4.5.6",
28+
"marko": "4.12.3",
2929
"markoify": "2.2.2",
30-
"rollup": "0.51.3",
31-
"rollup-plugin-babel": "3.0.2",
32-
"rollup-plugin-browserify-transform": "1.0.0",
33-
"rollup-plugin-buble": "0.17.0",
34-
"rollup-plugin-commonjs": "8.2.6",
35-
"rollup-plugin-node-resolve": "3.0.0",
36-
"rollup-plugin-uglify": "2.0.1"
30+
"rollup": "0.63.4",
31+
"rollup-plugin-babel": "3.0.7",
32+
"rollup-plugin-browserify-transform": "1.0.1",
33+
"rollup-plugin-buble": "0.19.2",
34+
"rollup-plugin-commonjs": "9.1.4",
35+
"rollup-plugin-node-resolve": "3.3.0",
36+
"rollup-plugin-uglify": "4.0.0"
3737
}
3838
}

frameworks/keyed/marko/rollup.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import markoify from 'markoify';
55
import envify from 'envify';
66
import minpropsify from 'minprops/browserify';
77
import path from 'path';
8-
import uglify from 'rollup-plugin-uglify';
8+
import {uglify} from 'rollup-plugin-uglify';
99
import buble from 'rollup-plugin-buble';
1010

1111
var browserifyPlugins = [
@@ -44,6 +44,6 @@ export default {
4444
plugins: plugins,
4545
output: {
4646
format: 'iife',
47-
file: path.join(__dirname, 'dist/bundle.js')
47+
file: path.join(__dirname, 'dist/bundle.js')
4848
}
4949
};

0 commit comments

Comments
 (0)