Skip to content

Commit

Permalink
chore: update to yarn 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Feb 21, 2024
1 parent bcd6d98 commit 1314961
Show file tree
Hide file tree
Showing 5 changed files with 2,765 additions and 446 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ enableGlobalCache: true

logFilters:
- level: discard
pattern: '*@npm:* The darwin-* architecture'
pattern: "*@npm:* The darwin-* architecture"

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -525,13 +525,6 @@ import {
NavGroup,
PersonaAvatar,
} from '@saas-ui/react'
import {
Page,
PageHeader,
PageBody,
DataGrid,
DataGridPagination,
} from '@saas-ui-pro/react'
import { FiHome, FiUsers, FiSettings } from 'react-icons/fi'

export default function Page() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@
"@emotion/styled": "11.11.0",
"@zag-js/store": "^0.30.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 1314961

Please sign in to comment.