-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade yarn to v4 major
- Loading branch information
Showing
8 changed files
with
12,631 additions
and
13,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
nodeLinker: node-modules | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
spec: "@yarnpkg/plugin-interactive-tools" | ||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs | ||
spec: "https://mskelton.dev/yarn-outdated/v2" | ||
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs | ||
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js" | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: "@yarnpkg/plugin-workspace-tools" | ||
|
||
yarnPath: .yarn/releases/yarn-3.7.0.cjs | ||
yarnPath: .yarn/releases/yarn-4.0.2.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,25 @@ | |
"main": "index.js", | ||
"private": true, | ||
"scripts": { | ||
"build": "yarn verify:node && yarn workspaces foreach -ptvi run build", | ||
"build": "yarn verify:node && yarn workspaces foreach -Aptvi run build", | ||
"build:clean": "yarn clean && yarn build", | ||
"clean": "yarn workspaces foreach -v run clean", | ||
"clean": "yarn workspaces foreach -Av run clean", | ||
"cms:proxy": "yarn dlx netlify-cms-proxy-server", | ||
"dependency-check": "yarn workspaces foreach -v run dependency-check", | ||
"dependency-check": "yarn workspaces foreach -Av run dependency-check", | ||
"invokeNewsletter": "yarn workspace @businessnjgovnavigator/api invokeNewsletter", | ||
"lint": "yarn workspaces foreach run lint", | ||
"lint:fix": "yarn workspaces foreach run lint:fix", | ||
"lint": "yarn workspaces foreach -A run lint", | ||
"lint:fix": "yarn workspaces foreach -A run lint:fix", | ||
"lint:staged": "lint-staged", | ||
"prettier": "prettier --write . --ignore-path=./.eslintignore", | ||
"prettier:check": "prettier --check . --ignore-path=./.eslintignore", | ||
"start:dev": "yarn workspaces foreach -ptvi run dev", | ||
"spellcheck": "yarn workspaces foreach -v run spellcheck", | ||
"start:dev": "yarn workspaces foreach -Aptvi run dev", | ||
"spellcheck": "yarn workspaces foreach -Av run spellcheck", | ||
"sync:deps": "yarnw-sync-deps --fix", | ||
"test": "jest", | ||
"test:ci": "jest --colors --runInBand --ci", | ||
"test:coverage": "jest --config jest.coverage.ts", | ||
"test:python": "python -m unittest discover -b -s content/scripts -p \"test_*.py\" && python -m unittest discover -b -s scripts -p \"test_*.py\"", | ||
"typecheck": "yarn workspaces foreach -v run typecheck", | ||
"typecheck": "yarn workspaces foreach -Av run typecheck", | ||
"verify:node": "check-node-version --node $(cat .nvmrc) --npm 10.2.3" | ||
}, | ||
"dependencies": { | ||
|
@@ -286,7 +286,7 @@ | |
"@semantic-release/git" | ||
] | ||
}, | ||
"packageManager": "yarn@3.7.0", | ||
"packageManager": "yarn@4.0.2", | ||
"resolutions": { | ||
"[email protected]": "1.0.1", | ||
"postcss": "8.4.32", | ||
|
Oops, something went wrong.