Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 28 dependencies from npm #3055

Merged
merged 31 commits into from Feb 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
568efe2
Update @angular/common from 5.2.5 to 5.2.6 in /
dependencies-bot Feb 22, 2018
19356c1
Update @angular/compiler from 5.2.5 to 5.2.6 in /
dependencies-bot Feb 22, 2018
10d59c0
Update @angular/core from 5.2.5 to 5.2.6 in /
dependencies-bot Feb 22, 2018
d09d1f1
Update @angular/forms from 5.2.5 to 5.2.6 in /
dependencies-bot Feb 22, 2018
53f4521
Update @angular/platform-browser from 5.2.5 to 5.2.6 in /
dependencies-bot Feb 22, 2018
b4382bb
Update @angular/platform-browser-dynamic from 5.2.5 to 5.2.6 in /
dependencies-bot Feb 22, 2018
db4be8a
Update eslint-plugin-import from 2.8.0 to 2.9.0 in /
dependencies-bot Feb 22, 2018
a8b4376
Update jest-preset-angular from 5.0.0 to 5.1.0 in /
dependencies-bot Feb 22, 2018
95ada9f
Update file-loader from 1.1.8 to 1.1.9 in app/react
dependencies-bot Feb 22, 2018
7c5920b
Update file-loader from 1.1.8 to 1.1.9 in lib/core
dependencies-bot Feb 22, 2018
5838b9f
Update react-chromatic from 0.7.9 to 0.7.10 in examples/official-stor…
dependencies-bot Feb 22, 2018
8cf7b8b
Update file-loader from 1.1.8 to 1.1.9 in app/angular
dependencies-bot Feb 22, 2018
6b1097d
Update file-loader from 1.1.8 to 1.1.9 in app/polymer
dependencies-bot Feb 22, 2018
e9c8ecc
Update file-loader from 1.1.8 to 1.1.9 in app/react-native
dependencies-bot Feb 22, 2018
220c3c2
Update file-loader from 1.1.8 to 1.1.9 in app/vue
dependencies-bot Feb 22, 2018
e114348
Update @angular/animations from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
1deb82f
Update @angular/common from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
ce6ead9
Update @angular/compiler from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
1f98c14
Update @angular/core from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
144818e
Update @angular/forms from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
bbc062e
Update @angular/http from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
0919a5d
Update @angular/platform-browser from 5.2.5 to 5.2.6 in examples/angu…
dependencies-bot Feb 22, 2018
a455527
Update @angular/platform-browser-dynamic from 5.2.5 to 5.2.6 in examp…
dependencies-bot Feb 22, 2018
fef3666
Update @angular/router from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
8f2bc82
Update @angular/cli from 1.7.0 to 1.7.1 in examples/angular-cli
dependencies-bot Feb 22, 2018
3fe2ea3
Update @angular/compiler-cli from 5.2.5 to 5.2.6 in examples/angular-cli
dependencies-bot Feb 22, 2018
e9cb50a
Update @angular/language-service from 5.2.5 to 5.2.6 in examples/angu…
dependencies-bot Feb 22, 2018
96ddda0
Update file-loader from 1.1.8 to 1.1.9 in examples/vue-kitchen-sink
dependencies-bot Feb 22, 2018
864fb31
batch bootstrap
dependencies-bot Feb 22, 2018
c439db8
Fix new lint errors
Hypnosphi Feb 22, 2018
0071ee1
Merge branch 'master' into dependencies.io-update-build-268.0.0
Hypnosphi Feb 22, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions addons/actions/src/lib/util/index.js
@@ -1,7 +1,7 @@
export canConfigureName from './canConfigureName.js';
export getPropertiesList from './getPropertiesList.js';
export isObject from './isObject.js';
export muteProperty from './muteProperty.js';
export canConfigureName from './canConfigureName';
export getPropertiesList from './getPropertiesList';
export isObject from './isObject';
export muteProperty from './muteProperty';
export prepareArguments from './prepareArguments';
export typeReviver from './typeReviver.js';
export typeReplacer from './typeReplacer.js';
export typeReviver from './typeReviver';
export typeReplacer from './typeReplacer';
2 changes: 1 addition & 1 deletion app/angular/package.json
Expand Up @@ -50,7 +50,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.15.3",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-loader": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Expand Up @@ -52,7 +52,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-webpack-plugin": "^2.30.1",
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Expand Up @@ -51,7 +51,7 @@
"commander": "^2.14.1",
"css-loader": "^0.28.9",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-webpack-plugin": "^2.30.1",
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Expand Up @@ -51,7 +51,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"glamor": "^2.20.40",
"glamorous": "^4.11.6",
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Expand Up @@ -49,7 +49,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-loader": "^0.5.5",
Expand Down
24 changes: 12 additions & 12 deletions examples/angular-cli/package.json
Expand Up @@ -13,23 +13,23 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^5.2.5",
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/forms": "^5.2.5",
"@angular/http": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/platform-browser-dynamic": "^5.2.5",
"@angular/router": "^5.2.5",
"@angular/animations": "^5.2.6",
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/http": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"@angular/router": "^5.2.6",
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.7.0",
"@angular/compiler-cli": "^5.2.5",
"@angular/language-service": "^5.2.5",
"@angular/cli": "1.7.1",
"@angular/compiler-cli": "^5.2.6",
"@angular/language-service": "^5.2.6",
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-knobs": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/official-storybook/package.json
Expand Up @@ -39,7 +39,7 @@
"paths.macro": "^2.0.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-chromatic": "^0.7.9",
"react-chromatic": "^0.7.10",
"react-dom": "^16.2.0",
"uuid": "^3.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Expand Up @@ -30,7 +30,7 @@
"babel-preset-vue": "^2.0.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"vue-hot-reload-api": "^2.3.0",
"vue-loader": "^13.7.1",
"vue-style-loader": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Expand Up @@ -30,7 +30,7 @@
"dotenv": "^5.0.0",
"events": "^1.1.1",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"global": "^4.3.2",
"json-loader": "^0.5.7",
"postcss-flexbugs-fixes": "^3.2.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -36,12 +36,12 @@
"chromatic": "npm --prefix examples/official-storybook run chromatic"
},
"devDependencies": {
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/forms": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/platform-browser-dynamic": "^5.2.5",
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
Expand All @@ -64,7 +64,7 @@
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
Expand All @@ -83,7 +83,7 @@
"jest-enzyme": "^4.2.0",
"jest-image-snapshot": "^2.3.0",
"jest-jasmine2": "^22.4.0",
"jest-preset-angular": "^5.0.0",
"jest-preset-angular": "^5.1.0",
"jest-vue-preprocessor": "^1.3.1",
"lerna": "2.5.1",
"lint-staged": "^6.1.1",
Expand Down