Skip to content

Commit

Permalink
build: upgrade yarn to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Oct 30, 2023
1 parent a31b682 commit efada36
Show file tree
Hide file tree
Showing 6 changed files with 6,766 additions and 6,774 deletions.
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"start": "concurrently -n hawtio,app \"yarn build:hawtio:watch\" \"yarn start:app\"",
"start:app": "yarn workspace app start",
"build": "yarn build:hawtio",
"build:all": "yarn workspaces foreach -v -i -pt --exclude @hawtio/next-root run build",
"build:all": "yarn workspaces foreach -v -Aipt --exclude @hawtio/next-root run build",
"build:app": "yarn workspace app build",
"build:hawtio": "yarn workspace @hawtio/react build",
"build:hawtio:watch": "yarn workspace @hawtio/react build:watch",
"test": "yarn test:hawtio",
"test:all": "yarn workspaces foreach -v -i -pt --exclude @hawtio/next-root run test",
"test:all": "yarn workspaces foreach -v -Aipt --exclude @hawtio/next-root run test",
"test:hawtio": "yarn workspace @hawtio/react test",
"test:hawtio:watch": "yarn workspace @hawtio/react test:watch",
"lint": "yarn eslint packages/hawtio/src/ packages/hawtio/scripts/ app/src/",
Expand All @@ -48,8 +48,8 @@
"path": "cz-conventional-changelog"
}
},
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@4.0.1",
"engines": {
"yarn": ">=3.4.1"
"yarn": ">=4"
}
}
Loading

0 comments on commit efada36

Please sign in to comment.