Skip to content

Commit

Permalink
chore: upgrade to official (ngxs#358)
Browse files Browse the repository at this point in the history
* chore: upgrade to official

* chore: fix yarn
  • Loading branch information
amcdnl authored May 4, 2018
1 parent 4324ff5 commit 39ebf28
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 81 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.0 5/3/18

- Chore: Upgrade to official Angular

# 3.0.0-rc.4 5/2/18

- BREAKING: Rename completed to successful #349
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngxs",
"version": "3.0.0-rc.4",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs/store.git"
Expand Down Expand Up @@ -70,16 +70,16 @@
"private": true,
"devDependencies": {
"@angular/cli": "~1.7.3",
"@angular/common": "^6.0.0-rc.6",
"@angular/compiler": "^6.0.0-rc.6",
"@angular/compiler-cli": "^6.0.0-rc.6",
"@angular/core": "^6.0.0-rc.6",
"@angular/forms": "^6.0.0-rc.6",
"@angular/http": "^6.0.0-rc.6",
"@angular/language-service": "^6.0.0-rc.6",
"@angular/platform-browser": "^6.0.0-rc.6",
"@angular/platform-browser-dynamic": "^6.0.0-rc.6",
"@angular/router": "^6.0.0-rc.6",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"@types/fs-extra": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": true,
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/core": ">=5.0.0 <7.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
}
4 changes: 2 additions & 2 deletions packages/form-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"sideEffects": true,
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/forms": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/core": ">=5.0.0 <7.0.0",
"@angular/forms": ">=5.0.0 <7.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
}
2 changes: 1 addition & 1 deletion packages/logger-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": true,
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/core": ">=5.0.0 <7.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
}
4 changes: 2 additions & 2 deletions packages/router-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"sideEffects": true,
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/router": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/core": ">=5.0.0 <7.0.0",
"@angular/router": ">=5.0.0 <7.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
}
2 changes: 1 addition & 1 deletion packages/storage-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": true,
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/core": ">=5.0.0 <7.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
}
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"sideEffects": true,
"peerDependencies": {
"@angular/core": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/core": ">=5.0.0 <7.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
}
2 changes: 1 addition & 1 deletion packages/websocket-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": true,
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=5.0.0 <7.0.0 || >6.0.0-rc <7.0.0",
"@angular/core": ">=5.0.0 <7.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
}
60 changes: 30 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,64 +92,64 @@
optionalDependencies:
node-sass "^4.7.2"

"@angular/common@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.0.0-rc.6.tgz#c09ecbf39ce5e5164e66dcc6ffbfdff4ebc63237"
"@angular/common@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.0.0.tgz#ca3b6b6b96837fe048861da897c31991aa04954f"
dependencies:
tslib "^1.9.0"

"@angular/compiler-cli@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.0.0-rc.6.tgz#5b8c52af93656d12fa021ba76e198dad028f2c06"
"@angular/compiler-cli@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.0.0.tgz#be50277faaa5ac08f3002c2c8cb8c39d220c76d5"
dependencies:
chokidar "^1.4.2"
minimist "^1.2.0"
reflect-metadata "^0.1.2"
tsickle "^0.27.2"

"@angular/compiler@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.0.0-rc.6.tgz#92727a5c9d284e778ccf847404047e8ae43f2479"
"@angular/compiler@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.0.0.tgz#9092a0f02f33dd1108276ab93cc48142e36a1e95"
dependencies:
tslib "^1.9.0"

"@angular/core@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.0-rc.6.tgz#ed229a88a19e2a92ecbdc8f995e91d9745c5d2e3"
"@angular/core@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.0.tgz#785cc8a37b7fb784a6b7dcbd0984abb4f10e5dfe"
dependencies:
tslib "^1.9.0"

"@angular/forms@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.0.0-rc.6.tgz#3a9ffefe9d7ed75e38b9f05ec75d7ddc1ae9088c"
"@angular/forms@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.0.0.tgz#436e2df39dc57db124da5a5c02bc63909fdf7046"
dependencies:
tslib "^1.9.0"

"@angular/http@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-6.0.0-rc.6.tgz#362d83c99c97f73bb25ffc15e2604b7c428ad434"
"@angular/http@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-6.0.0.tgz#f409e35cd2f4990b43a37beab915ffdcd9c7c992"
dependencies:
tslib "^1.9.0"

"@angular/language-service@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.0.0-rc.6.tgz#bec6be40d111aeb1506adbc7d84e5243dda16bf5"
"@angular/language-service@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.0.0.tgz#85bf577fd7f45eff13128d4f5f0125078d610aec"

"@angular/platform-browser-dynamic@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.0.0-rc.6.tgz#453a021898b1e34c27243479c33f5828c3be364f"
"@angular/platform-browser-dynamic@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.0.0.tgz#66a34b65136446cb3ec39362fd6d2dbb5482ba70"
dependencies:
tslib "^1.9.0"

"@angular/platform-browser@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.0.0-rc.6.tgz#6f27f075ecaa3b7b0dfb629280b1e66be6170ecc"
"@angular/platform-browser@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.0.0.tgz#848b687ea46786483fddcdbbbd17b29c7adcc768"
dependencies:
tslib "^1.9.0"

"@angular/router@^6.0.0-rc.6":
version "6.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.0.0-rc.6.tgz#bff90444836a8199eefe23c1362dbec1d2f0844b"
"@angular/router@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.0.0.tgz#09a5c6f6220084c3575df81e8b36cbe9fff10d1f"
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit 39ebf28

Please sign in to comment.