feat(chore): updated version up to angular 14 and nx 14 #1205

Merged
SvetlanaMuravlova merged 15 commits from updated-version into development 2022-09-28 09:05:37 +00:00
3 changed files with 2 additions and 17 deletions
Showing only changes of commit 2f025d7c14 - Show all commits

View File

@@ -5,8 +5,8 @@
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^13.0.0",
"@angular/common": "^13.0.0"
"@angular/core": "^14.0.0",
"@angular/common": "^14.0.0"
},
"sideEffects": false,
"publishConfig": {

View File

@@ -68,7 +68,6 @@
"bootstrap": "3.3.7",
"classlist-polyfill": "1.2.0",
"codecov": "3.8.2",
"codelyzer": "^6.0.2",
"conventional-changelog-cli": "2.1.1",
"conventional-github-releaser": "3.1.5",
"core-js": "^3.14.0",
@@ -96,8 +95,6 @@
"ts-helpers": "^1.1.2",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslint": "^6.1.0",
"tslint-config-valorsoft": "^2.2.1",
"typescript": "4.7.4",
"zone.js": "0.11.5"
},

View File

@@ -1,12 +0,0 @@
{
"extends": "tslint-config-valorsoft",
"rulesDirectory": "./node_modules/codelyzer",
"rules": {
"no-forward-ref": false,
"no-null-keyword": false,
"only-arrow-functions": false,
"no-access-missing-member": false,
"directive-selector": false,
"component-selector": false
}
}