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 2 dependencies from npm #2712

Merged
merged 26 commits into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
835b0ae
Update prettier from 1.9.2 to 1.10.1 in /
dependencies-bot Jan 10, 2018
c5ae720
Update symlink-dir from 1.1.1 to 1.1.2 in /
dependencies-bot Jan 10, 2018
1b85510
Update common-tags from 1.7.0 to 1.7.1 in app/react
dependencies-bot Jan 10, 2018
40fc7d5
Update common-tags from 1.7.0 to 1.7.1 in app/angular
dependencies-bot Jan 10, 2018
02123ad
Update react-native-iphone-x-helper from 1.0.1 to 1.0.2 in app/react-…
dependencies-bot Jan 10, 2018
5597696
Update common-tags from 1.7.0 to 1.7.1 in app/vue
dependencies-bot Jan 10, 2018
7b3542d
Update @angular/animations from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
0760fea
Update @angular/common from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
0812c3d
Update @angular/compiler from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
f801191
Update @angular/core from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
7693c0d
Update @angular/forms from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
9ccc286
Update @angular/http from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
3049729
Update @angular/platform-browser from 5.1.3 to 5.2.0 in examples/angu…
dependencies-bot Jan 10, 2018
6eaa3ea
Update @angular/platform-browser-dynamic from 5.1.3 to 5.2.0 in examp…
dependencies-bot Jan 10, 2018
b79ced2
Update @angular/router from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
ba92a13
Update @angular/compiler-cli from 5.1.3 to 5.2.0 in examples/angular-cli
dependencies-bot Jan 10, 2018
39d02b9
Update @angular/language-service from 5.1.3 to 5.2.0 in examples/angu…
dependencies-bot Jan 10, 2018
5b168b3
Merge branch 'master' into dependencies.io-update-build-164.0.0
Hypnosphi Jan 10, 2018
c51093b
Merge branch 'master' into dependencies.io-update-build-164.0.0
Hypnosphi Jan 11, 2018
5a77669
Merge branch 'master' into dependencies.io-update-build-164.0.0
Hypnosphi Jan 11, 2018
18a8295
Merge branch 'master' into dependencies.io-update-build-164.0.0
Hypnosphi Jan 11, 2018
10bdfad
Merge branch 'master' into dependencies.io-update-build-164.0.0
danielduan Jan 11, 2018
8033672
Merge remote-tracking branch 'origin/master' into dependencies.io-upd…
Hypnosphi Jan 12, 2018
55ccc3b
Merge branch 'master' into dependencies.io-update-build-164.0.0
danielduan Feb 12, 2018
97c203c
Merge remote-tracking branch 'origin/master' into dependencies.io-upd…
Hypnosphi Feb 15, 2018
b61f348
Merge branch 'master' into dependencies.io-update-build-164.0.0
Hypnosphi Feb 15, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"common-tags": "^1.7.0",
"common-tags": "^1.7.1",
"configstore": "^3.1.0",
"core-js": "^2.4.1",
"cross-env": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"postcss-loader": "^2.0.10",
"prop-types": "^15.6.0",
"react-native-compat": "^1.0.0",
"react-native-iphone-x-helper": "^1.0.1",
"react-native-iphone-x-helper": "^1.0.2",
"shelljs": "^0.7.8",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"common-tags": "^1.7.0",
"common-tags": "^1.7.1",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.8",
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"common-tags": "^1.7.0",
"common-tags": "^1.7.1",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.8",
Expand Down
22 changes: 11 additions & 11 deletions examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.1.3",
"@angular/common": "^5.1.3",
"@angular/compiler": "^5.1.3",
"@angular/core": "^5.1.3",
"@angular/forms": "^5.1.3",
"@angular/http": "^5.1.3",
"@angular/platform-browser": "^5.1.3",
"@angular/platform-browser-dynamic": "^5.1.3",
"@angular/router": "^5.1.3",
"@angular/animations": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "1.6.3",
"@angular/compiler-cli": "^5.1.3",
"@angular/language-service": "^5.1.3",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"@storybook/addon-actions": "^3.4.0-alpha.1",
"@storybook/addon-links": "^3.4.0-alpha.1",
"@storybook/addon-notes": "^3.4.0-alpha.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"lodash": "^4.17.4",
"nodemon": "^1.14.10",
"npmlog": "^4.1.2",
"prettier": "^1.9.2",
"prettier": "^1.10.1",
"puppeteer": "^0.13.0",
"raf": "^3.4.0",
"react": "^16.2.0",
Expand All @@ -91,7 +91,7 @@
"remark-lint-code-eslint": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.1",
"shelljs": "^0.7.8",
"symlink-dir": "^1.1.1",
"symlink-dir": "^1.1.2",
"tslint": "~5.8.0",
"tslint-config-prettier": "^1.6.0",
"tslint-plugin-prettier": "^1.3.0"
Expand Down
106 changes: 57 additions & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
minimist "^1.2.0"
rxjs "^5.5.2"

"@angular/animations@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.1.3.tgz#3af3073bfdfeac61d7e6058257b3b19c97183a96"
"@angular/animations@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.0.tgz#a3ce02c01b074f0de7c2c23c1f08b4a00f0bec5f"
dependencies:
tslib "^1.7.1"

Expand Down Expand Up @@ -97,64 +97,64 @@
optionalDependencies:
node-sass "^4.3.0"

"@angular/common@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.1.3.tgz#db517c00a95f72885eb2091098eaed4f95494a63"
"@angular/common@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.0.tgz#d184fb90763da1d1bab1f6c4f41dd80c79e47506"
dependencies:
tslib "^1.7.1"

