Skip to content

Commit

Permalink
chore: only update patch packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yberion committed Jan 12, 2023
1 parent 4de96f0 commit e18f900
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,42 +77,42 @@
"url": "https://github.com/AhsanAyaz/ngx-device-detector.git/issues"
},
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/platform-server": "^14.2.12",
"@angular/router": "^14.2.12",
"@nguniversal/express-engine": "^14.2.3",
"conventional-changelog-cli": "^2.1.1",
"express": "^4.17.1",
"ngx-device-detector": "^4.0.1",
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"@angular/animations": "~14.2.12",
"@angular/common": "~14.2.12",
"@angular/compiler": "~14.2.12",
"@angular/core": "~14.2.12",
"@angular/forms": "~14.2.12",
"@angular/platform-browser": "~14.2.12",
"@angular/platform-browser-dynamic": "~14.2.12",
"@angular/platform-server": "~14.2.12",
"@angular/router": "~14.2.12",
"@nguniversal/express-engine": "~14.2.3",
"conventional-changelog-cli": "~2.1.1",
"express": "~4.17.1",
"ngx-device-detector": "~4.0.1",
"rxjs": "~7.4.0",
"tslib": "~2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-angular": "^15.0.0",
"@compodoc/compodoc": "^1.1.19",
"@nguniversal/builders": "^14.2.3",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.4",
"@types/node": "^12.20.37",
"codelyzer": "^6.0.2",
"husky": "^8.0.1",
"jest": "^28.1.2",
"jest-preset-angular": "^12.1.0",
"ng-packagr": "^14.2.2",
"prettier": "^2.4.1",
"@angular-devkit/build-angular": "~14.2.10",
"@angular/cli": "~14.2.10",
"@angular/compiler-cli": "~14.2.12",
"@commitlint/cli": "~15.0.0",
"@commitlint/config-angular": "~15.0.0",
"@compodoc/compodoc": "~1.1.19",
"@nguniversal/builders": "~14.2.3",
"@types/express": "~4.17.13",
"@types/jest": "~28.1.4",
"@types/node": "~12.20.37",
"codelyzer": "~6.0.2",
"husky": "~8.0.1",
"jest": "~28.1.2",
"jest-preset-angular": "~12.1.0",
"ng-packagr": "~14.2.2",
"prettier": "~2.4.1",
"protractor": "~7.0.0",
"semver": "^7.3.5",
"semver": "~7.3.5",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.7.4"
Expand All @@ -122,4 +122,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}

0 comments on commit e18f900

Please sign in to comment.