Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1072)
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 Dec 22, 2023
1 parent 34d4d91 commit 3373cc7
Show file tree
Hide file tree
Showing 10 changed files with 252 additions and 242 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"concurrently": "^8.2.2",
"consola": "^3.2.3",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"lerna": "^7.4.2",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"semver": "^7.5.4",
"stylelint": "^15.11.0",
"ts-jest": "^29.1.1",
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 @@ -46,7 +46,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.20.1",
"react-router-dom": "^6.21.1",
"web-vitals": "^3.5.0"
},
"devDependencies": {
Expand All @@ -58,8 +58,8 @@
"@types/jest": "^29.5.11",
"@types/jest-axe": "^3.5.9",
"@types/node": "^18.19.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-test-renderer": "^18.0.7",
"jest-axe": "^8.0.0",
"react-test-renderer": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"eslint-config-standard": "^17.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-yml": "^1.10.0",
"eslint-plugin-yml": "^1.11.0",
"jsonc-eslint-parser": "^2.4.0",
"yaml-eslint-parser": "^1.2.2"
}
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 @@ -26,14 +26,14 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@rushstack/eslint-patch": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
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.13.2",
"@typescript-eslint/parser": "^6.13.2"
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@dg-scripts/eslint-config-react": "^5.14.0",
"@dg-scripts/eslint-config-vue": "^5.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1"
"eslint-plugin-prettier": "^5.1.1"
}
}
12 changes: 6 additions & 6 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.16",
Expand All @@ -55,14 +55,14 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-bod": "^5.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.1",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"html-webpack-plugin": "^5.5.4",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -74,7 +74,7 @@
"postcss-loader": "^7.3.3",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
Expand All @@ -90,7 +90,7 @@
"stylelint-config-bod": "^5.14.0",
"stylelint-prettier": "^4.1.0",
"stylelint-webpack-plugin": "^4.1.1",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.4.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
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 @@ -48,7 +48,7 @@
"stylelint-prettier": "^4.1.0"
},
"devDependencies": {
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"stylelint": "^15.11.0"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@easyops-cn/docusaurus-search-local": "^0.38.1",
"@easyops-cn/docusaurus-search-local": "^0.40.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 3373cc7

Please sign in to comment.