Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent eac033d commit cd76605
Show file tree
Hide file tree
Showing 8 changed files with 761 additions and 743 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-bod-app",
"private": true,
"packageManager": "pnpm@10.2.1",
"packageManager": "pnpm@10.3.0",
"description": "Boilerplate CLI App",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -60,7 +60,7 @@
"eslint": "^9.20.0",
"jest": "^29.7.0",
"lerna": "^8.1.9",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"semver": "^7.7.1",
"stylelint": "^16.14.1",
"ts-jest": "^29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"@types/inquirer": "^8.2.10",
"ci-info": "^4.1.0",
"rimraf": "^6.0.1",
"type-fest": "^4.33.0"
"type-fest": "^4.34.1"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-testing-library": "^7.1.1",
"globals": "^15.14.0",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"devDependencies": {
"@typescript-eslint/utils": "^8.23.0"
"@typescript-eslint/utils": "^8.24.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
}
},
"dependencies": {
"@antfu/eslint-config": "^4.1.1",
"@antfu/eslint-config": "^4.2.0",
"@eslint-react/eslint-plugin": "^1.26.2",
"@eslint/eslintrc": "^3.2.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-testing-library": "^7.1.1",
"local-pkg": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"jest-resolve": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"stylelint-prettier": "^5.0.3"
},
"devDependencies": {
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"stylelint": "^16.14.1"
}
}
6 changes: 3 additions & 3 deletions packages/webpack-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dg-scripts/webpack-template",
"version": "5.21.5",
"packageManager": "pnpm@10.2.1",
"packageManager": "pnpm@10.3.0",
"description": "Minimal webpack boilerplate",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -71,11 +71,11 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"stylelint": "^16.14.1",
Expand Down
Loading

0 comments on commit cd76605

Please sign in to comment.