Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#823)
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 Sep 30, 2022
1 parent 6f44e49 commit 2767814
Show file tree
Hide file tree
Showing 10 changed files with 1,026 additions and 968 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@
"devDependencies": {
"@dg-scripts/eslint-config": "*",
"@dg-scripts/stylelint-config": "*",
"@types/jest": "^29.0.3",
"@types/node": "^16.11.60",
"@types/jest": "^29.1.1",
"@types/node": "^16.11.62",
"@types/semver": "^7.3.12",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"ci-info": "^3.4.0",
"concurrently": "^7.4.0",
"consola": "^2.15.3",
"dotenv": "^16.0.2",
"dotenv": "^16.0.3",
"eslint": "^8.24.0",
"jest": "^29.0.3",
"lerna": "^5.5.2",
"jest": "^29.1.2",
"lerna": "^5.5.4",
"prettier": "^2.7.1",
"semver": "^7.3.7",
"stylelint": "^14.12.1",
"ts-jest": "^29.0.2",
"stylelint": "^14.13.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"undici": "^5.10.0",
"verdaccio": "^5.15.3"
"verdaccio": "^5.15.4"
}
}
4 changes: 2 additions & 2 deletions packages/bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.0",
"commander": "^9.4.1",
"consola": "^2.15.3",
"cross-spawn": "^7.0.3",
"envinfo": "^7.8.1",
Expand All @@ -62,7 +62,7 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/envinfo": "^7.8.1",
"@types/inquirer": "^8.2.3",
"@types/inquirer": "^8.2.4",
"@types/rimraf": "^3.0.2",
"ci-info": "^3.4.0",
"rimraf": "^3.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.0.3",
"@types/jest": "^29.1.1",
"@types/jest-axe": "^3.5.5",
"@types/node": "^16.11.60",
"@types/node": "^16.11.62",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-test-renderer": "^18.0.0",
"jest-axe": "^6.0.0",
"react-test-renderer": "^18.2.0",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"eslintConfig": {
"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 @@ -26,11 +26,11 @@
"eslint": "^7.32.0 || ^8.0.0"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-import": "^2.26.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.11.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0"
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1"
}
}
18 changes: 9 additions & 9 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
}
},
"dependencies": {
"@babel/core": "^7.19.1",
"@babel/core": "^7.19.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.3.1",
"autoprefixer": "^10.4.12",
"babel-jest": "^29.0.3",
"babel-jest": "^29.1.2",
"babel-loader": "^8.2.5",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
Expand All @@ -52,8 +52,8 @@
"camelcase": "^6.3.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.1.0",
"dotenv": "^16.0.2",
"css-minimizer-webpack-plugin": "^4.2.0",
"dotenv": "^16.0.3",
"dotenv-expand": "^9.0.0",
"eslint": "^8.24.0",
"eslint-config-bod": "^5.11.0",
Expand All @@ -64,12 +64,12 @@
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest-resolve": "^29.0.3",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jest-resolve": "^29.1.2",
"jest-watch-typeahead": "^2.2.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.1",
"postcss-normalize": "^10.0.1",
Expand All @@ -86,7 +86,7 @@
"semver": "^7.3.7",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"stylelint": "^14.12.1",
"stylelint": "^14.13.0",
"stylelint-config-bod": "^5.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.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 @@ -50,6 +50,6 @@
"stylelint-config-standard-scss": "^5.0.0"
},
"devDependencies": {
"stylelint": "^14.12.1"
"stylelint": "^14.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
},
"devDependencies": {
"prettier": "^2.7.1",
"stylelint": "^14.12.1"
"stylelint": "^14.13.0"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.1.0",
"@tsconfig/docusaurus": "^1.0.6",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 2767814

Please sign in to comment.