Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1198)
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 10, 2024
1 parent f7ba96b commit 5f52509
Show file tree
Hide file tree
Showing 10 changed files with 533 additions and 622 deletions.
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": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"description": "Boilerplate CLI App",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@dg-scripts/eslint-config": "workspace:^",
"@dg-scripts/stylelint-config": "workspace:^",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
Expand All @@ -60,13 +60,13 @@
"jest": "^29.7.0",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"semver": "^7.6.2",
"stylelint": "^16.5.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"undici": "^6.15.0",
"undici": "^6.16.1",
"verdaccio": "^5.30.3"
}
}
4 changes: 2 additions & 2 deletions packages/bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/envinfo": "^7.8.3",
"@types/inquirer": "^8.2.10",
"ci-info": "^4.0.0",
"rimraf": "^5.0.5",
"type-fest": "^4.18.1"
"rimraf": "^5.0.6",
"type-fest": "^4.18.2"
}
}
8 changes: 4 additions & 4 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"template:test": "react-scripts test"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"@reduxjs/toolkit": "^2.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"react-router-dom": "^6.23.1",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@sabertazimi/react-scripts": "workspace:^",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"eslint-config-bod": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@stylistic/eslint-plugin": "^1.8.0",
"@stylistic/eslint-plugin": "^1.8.1",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-config-eslint": "^9.0.0",
Expand All @@ -40,7 +40,7 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"globals": "^15.1.0",
"globals": "^15.2.0",
"typescript-eslint": "^7.8.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
}
},
"dependencies": {
"@antfu/eslint-config": "^2.16.1",
"@eslint-react/eslint-plugin": "^1.5.10",
"@antfu/eslint-config": "^2.17.0",
"@eslint-react/eslint-plugin": "^1.5.11",
"@eslint/eslintrc": "^3.0.2",
"eslint-plugin-format": "^0.1.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-testing-library": "^6.2.2",
"local-pkg": "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"resolve": "^1.22.8",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^14.2.1",
"semver": "^7.6.0",
"semver": "^7.6.2",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.5.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 @@ -42,7 +42,7 @@
"stylelint": "^16.0.0"
},
"dependencies": {
"postcss-html": "^1.6.0",
"postcss-html": "^1.7.0",
"postcss-markdown": "^1.2.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.0.1",
Expand Down
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.1",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"description": "Minimal webpack boilerplate",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@dg-scripts/stylelint-config": "workspace:^",
"@svgr/webpack": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.1",
Expand Down Expand Up @@ -86,7 +86,7 @@
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"undici": "^6.15.0",
"undici": "^6.16.1",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
Expand Down
Loading

0 comments on commit 5f52509

Please sign in to comment.