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] committed Jun 4, 2024
1 parent f319259 commit 3cbccf2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.20.3
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,59 +24,59 @@
},
"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.12",
"@angular/cdk": "16.2.14",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/material": "16.2.14",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"core-js": "3.37.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",
"zone.js": "0.13.1"
"tslib": "2.6.3",
"zone.js": "0.14.6"
},
"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",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "4.14.195",
"@angular-devkit/build-angular": "16.2.14",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular/cli": "16.2.14",
"@angular/compiler-cli": "16.2.12",
"@angular/language-service": "16.2",
"@commitlint/cli": "17.8.1",
"@commitlint/config-angular": "17.8.1",
"@types/jasmine": "4.6.4",
"@types/jasminewd2": "2.0.13",
"@types/lodash": "4.17.4",
"@types/marked": "1.2.2",
"@types/node": "20.3.1",
"@types/prismjs": "1.26.0",
"@types/node": "20.14.1",
"@types/prismjs": "1.26.4",
"@types/rimraf": "3.0.2",
"chokidar": "3.5.3",
"concurrently": "8.2.0",
"chokidar": "3.6.0",
"concurrently": "8.2.2",
"dgeni": "0.4.14",
"dgeni-packages": "0.30.0",
"husky": "8.0.3",
"jasmine-core": "5.0.1",
"jasmine-core": "5.1.2",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma": "6.4.3",
"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",
"uuid": "9.0.0",
"rimraf": "5.0.7",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"uuid": "9.0.1",
"yargs": "17.7.2"
}
}

0 comments on commit 3cbccf2

Please sign in to comment.