Skip to content

Commit

Permalink
docs: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 27, 2024
1 parent 062239d commit 8e92f30
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 256 deletions.
28 changes: 14 additions & 14 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@analogjs/astro-angular": "^1.9.0",
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.6",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.6",
"@angular/animations": "^18.2.9",
"@angular/cdk": "^18.2.10",
"@angular/common": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^3.2.1",
Expand All @@ -42,17 +42,17 @@
"tslib": "^2.8.0",
"unist-builder": "3.0.0",
"unist-util-visit": "^5.0.0",
"zone.js": "~0.14.10"
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.9",
"@angular/cli": "^18.2.6",
"@angular/compiler": "^18.2.8",
"@angular/compiler-cli": "^18.2.8",
"@angular/language-service": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/platform-server": "^18.2.8",
"@angular-devkit/build-angular": "^18.2.10",
"@angular/cli": "^18.2.10",
"@angular/compiler": "^18.2.9",
"@angular/compiler-cli": "^18.2.9",
"@angular/language-service": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/platform-server": "^18.2.9",
"@shikijs/transformers": "^1.20.0",
"@types/lodash.template": "^4.5.3",
"lodash.template": "^4.5.0",
Expand Down
Loading

0 comments on commit 8e92f30

Please sign in to comment.