Skip to content

Commit 3d5fcfc

Browse files
committed
fix: bump angular to 8.0
1 parent e9b6430 commit 3d5fcfc

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngxf",
3-
"version": "6.1.0",
3+
"version": "8.0.0",
44
"scripts": {
55
"ng": "ng",
66
"tsc": "tsc",

projects/platform/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngxf/platform",
3-
"version": "6.1.0",
3+
"version": "8.0.0",
44
"description": "NGXF - Non-State Management for Angular",
55
"keywords": [
66
"non-ngxs",
@@ -37,9 +37,9 @@
3737
},
3838
"homepage": "https://github.com/ngxf/platform",
3939
"peerDependencies": {
40-
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
41-
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
42-
"@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
40+
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
41+
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
42+
"@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
4343
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
4444
}
4545
}

projects/socketio/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngxf/socket.io",
3-
"version": "6.1.0",
3+
"version": "8.0.0",
44
"description": "NGXF - Non-State Management for Angular",
55
"keywords": [
66
"non-ngxs",
@@ -37,9 +37,9 @@
3737
},
3838
"homepage": "https://github.com/ngxf/platform",
3939
"peerDependencies": {
40-
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
41-
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
42-
"@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0",
40+
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
41+
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
42+
"@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
4343
"@types/socket.io-client": "1.4.32",
4444
"socket.io-client": "^2.0.0",
4545
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"

0 commit comments

Comments
 (0)