Skip to content

Commit

Permalink
feat: update dependencies, update peerDependencies (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina authored Jun 9, 2019
1 parent 5bc6bcc commit 931048d
Show file tree
Hide file tree
Showing 20 changed files with 362 additions and 203 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.3.1
12.4.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.3.1
12.4.0
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
resource_class: xlarge
docker:
- image: circleci/node:12.3-browsers
- image: circleci/node:12.4-browsers

version: 2
jobs:
Expand Down
469 changes: 314 additions & 155 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"@nguniversal/module-map-ngfactory-loader": "^7.1.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"core-js": "^2.6.7",
"core-js": "^2.6.9",
"dashjs": "^2.9.3",
"express": "^4.17.0",
"express": "^4.17.1",
"express-static-gzip": "^1.1.3",
"hls.js": "^0.12.4",
"js-cookie": "^2.2.0",
Expand All @@ -89,21 +89,21 @@
"@angular-devkit/build-ng-packagr": "^0.13.9",
"@angular/cli": "^7.3.9",
"@angular/compiler-cli": "8.0.0-beta.11",
"@fortawesome/fontawesome-free": "^5.8.2",
"@fortawesome/fontawesome-free": "^5.9.0",
"@semantic-release/exec": "^3.3.2",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.16.1",
"@types/express": "^4.17.0",
"@types/glob": "^7.1.1",
"@types/hls.js": "^0.12.4",
"@types/jasmine": "^3.3.12",
"@types/jasmine": "^3.3.13",
"@types/jasminewd2": "^2.0.6",
"@types/js-cookie": "^2.2.2",
"@types/lru-cache": "^5.1.0",
"@types/node": "^11.13.11",
"@types/node": "^12.0.7",
"@types/shelljs": "^0.8.5",
"@types/uuid": "^3.4.4",
"codecov": "^3.5.0",
"codelyzer": "^5.0.1",
"codelyzer": "^5.1.0",
"dotenv": "^7.0.0",
"glob": "^7.1.4",
"jasmine-core": "~2.99.1",
Expand All @@ -113,19 +113,19 @@
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^5.2.0",
"ng-packagr": "^5.3.0",
"protractor": "^5.4.2",
"semantic-release": "^15.13.12",
"shelljs": "^0.8.3",
"ts-loader": "^5.4.5",
"ts-node": "^8.1.0",
"tsickle": "^0.34.3",
"ts-loader": "^6.0.2",
"ts-node": "^8.2.0",
"tsickle": "^0.35.0",
"tslib": "^1.9.3",
"tslint": "^5.16.0",
"tslint-immutable": "^5.5.2",
"tslint": "^5.17.0",
"tslint-immutable": "^6.0.0",
"typescript": "3.3.3333",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
},
"release": {
"branch": "master",
Expand Down Expand Up @@ -179,6 +179,6 @@
]
},
"engines": {
"node": "= 12.3.1"
"node": "= 12.4.0"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-ad-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-ad-block",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-env-transfer-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-env-transfer-state",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-grid-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-grid-list",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-http-cache-tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-http-cache-tags",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/flocasts/flo-angular"
},
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
},
"keywords": ["angular", "universal", "flosports", "icons"]
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-ima/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-ima",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-media-source-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/flocasts/flo-angular"
},
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
},
"dependencies": {
"typescript-monads": "^3.10.0"
Expand Down
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-styles",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-svg-transfer-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-svg-transfer-state",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-tabs",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-universal-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/flocasts/flo-angular"
},
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
},
"keywords": ["angular", "universal", "flosports", "services", "utilities"]
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-video-autoplay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-video-autoplay",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-video-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@flosportsinc/ng-video-events",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6",
"@angular/common": ">= 6",
"@angular/core": ">= 6",
"uuid": "^3.3.2"
}
}
4 changes: 2 additions & 2 deletions projects/flosportsinc/ng-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@flosportsinc/ng-window",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6"
"@angular/common": ">= 6",
"@angular/core": ">= 6"
}
}
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app.engine('html', ngExpressEngine({
useValue: cache
}
]
}))
}) as any)
app.set('view engine', 'html')
app.set('views', baseDirectory)

Expand Down

0 comments on commit 931048d

Please sign in to comment.