Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1165)
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] committed Apr 5, 2024
1 parent 57970bd commit cb2a01b
Show file tree
Hide file tree
Showing 10 changed files with 1,063 additions and 1,072 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@8.15.5",
"packageManager": "pnpm@8.15.6",
"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.2",
"@types/node": "^20.12.4",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
Expand All @@ -65,8 +65,8 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"undici": "^6.10.2",
"typescript": "^5.4.4",
"undici": "^6.11.1",
"verdaccio": "^5.30.2"
}
}
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/rimraf": "^4.0.5",
"ci-info": "^4.0.0",
"rimraf": "^5.0.5",
"type-fest": "^4.14.0"
"type-fest": "^4.15.0"
}
}
10 changes: 5 additions & 5 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"template:test": "react-scripts test"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.2",
"@reduxjs/toolkit": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
Expand All @@ -58,14 +58,14 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"eslint-config-bod": "workspace:*",
"identity-obj-proxy": "^3.0.0",
"jest-axe": "^8.0.0",
"stylelint-config-bod": "workspace:*",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"stylelint": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@stylistic/eslint-plugin": "^1.7.0",
"babel-preset-react-app": "^10.0.1",
Expand All @@ -41,9 +41,9 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"globals": "^15.0.0",
"typescript-eslint": "^7.4.0"
"typescript-eslint": "^7.5.0"
},
"devDependencies": {
"@typescript-eslint/utils": "^7.4.0"
"@typescript-eslint/utils": "^7.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
},
"dependencies": {
"@antfu/eslint-config": "^2.11.6",
"@antfu/eslint-config": "^2.12.1",
"@eslint/eslintrc": "^3.0.2",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-promise": "^6.1.1",
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 @@ -39,7 +39,7 @@
}
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
Expand Down Expand Up @@ -71,7 +71,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.5.3",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prompts": "^2.4.2",
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 @@ -47,7 +47,7 @@
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0"
"stylelint-config-standard-scss": "^13.1.0"
},
"devDependencies": {
"stylelint": "^16.3.1"
Expand Down
14 changes: 7 additions & 7 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.20.1",
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"description": "Minimal webpack boilerplate",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -49,15 +49,15 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@dg-scripts/eslint-config": "^5.20.1",
"@dg-scripts/stylelint-config": "^5.20.1",
"@svgr/webpack": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.2",
"@types/node": "^20.12.4",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.0.0",
Expand All @@ -74,7 +74,7 @@
"postcss": "^8.4.38",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.3",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
Expand All @@ -85,8 +85,8 @@
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"undici": "^6.10.2",
"typescript": "^5.4.4",
"undici": "^6.11.1",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
Expand Down
Loading

0 comments on commit cb2a01b

Please sign in to comment.