Skip to content

Commit

Permalink
Updated calcite dependencies and build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajturner committed Nov 3, 2024
1 parent e229d66 commit 3177f57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
- name: install deps
run: npm ci --legacy-peer-deps

- name: copy assets
run: cp -r node_modules/@esri/calcite-components/dist/calcite/* ./src/assets/

- name: build components
run: npm run build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
"generate": "stencil generate"
},
"dependencies": {
"@esri/calcite-design-tokens": "^2.2.0",
"@stencil/core": "^2.13.0",
"@types/node": "^18.14.0"
"@types/node": "^18.14.0",
"axios": "^1.7.4"
},
"devDependencies": {
"@esri/calcite-components": "^2.8.0",
"@esri/calcite-components": "^2.13.2",
"@stencil/sass": "^2.0.0",
"@stencil/store": "^2.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<link
rel="stylesheet"
type="text/css"
href="https://js.arcgis.com/calcite-components/2.8.0/calcite.css"
/>
href="./assets/calcite.css"
/>
</head>

<body>
Expand Down

0 comments on commit 3177f57

Please # to comment.