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 Jan 6, 2023
1 parent 7a72ace commit ca77a59
Show file tree
Hide file tree
Showing 8 changed files with 591 additions and 566 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"@types/semver": "^7.3.13",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"ci-info": "^3.7.0",
"ci-info": "^3.7.1",
"concurrently": "^7.6.0",
"consola": "^2.15.3",
"dotenv": "^16.0.3",
"eslint": "^8.31.0",
"jest": "^29.3.1",
"lerna": "^6.3.0",
"lerna": "^6.4.0",
"prettier": "^2.8.1",
"semver": "^7.3.8",
"stylelint": "^14.16.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 @@ -64,7 +64,7 @@
"@types/envinfo": "^7.8.1",
"@types/inquirer": "^8.2.5",
"@types/rimraf": "^3.0.2",
"ci-info": "^3.7.0",
"ci-info": "^3.7.1",
"rimraf": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
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.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"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.47.1",
"@typescript-eslint/parser": "^5.47.1"
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.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.11.0",
"@dg-scripts/eslint-config-vue": "^5.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}
},
"dependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^6.5.1",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
Expand All @@ -57,7 +57,7 @@
"dotenv-expand": "^10.0.0",
"eslint": "^8.31.0",
"eslint-config-bod": "^5.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
Expand Down
Loading

0 comments on commit ca77a59

Please sign in to comment.