Skip to content

Commit

Permalink
chore(deps): update yarn minors and patches
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 0cee67a commit be3616b
Show file tree
Hide file tree
Showing 7 changed files with 476 additions and 312 deletions.
348 changes: 174 additions & 174 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-licenses-audit.cjs
spec: "https://raw.githubusercontent.com/tophat/yarn-plugin-licenses/master/bundles/@yarnpkg/plugin-licenses-audit.js"

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@types/react": "^17",
"react-docgen-typescript": "^2.0.0",
"@types/react-router-dom": "5.3.3",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"webpack": "^5",
"react-docgen-typescript-plugin": "patch:react-docgen-typescript-plugin@npm%3A1.0.6#~/.yarn/patches/react-docgen-typescript-plugin-npm-1.0.6-aa3dcb318a.patch"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"enzyme-to-json": "~3.6.2",
"eslint": "8.57.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
Expand All @@ -98,7 +98,7 @@
"ts-loader": "^9.4.2",
"ts-mockito": "^2.6.1",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1",
"yargs": "17.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"css-loader": "^7.0.0",
"eslint": "8.57.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
Expand All @@ -69,7 +69,7 @@
"stylelint": "16.8.2",
"ts-loader": "^9.4.2",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"yargs": "17.7.2"
}
}
8 changes: 4 additions & 4 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"react-router": "6.26.1",
"react-router-dom": "6.26.1",
"styled-components": "5.3.11",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-transform-react-display-name": "7.24.7",
"@babel/preset-env": "7.25.3",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@equisoft/eslint-config": "3.0.7",
"@equisoft/eslint-config-typescript-react": "3.0.7",
Expand All @@ -58,7 +58,7 @@
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
Expand All @@ -73,7 +73,7 @@
"stylelint": "16.8.2",
"ts-loader": "9.5.1",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "6.0.1",
Expand Down
Loading

0 comments on commit be3616b

Please sign in to comment.