"@angular/compiler-cli@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.1.3.tgz#e9cfd183a8a12fddad0188d2b7e4e9a45f302d82"
"@angular/compiler-cli@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.0.tgz#336b6d0127c69f25637cbcd82a4b76de6f3a2cce"
dependencies:
chokidar "^1.4.2"
minimist "^1.2.0"
reflect-metadata "^0.1.2"
tsickle "^0.25.5"
tsickle "^0.26.0"

"@angular/compiler@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.1.3.tgz#125008477895aee1bf71294bf981a4ba184c1e59"
"@angular/compiler@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.0.tgz#3798795b97e60b47fdc0a150e062dedb4ac39467"
dependencies:
tslib "^1.7.1"

"@angular/core@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.1.3.tgz#b739f69834c344285250a384d0c203dd36778a37"
"@angular/core@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.0.tgz#f91bf83de3e0defd621adcc007c25d7cd5a85af1"
dependencies:
tslib "^1.7.1"

"@angular/forms@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.1.3.tgz#fe4c0c37c504e78c85f8e50db6e098705fa72f4c"
"@angular/forms@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.0.tgz#b5fb6b9ba97334bca0e3202d7fee6b9162cbc824"
dependencies:
tslib "^1.7.1"

"@angular/http@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.1.3.tgz#eeea2a6760fa54449a967fb5abdd473736c5c989"
"@angular/http@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.0.tgz#ebffff97e6c7baa3609a2d68e982bf990b1c72dc"
dependencies:
tslib "^1.7.1"

"@angular/language-service@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.1.3.tgz#b55f295943133e33940ff71e6bb0afa93d7f4d36"
"@angular/language-service@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.0.tgz#c8fab0ca8cbd79dafc96fad844ae69e9038b69ad"

"@angular/platform-browser-dynamic@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.1.3.tgz#ad37e4dbd5251e7ea256ad9323fe11c848d04050"
"@angular/platform-browser-dynamic@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.0.tgz#6d3e074363606b559c3319d2433d1c08ccaefbad"
dependencies:
tslib "^1.7.1"

"@angular/platform-browser@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.1.3.tgz#5abe7809009eff6bff3bf89faba96fe066fb2036"
"@angular/platform-browser@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.0.tgz#89cbc8abf54171ecf3dd9a40970b4982eecc9f73"
dependencies:
tslib "^1.7.1"

"@angular/router@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.1.3.tgz#69627d7186e4ab8e7d4058c4400f82d3899ebd7a"
"@angular/router@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.0.tgz#0a43f1c6add592c9cb0b9846fc157fc5b23ee73d"
dependencies:
tslib "^1.7.1"

Expand Down Expand Up @@ -292,14 +292,18 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^8.0.28":
"@types/node@*":
version "8.5.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.7.tgz#9c498c35af354dcfbca3790fb2e81129e93cf0e2"

"@types/node@^6.0.46", "@types/node@~6.0.96":
version "6.0.96"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.96.tgz#7bf0bf40d6ce51e93762cc47d010c8cc5ebb2179"

"@types/node@^9.3.0":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.3.0.tgz#3a129cda7c4e5df2409702626892cb4b96546dd5"

"@types/q@^0.0.32":
version "0.0.32"
resolved "https://registry.yarnpkg.com/@types/q/-/q-0.0.32.tgz#bd284e57c84f1325da702babfc82a5328190c0c5"
Expand Down Expand Up @@ -3092,9 +3096,9 @@ common-tags@^1.3.1:
dependencies:
babel-runtime "^6.26.0"

common-tags@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.7.0.tgz#2457c9d6c64f22b250c84c11c9b3f98b428f3083"
common-tags@^1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.7.1.tgz#ffc4b8aef2bede5625e8e0c43230cb5ee0424632"
dependencies:
babel-runtime "^6.26.0"

Expand Down Expand Up @@ -11141,7 +11145,11 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^1.7.0, prettier@^1.9.2:
prettier@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.10.1.tgz#01423fea6957ea23618d37d339ef0e7f7c967fc6"

prettier@^1.7.0:
version "1.9.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.9.2.tgz#96bc2132f7a32338e6078aeb29727178c6335827"

Expand Down Expand Up @@ -11672,9 +11680,9 @@ react-native-compat@^1.0.0:
dependencies:
prop-types "^15.5.10"

react-native-iphone-x-helper@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.0.1.tgz#950dbdaca66f458689a7e9697c5beb9bd53f98f2"
react-native-iphone-x-helper@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.0.2.tgz#7dbca530930f7c1ce8633cc8fd13ba94102992e1"

react-native@^0.52.0:
version "0.52.0"
Expand Down Expand Up @@ -13853,12 +13861,12 @@ symbol-tree@^3.2.1:
version "3.2.2"
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"

symlink-dir@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/symlink-dir/-/symlink-dir-1.1.1.tgz#ea6367d96b0257f730dd03f95212eed24623b93e"
symlink-dir@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/symlink-dir/-/symlink-dir-1.1.2.tgz#eb367da33401e9c6e95b1ca87efd921cef369852"
dependencies:
"@types/mz" "0.0.32"
"@types/node" "^8.0.28"
"@types/node" "^9.3.0"
graceful-fs "^4.1.11"
is-windows "^1.0.0"
mkdirp-promise "^5.0.0"
Expand Down Expand Up @@ -14212,9 +14220,9 @@ tsconfig@^6.0.0:
strip-bom "^3.0.0"
strip-json-comments "^2.0.0"

tsickle@^0.25.5:
version "0.25.6"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.25.6.tgz#b595db16b236721824eeeda8bb262365b47ef334"
tsickle@^0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.26.0.tgz#40b30a2dd6abcb33b182e37596674bd1cfe4039c"
dependencies:
minimist "^1.2.0"
mkdirp "^0.5.1"
Expand Down