mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-22 15:10:37 +03:00
supper angular >=10.0.0
This commit is contained in:
Generated
+17563
-5296
File diff suppressed because it is too large
Load Diff
@@ -9,21 +9,21 @@
|
|||||||
"test": "ng test"
|
"test": "ng test"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^14.2.0",
|
"@angular/common": "^10.0.0",
|
||||||
"@angular/core": "^14.2.0"
|
"@angular/core": "^10.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^14.2.6",
|
"@angular-devkit/build-angular": "0.1002.4",
|
||||||
"@angular/animations": "^14.2.0",
|
"@angular/animations": "^10.0.0",
|
||||||
"@angular/cli": "~14.2.6",
|
"@angular/cli": "~14.2.6",
|
||||||
"@angular/common": "^14.2.0",
|
"@angular/common": "^10.0.0",
|
||||||
"@angular/compiler": "^14.2.0",
|
"@angular/compiler": "^10.0.0",
|
||||||
"@angular/compiler-cli": "^14.2.0",
|
"@angular/compiler-cli": "^10.0.0",
|
||||||
"@angular/core": "^14.2.0",
|
"@angular/core": "^10.0.0",
|
||||||
"@angular/forms": "^14.2.0",
|
"@angular/forms": "^10.0.0",
|
||||||
"@angular/platform-browser": "^14.2.0",
|
"@angular/platform-browser": "^10.0.0",
|
||||||
"@angular/platform-browser-dynamic": "^14.2.0",
|
"@angular/platform-browser-dynamic": "^10.0.0",
|
||||||
"@angular/router": "^14.2.0",
|
"@angular/router": "^10.0.0",
|
||||||
"@types/jasmine": "~4.0.0",
|
"@types/jasmine": "~4.0.0",
|
||||||
"jasmine-core": "~4.3.0",
|
"jasmine-core": "~4.3.0",
|
||||||
"karma": "~6.4.0",
|
"karma": "~6.4.0",
|
||||||
@@ -31,12 +31,12 @@
|
|||||||
"karma-coverage": "~2.2.0",
|
"karma-coverage": "~2.2.0",
|
||||||
"karma-jasmine": "~5.1.0",
|
"karma-jasmine": "~5.1.0",
|
||||||
"karma-jasmine-html-reporter": "~2.0.0",
|
"karma-jasmine-html-reporter": "~2.0.0",
|
||||||
"ng-packagr": "^14.2.0",
|
"ng-packagr": "^10.0.0",
|
||||||
"rxjs": "~7.5.0",
|
"rxjs": "^6.5.3",
|
||||||
"typescript": "~4.7.2",
|
"typescript": "^3.9.0",
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.10.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.4.0"
|
"tslib": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
"outDir": "./dist/out-tsc",
|
"outDir": "./dist/out-tsc",
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noImplicitOverride": true,
|
|
||||||
"noPropertyAccessFromIndexSignature": true,
|
|
||||||
"noImplicitReturns": true,
|
"noImplicitReturns": true,
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
@@ -27,6 +25,7 @@
|
|||||||
"enableI18nLegacyMessageIdFormat": false,
|
"enableI18nLegacyMessageIdFormat": false,
|
||||||
"strictInjectionParameters": true,
|
"strictInjectionParameters": true,
|
||||||
"strictInputAccessModifiers": true,
|
"strictInputAccessModifiers": true,
|
||||||
"strictTemplates": true
|
"strictTemplates": true,
|
||||||
|
"enableIvy": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user