Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#1068)
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 8, 2023
1 parent 119fb9b commit 34d4d91
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 228 deletions.
10 changes: 5 additions & 5 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": "^29.5.10",
"@types/node": "^18.19.1",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.3",
"@types/semver": "^7.5.6",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
Expand All @@ -70,10 +70,10 @@
"semver": "^7.5.4",
"stylelint": "^15.11.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"undici": "^5.28.2",
"verdaccio": "^5.27.1"
"verdaccio": "^5.29.0"
}
}
8 changes: 4 additions & 4 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/jest-axe": "^3.5.9",
"@types/node": "^18.19.1",
"@types/react": "^18.2.41",
"@types/node": "^18.19.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react-test-renderer": "^18.0.7",
"jest-axe": "^8.0.0",
"react-test-renderer": "^18.2.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"extends": [
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.23.5",
"@babel/eslint-parser": "^7.23.3",
"@rushstack/eslint-patch": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-import": "^2.29.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.14.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1"
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2"
}
}
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.5.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -75,7 +75,7 @@
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prettier-plugin-tailwindcss": "^0.5.9",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
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.5",
"tailwindcss": "^3.3.6",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@tsconfig/docusaurus": "^2.0.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 34d4d91

Please sign in to comment.