Skip to content

Commit

Permalink
GFF-219: update mantine 7.15.3 (#298)
Browse files Browse the repository at this point in the history
* update to mantine 7.15.2

* update to mantine 7.15.2 not working

* update to mantine 7.15.3

* add package-lock.json

* add optional deps for nx

* add --include-optional
  • Loading branch information
craigrbarnes authored Jan 9, 2025
1 parent 11626f6 commit 8b16ab0
Show file tree
Hide file tree
Showing 15 changed files with 6,016 additions and 5,222 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
run: npm -v
- name: Install modules

run: npm ci
run: npm ci --include=optional
- name: Run ESLint
run: npm run lint
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ yarn-error.log*
packages/sampleCommons/config/canine
packages/sampleCommons/config/midrc
packages/sampleCommons/config/heal
/packages/frontend/.rollup.cache/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COPY packages/frontend/package.json ./packages/frontend/
COPY packages/sampleCommons/package.json ./packages/sampleCommons/

# Install dependencies
RUN npm ci
RUN npm ci --include=optional

# Install additional dependencies
RUN npm install \
Expand Down
24 changes: 1 addition & 23 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"build": {
"cache": true,
"dependsOn": []
"dependsOn": ["^build"]
},
"build:clean": {
"dependsOn": [
Expand Down Expand Up @@ -50,28 +50,6 @@
"dev": {
"dependsOn": [
]
},
"rollup": {
"dependsOn": [
]
},
"copy-tailwind": {
"dependsOn": []
},
"start": {
"dependsOn": []
},
"build:colors": {
"dependsOn": []
},
"build:icons": {
"dependsOn": []
},
"getSchema": {
"dependsOn": []
},
"getDRSToHostname": {
"dependsOn": []
}
}
}
Loading

0 comments on commit 8b16ab0

Please sign in to comment.