Skip to content

Commit

Permalink
chore: update elements to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pfferrari committed Apr 11, 2024
1 parent 970e9e0 commit 312f5e8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 31 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"npm-check-updates": "^16.14.18"
},
"resolutions": {
"follow-redirects": "^1.15.6",
"ip": "^2.0.1",
"tar": "^6.2.1"
}
}
6 changes: 1 addition & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@ac-dev/countries-service": "^1.2.0",
"@commercelayer/app-elements": "1.20.1",
"@commercelayer/app-elements": "1.22.0",
"@commercelayer/sdk": "5.36.0",
"@hookform/resolvers": "^3.3.4",
"lodash": "^4.17.21",
Expand All @@ -43,9 +43,5 @@
"vite": "^5.2.8",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
},
"resolutions": {
"ip": "^2.0.1",
"follow-redirects": "^1.15.6"
}
}
4 changes: 2 additions & 2 deletions packages/app/src/components/ReturnInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ReturnInfo = withSkeletonTemplate<Props>(

return (
<Section title='Info'>
<ListItem>
<ListItem padding='y'>
<Text tag='div' variant='info'>
Order
</Text>
Expand All @@ -59,7 +59,7 @@ export const ReturnInfo = withSkeletonTemplate<Props>(
)}
</Text>
</ListItem>
<ListItem>
<ListItem padding='y'>
<Text tag='div' variant='info'>
Customer
</Text>
Expand Down
53 changes: 29 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 312f5e8

Please sign in to comment.