Skip to content

Commit

Permalink
chore(deps): update yarn 4.5.1 [ci visual]
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Nov 20, 2024
1 parent 4790357 commit ec6652d
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 1,264 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.0.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
checksumBehavior: update

compressionLevel: mixed

enableGlobalCache: false

checksumBehavior: "update"

nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"yarn": ">= 4.4.1",
"node": ">= 18"
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.1",
"scripts": {
"transform-stories": "ts-node stories-transformer.ts",
"build": "npx nx run-many --target=build --all",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/src/fundamental-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
@import './message-strip';
@import './message-toast';
@import './micro-process-flow';
@import './navigation-list';
@import './navigation-menu';
@import './navigation';
@import './navigation-list';
@import './notification';
@import './numeric-content';
@import './object-attribute';
Expand Down
Loading

0 comments on commit ec6652d

Please sign in to comment.