Skip to content

Commit

Permalink
fix(create-analog): update templates to align package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 12, 2023
1 parent 02bf253 commit 0d3ed35
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
1 change: 0 additions & 1 deletion packages/create-analog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const TEMPLATES = APPS.map(

const renameFiles = {
_gitignore: '.gitignore',
_npmrc: '.npmrc',
};

async function init() {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-analog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-analog",
"version": "0.2.64",
"version": "0.2.65",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand Down
1 change: 0 additions & 1 deletion packages/create-analog/template-angular-v17/_npmrc

This file was deleted.

8 changes: 4 additions & 4 deletions packages/create-analog/template-angular-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/router": "^17.0.0",
"@nx/angular": "^17.1.0",
"@nx/angular": "~17.1.0",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
Expand All @@ -41,11 +41,11 @@
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@nx/vite": "^17.1.0",
"nx": "^17.1.0",
"@nx/vite": "~17.1.0",
"nx": "~17.1.0",
"jsdom": "^22.1.0",
"typescript": "~5.2.0",
"vite": "^4.4.8",
"vitest": "^0.34.0"
"vitest": "^0.34.4"
}
}
1 change: 0 additions & 1 deletion packages/create-analog/template-blog/_npmrc

This file was deleted.

8 changes: 4 additions & 4 deletions packages/create-analog/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/router": "^17.0.0",
"@nx/angular": "^17.1.0",
"@nx/angular": "~17.1.0",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
Expand All @@ -41,11 +41,11 @@
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@nx/vite": "^17.1.0",
"nx": "^17.1.0",
"@nx/vite": "~17.1.0",
"nx": "~17.1.0",
"jsdom": "^22.1.0",
"typescript": "~5.2.0",
"vite": "^4.4.8",
"vitest": "^1.0.0"
"vitest": "^0.34.4"
}
}

0 comments on commit 0d3ed35

Please sign in to comment.