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 Aug 23, 2024
1 parent 25aed8b commit 2a63a20
Show file tree
Hide file tree
Showing 9 changed files with 1,035 additions and 1,051 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.7.1",
"packageManager": "pnpm@9.8.0",
"description": "Boilerplate CLI App",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@dg-scripts/eslint-config": "workspace:^",
"@dg-scripts/stylelint-config": "workspace:^",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.0",
"@types/node": "^20.16.1",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
Expand All @@ -63,11 +63,11 @@
"prettier": "^3.3.3",
"semver": "^7.6.3",
"stylelint": "^16.8.2",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"undici": "^6.19.7",
"undici": "^6.19.8",
"verdaccio": "^5.32.1"
}
}
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,8 +58,8 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.16.0",
"@types/react": "^18.3.3",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint-config-bod": "workspace:^",
"identity-obj-proxy": "^3.0.0",
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 @@ -42,9 +42,9 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.2.0"
},
"devDependencies": {
"@typescript-eslint/utils": "^8.1.0"
"@typescript-eslint/utils": "^8.2.0"
}
}
6 changes: 3 additions & 3 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": "^2.26.0",
"@eslint-react/eslint-plugin": "^1.10.1",
"@antfu/eslint-config": "^2.27.1",
"@eslint-react/eslint-plugin": "^1.12.1",
"@eslint/eslintrc": "^3.1.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-testing-library": "^6.3.0",
"local-pkg": "^0.5.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"jest-environment-jsdom": "^29.7.0",
"jest-resolve": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^10.0.1",
"postcss-preset-env": "^10.0.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prompts": "^2.4.2",
Expand All @@ -80,7 +80,7 @@
"react-refresh": "^0.14.2",
"resolve": "^1.22.8",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^16.0.0",
"sass-loader": "^16.0.1",
"semver": "^7.6.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
Expand All @@ -90,7 +90,7 @@
"stylelint-webpack-plugin": "^5.0.1",
"tailwindcss": "^3.4.10",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "^5.0.4",
"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 @@ -46,7 +46,7 @@
"postcss-html": "^1.7.0",
"postcss-markdown": "^1.2.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recess-order": "^5.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0"
},
Expand Down
20 changes: 10 additions & 10 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.3",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.8.0",
"description": "Minimal webpack boilerplate",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@dg-scripts/eslint-config": "workspace:^",
"@dg-scripts/stylelint-config": "workspace:^",
"@svgr/webpack": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.0",
"@types/node": "^20.16.1",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
Expand All @@ -70,25 +70,25 @@
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.1",
"postcss-preset-env": "^10.0.2",
"prettier": "^3.3.3",
"sass-loader": "^16.0.0",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"stylelint": "^16.8.2",
"stylelint-webpack-plugin": "^5.0.1",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"undici": "^6.19.7",
"undici": "^6.19.8",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
Expand Down
Loading

0 comments on commit 2a63a20

Please sign in to comment.