Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#791)
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 Aug 5, 2022
1 parent a15c610 commit 102a028
Show file tree
Hide file tree
Showing 8 changed files with 364 additions and 369 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"concurrently": "^7.3.0",
"consola": "^2.15.3",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"jest": "^28.1.3",
"lerna": "^5.3.0",
"prettier": "^2.7.1",
Expand All @@ -73,7 +73,7 @@
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"undici": "^5.8.0",
"undici": "^5.8.1",
"verdaccio": "^5.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/envinfo": "^7.8.1",
"@types/inquirer": "^8.2.1",
"@types/inquirer": "^8.2.2",
"@types/rimraf": "^3.0.2",
"ci-info": "^3.3.2",
"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 @@ -51,10 +51,10 @@
},
"devDependencies": {
"@sabertazimi/react-scripts": "^5.11.0",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/dom": "^8.16.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@testing-library/user-event": "^14.4.2",
"@types/jest": "^28.1.6",
"@types/jest-axe": "^3.5.4",
"@types/node": "^16.11.47",
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.18.9",
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@rushstack/eslint-patch": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.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.31.0",
"@typescript-eslint/parser": "^5.31.0"
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0"
}
}
6 changes: 3 additions & 3 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.18.9",
"@babel/core": "^7.18.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.3.1",
"autoprefixer": "^10.4.8",
Expand All @@ -55,7 +55,7 @@
"css-minimizer-webpack-plugin": "^4.0.0",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"eslint-config-bod": "^5.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down Expand Up @@ -91,7 +91,7 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"tailwindcss": "^3.1.7",
"tailwindcss": "^3.1.8",
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.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.0-rc.1",
"@docusaurus/preset-classic": "2.0.0-rc.1",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@easyops-cn/docusaurus-search-local": "^0.30.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-rc.1",
"@docusaurus/module-type-aliases": "2.0.1",
"@tsconfig/docusaurus": "^1.0.6",
"typescript": "^4.7.4"
},
Expand Down
Loading

0 comments on commit 102a028

Please sign in to comment.