Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2022
1 parent 59e0064 commit 9d29fac
Show file tree
Hide file tree
Showing 8 changed files with 701 additions and 675 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"devDependencies": {
"@dg-scripts/eslint-config": "*",
"@dg-scripts/stylelint-config": "*",
"@types/jest": "^28.1.6",
"@types/node": "^16.11.48",
"@types/jest": "^28.1.7",
"@types/node": "^16.11.50",
"@types/semver": "^7.3.12",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
Expand All @@ -65,15 +65,15 @@
"dotenv": "^16.0.1",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"lerna": "^5.4.2",
"lerna": "^5.4.3",
"prettier": "^2.7.1",
"semver": "^7.3.7",
"stylelint": "^14.10.0",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"undici": "^5.8.2",
"undici": "^5.9.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.2",
"@types/inquirer": "^8.2.3",
"@types/rimraf": "^3.0.2",
"ci-info": "^3.3.2",
"rimraf": "^3.0.2"
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 @@ -55,9 +55,9 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.6",
"@types/jest": "^28.1.7",
"@types/jest-axe": "^3.5.4",
"@types/node": "^16.11.48",
"@types/node": "^16.11.50",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-test-renderer": "^18.0.0",
Expand Down
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.3.1",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^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.10",
"@babel/eslint-parser": "^7.18.9",
"@rushstack/eslint-patch": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.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.33.0",
"@typescript-eslint/parser": "^5.33.0"
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1"
}
}
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.7.2",
"postcss-preset-env": "^7.8.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prompts": "^2.4.2",
Expand All @@ -92,9 +92,9 @@
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"tailwindcss": "^3.1.8",
"terser-webpack-plugin": "^5.3.4",
"terser-webpack-plugin": "^5.3.5",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-bundle-analyzer": "^4.6.0",
"webpack-dev-server": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0",
"webpackbar": "^5.0.2",
Expand Down
Loading

0 comments on commit 9d29fac

Please sign in to comment.