Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#807)
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 2, 2022
1 parent 77c6be6 commit 6ea5b15
Show file tree
Hide file tree
Showing 7 changed files with 697 additions and 695 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"ci-info": "^3.3.2",
"concurrently": "^7.3.0",
"consola": "^2.15.3",
"dotenv": "^16.0.1",
"dotenv": "^16.0.2",
"eslint": "^8.23.0",
"jest": "^29.0.1",
"lerna": "^5.4.3",
"lerna": "^5.5.0",
"prettier": "^2.7.1",
"semver": "^7.3.7",
"stylelint": "^14.11.0",
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 @@ -47,7 +47,7 @@
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"web-vitals": "^3.0.0"
"web-vitals": "^3.0.1"
},
"devDependencies": {
"@sabertazimi/react-scripts": "^5.11.0",
Expand All @@ -58,7 +58,7 @@
"@types/jest": "^29.0.0",
"@types/jest-axe": "^3.5.4",
"@types/node": "^16.11.56",
"@types/react": "^18.0.17",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-test-renderer": "^18.0.0",
"jest-axe": "^6.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 @@ -29,8 +29,8 @@
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@rushstack/eslint-patch": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.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.35.1",
"@typescript-eslint/parser": "^5.35.1"
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"dotenv": "^16.0.1",
"dotenv": "^16.0.2",
"dotenv-expand": "^9.0.0",
"eslint": "^8.23.0",
"eslint-config-bod": "^5.11.0",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "docusaurus start"
},
"dependencies": {
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@easyops-cn/docusaurus-search-local": "^0.31.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.1",
"@docusaurus/module-type-aliases": "2.1.0",
"@tsconfig/docusaurus": "^1.0.6",
"typescript": "^4.8.2"
},
Expand Down
Loading

0 comments on commit 6ea5b15

Please sign in to comment.