Skip to content

Commit

Permalink
feat(repo): Clean up for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Aug 3, 2024
1 parent 2123ebe commit 577c46d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/create-angular/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion packages/create-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"@angular/cli": "^18.1.1",
"@angular/compiler-cli": "^18.1.0",
"typescript": "~5.5.2"
}
},
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions packages/create-react/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion packages/create-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.4"
}
},
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions packages/create-react/src/components/views/Secondary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export default function Default() {
<Legend
entries={[
{
type: 'continuous',
title: 'U.S. population',
subtitle: 'Sum of population by H3 cell',
},
Expand Down
1 change: 1 addition & 0 deletions packages/create-vue/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
5 changes: 4 additions & 1 deletion packages/create-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@carto/api-client": "^0.0.41",
"@carto/create-common": "workspace:^",
"@deck.gl/aggregation-layers": "^9.0.24",
"@deck.gl/carto": "^9.0.24",
"@deck.gl/core": "^9.0.24",
"@deck.gl/extensions": "^9.0.24",
"@deck.gl/geo-layers": "^9.0.24",
Expand All @@ -30,6 +31,7 @@
"@loaders.gl/core": "^4.2.2",
"@luma.gl/core": "^9.0.17",
"@luma.gl/engine": "^9.0.17",
"maplibre-gl": "^4.5.0",
"vue": "^3.4.31",
"vue-router": "4"
},
Expand All @@ -39,5 +41,6 @@
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vue-tsc": "^2.0.24"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 577c46d

Please sign in to comment.