Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 4c648e3 commit ec6b0cc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.17.1
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,58 +24,58 @@
},
"private": true,
"dependencies": {
"@angular/animations": "16.1.2",
"@angular/cdk": "16.1.2",
"@angular/common": "16.1.2",
"@angular/compiler": "16.1.2",
"@angular/core": "16.1.2",
"@angular/forms": "16.1.2",
"@angular/material": "16.1.2",
"@angular/platform-browser": "16.1.2",
"@angular/platform-browser-dynamic": "16.1.2",
"@angular/router": "16.1.2",
"core-js": "3.31.0",
"@angular/animations": "16.2.3",
"@angular/cdk": "16.2.2",
"@angular/common": "16.2.3",
"@angular/compiler": "16.2.3",
"@angular/core": "16.2.3",
"@angular/forms": "16.2.3",
"@angular/material": "16.2.2",
"@angular/platform-browser": "16.2.3",
"@angular/platform-browser-dynamic": "16.2.3",
"@angular/router": "16.2.3",
"core-js": "3.32.1",
"hammerjs": "2.0.8",
"nodemon": "2.0.22",
"prismjs": "1.29.0",
"rxjs": "7.8.1",
"rxjs-compat": "6.6.7",
"tslib": "2.5.3",
"tslib": "2.6.2",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.1",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular/cli": "16.1.1",
"@angular/compiler-cli": "16.1.2",
"@angular/language-service": "16.1",
"@commitlint/cli": "17.6.5",
"@commitlint/config-angular": "17.6.5",
"@types/jasmine": "4.3.4",
"@angular-devkit/build-angular": "16.2.1",
"@angular-eslint/eslint-plugin": "16.1.2",
"@angular/cli": "16.2.1",
"@angular/compiler-cli": "16.2.3",
"@angular/language-service": "16.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-angular": "17.7.0",
"@types/jasmine": "4.3.5",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.198",
"@types/marked": "1.2.2",
"@types/node": "20.3.1",
"@types/node": "20.5.9",
"@types/prismjs": "1.26.0",
"@types/rimraf": "3.0.2",
"chokidar": "3.5.3",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"dgeni": "0.4.14",
"dgeni-packages": "0.30.0",
"husky": "8.0.3",
"jasmine-core": "5.0.1",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"lint-staged": "13.2.2",
"lint-staged": "13.3.0",
"marked": "2.1.3",
"rimraf": "5.0.1",
"ts-node": "10.9.1",
"typescript": "5.1.3",
"typescript": "5.2.2",
"uuid": "9.0.0",
"yargs": "17.7.2"
}
Expand Down

0 comments on commit ec6b0cc

Please sign in to comment.