Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Preparing for the upcoming 9.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Dec 21, 2019
1 parent 40cfb92 commit 554734d
Show file tree
Hide file tree
Showing 8 changed files with 6,840 additions and 13,993 deletions.
10,199 changes: 6,739 additions & 3,460 deletions example/package-lock.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Example app for the ngx-swiper-wrapper",
"private": true,
"license": "MIT",
"version": "8.0.0",
"version": "9.0.0",
"tslint": {
"extends": "./tslint.json"
},
Expand Down Expand Up @@ -32,32 +32,32 @@
}
},
"dependencies": {
"@angular/cdk": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/flex-layout": "8.0.0-beta.26",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"core-js": "^3.1.0",
"@angular/cdk": "^9.0.0-rc.5",
"@angular/common": "^9.0.0-rc.6",
"@angular/compiler": "^9.0.0-rc.6",
"@angular/core": "^9.0.0-rc.6",
"@angular/flex-layout": "8.0.0-beta.27",
"@angular/platform-browser": "^9.0.0-rc.6",
"@angular/platform-browser-dynamic": "^9.0.0-rc.6",
"core-js": "^3.6.0",
"ngx-swiper-wrapper": "^8.0.0",
"rxjs": "^6.5.0",
"swiper": "^4.5.0",
"zone.js": "^0.9.0"
"swiper": "^5.2.0",
"zone.js": "^0.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",
"@angular/cli": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@ngtools/webpack": "^8.0.0",
"@types/node": "^12.0.0",
"@types/swiper": "^4.4.0",
"codelyzer": "^5.1.0",
"@angular-devkit/build-angular": "^0.900.0-rc.6",
"@angular/cli": "^9.0.0-rc.6",
"@angular/compiler-cli": "^9.0.0-rc.6",
"@ngtools/webpack": "^9.0.0-rc.6",
"@types/node": "^12.12.0",
"@types/swiper": "^5.2.0",
"codelyzer": "^5.2.0",
"deploy-to-git": "^0.1.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0",
"tslint": "^5.17.0",
"typescript": "~3.4.0"
"stylelint": "^12.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.0",
"tslint": "^5.20.0",
"typescript": "~3.6.0"
}
}
4 changes: 4 additions & 0 deletions example/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"compilerOptions": {
"outDir": "../dist"
},
"files": [
"main.ts",
"polyfills.ts"
],
"angularCompilerOptions": {
"fullTemplateTypeCheck": true
}
Expand Down
Loading

0 comments on commit 554734d

Please sign in to comment.