Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#1008)
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 Jul 28, 2023
1 parent 31f5a8a commit 8d744cc
Show file tree
Hide file tree
Showing 10 changed files with 850 additions and 683 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
"@dg-scripts/eslint-config": "*",
"@dg-scripts/stylelint-config": "*",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.0",
"@types/node": "^18.17.1",
"@types/semver": "^7.5.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"ci-info": "^3.8.0",
"concurrently": "^8.2.0",
"consola": "^3.2.3",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"eslint": "^8.46.0",
"jest": "^29.6.2",
"lerna": "^7.1.4",
"prettier": "^3.0.0",
"semver": "^7.5.4",
"stylelint": "^15.10.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"undici": "^5.22.1",
"verdaccio": "^5.26.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"cross-spawn": "^7.0.3",
"envinfo": "^7.10.0",
"inquirer": "^8.2.5",
"tslib": "^2.6.0"
"tslib": "^2.6.1"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
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 @@ -57,8 +57,8 @@
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.17.0",
"@types/react": "^18.2.15",
"@types/node": "^18.17.1",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"jest-axe": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"eslint-config-standard": "^17.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-yml": "^1.8.0",
"jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.2"
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 @@ -29,11 +29,11 @@
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@dg-scripts/eslint-config-basic": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0"
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@dg-scripts/eslint-config-react": "^5.14.0",
"@dg-scripts/eslint-config-vue": "^5.14.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^8.0.1",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.6.1",
"babel-jest": "^29.6.2",
"babel-loader": "^9.1.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
Expand All @@ -55,25 +55,25 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-bod": "^5.14.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.1",
"html-webpack-plugin": "^5.5.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-resolve": "^29.6.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-resolve": "^29.6.2",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.27",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.3.3",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.0.0",
"postcss-preset-env": "^9.1.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"prompts": "^2.4.2",
Expand All @@ -88,7 +88,7 @@
"style-loader": "^3.3.3",
"stylelint": "^15.10.2",
"stylelint-config-bod": "^5.14.0",
"stylelint-prettier": "^4.0.0",
"stylelint-prettier": "^4.0.2",
"stylelint-webpack-plugin": "^4.1.1",
"tailwindcss": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
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 @@ -45,7 +45,7 @@
},
"dependencies": {
"stylelint-config-bod": "^5.14.0",
"stylelint-prettier": "^4.0.0"
"stylelint-prettier": "^4.0.2"
},
"devDependencies": {
"prettier": "^3.0.0",
Expand Down
Loading

0 comments on commit 8d744cc

Please sign in to comment.