Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#962)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent a663191 commit 0eb468a
Show file tree
Hide file tree
Showing 10 changed files with 501 additions and 564 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.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 @@ -51,4 +51,4 @@ packageExtensions:
unsafeHttpWhitelist:
- localhost

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-bod-app",
"private": true,
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@3.5.1",
"description": "Boilerplate CLI App",
"workspaces": [
"packages/*",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@dg-scripts/eslint-config": "*",
"@dg-scripts/stylelint-config": "*",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/node": "^18.16.4",
"@types/semver": "^7.3.13",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
Expand All @@ -65,10 +65,10 @@
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"jest": "^29.5.0",
"lerna": "^6.6.1",
"lerna": "^6.6.2",
"prettier": "^2.8.8",
"semver": "^7.5.0",
"stylelint": "^15.6.0",
"stylelint": "^15.6.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.0",
"react-router-dom": "^6.11.1",
"web-vitals": "^3.3.1"
},
"devDependencies": {
Expand All @@ -57,9 +57,9 @@
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/node": "^18.16.4",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"@types/react-test-renderer": "^18.0.0",
"jest-axe": "^7.0.1",
"react-test-renderer": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.21.5",
"@babel/eslint-parser": "^7.21.3",
"@babel/core": "^7.21.8",
"@babel/eslint-parser": "^7.21.8",
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-import": "^2.27.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@dg-scripts/eslint-config-basic": "^5.13.5",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1"
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2"
}
}
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"dependencies": {
"@babel/core": "^7.21.5",
"@babel/core": "^7.21.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^7.0.0",
"autoprefixer": "^10.4.14",
Expand Down Expand Up @@ -86,13 +86,13 @@
"semver": "^7.5.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.2",
"stylelint": "^15.6.0",
"stylelint": "^15.6.1",
"stylelint-config-bod": "^5.13.5",
"stylelint-prettier": "^3.0.0",
"stylelint-webpack-plugin": "^4.1.1",
"tailwindcss": "^3.3.2",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.81.0",
"webpack": "^5.82.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-server": "^4.13.3",
"webpack-manifest-plugin": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"stylelint-config-standard-scss": "^9.0.0"
},
"devDependencies": {
"stylelint": "^15.6.0"
"stylelint": "^15.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"devDependencies": {
"prettier": "^2.8.8",
"stylelint": "^15.6.0"
"stylelint": "^15.6.1"
}
}
Loading

0 comments on commit 0eb468a

Please sign in to comment.