Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1289)
Browse files Browse the repository at this point in the history
* fix(deps): update dependencies (non-major)

* fix(website-tsconfig): add docusaurus types manually

More details on facebook/docusaurus#10694.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sabertazimi <[email protected]>
  • Loading branch information
renovate[bot] and sabertazimi authored Nov 23, 2024
1 parent dc0896b commit 6b000de
Show file tree
Hide file tree
Showing 10 changed files with 886 additions and 1,231 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.13.2",
"packageManager": "pnpm@9.14.2",
"description": "Boilerplate CLI App",
"author": "sabertazimi <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@dg-scripts/eslint-config": "workspace:^",
"@dg-scripts/stylelint-config": "workspace:^",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"chokidar": "^4.0.1",
Expand All @@ -66,8 +66,8 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"undici": "^6.21.0",
"verdaccio": "^6.0.1"
"verdaccio": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"chalk": "^4.1.2",
"commander": "^12.1.0",
"consola": "^3.2.3",
"cross-spawn": "^7.0.5",
"cross-spawn": "^7.0.6",
"envinfo": "^7.14.0",
"inquirer": "^8.2.6",
"tslib": "^2.8.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint-config-bod": "workspace:^",
"identity-obj-proxy": "^3.0.0",
"jest-axe": "^9.0.0",
"stylelint-config-bod": "workspace:^",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"stylelint": {
"extends": [
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/eslint-plugin": "^2.11.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-config-eslint": "^11.0.0",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-testing-library": "^6.5.0",
"globals": "^15.12.0",
"typescript-eslint": "^8.14.0"
"typescript-eslint": "^8.15.0"
},
"devDependencies": {
"@typescript-eslint/utils": "^8.14.0"
"@typescript-eslint/utils": "^8.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
},
"dependencies": {
"@antfu/eslint-config": "^3.9.2",
"@eslint-react/eslint-plugin": "^1.16.1",
"@eslint-react/eslint-plugin": "^1.17.1",
"@eslint/eslintrc": "^3.2.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-testing-library": "^6.4.0",
"local-pkg": "^0.5.0"
"eslint-plugin-testing-library": "^6.5.0",
"local-pkg": "^0.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^12.0.0",
"dotenv-expand": "^12.0.1",
"eslint": "^9.15.0",
"eslint-config-bod": "workspace:^",
"eslint-webpack-plugin": "^4.2.0",
Expand All @@ -71,9 +71,9 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.1.0",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
Expand Down
8 changes: 4 additions & 4 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.4",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"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.14",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
Expand All @@ -74,7 +74,7 @@
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.0",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.3.3",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
Expand All @@ -85,7 +85,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"undici": "^6.21.0",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
Expand Down
Loading

0 comments on commit 6b000de

Please sign in to comment.