Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies (#4)
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 20, 2023
1 parent 7172769 commit d919ec0
Show file tree
Hide file tree
Showing 5 changed files with 866 additions and 902 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"eslint": "^7.32.0",
"eslint-config-schadenfreude": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.1",
"lint-staged": "^13.3.0",
"prettier": "^3.0.3",
"turbo": "latest"
},
"lint-staged": {
Expand All @@ -28,6 +28,6 @@
"eslint"
]
},
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.7.6",
"name": "schadenfreude"
}
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"read-pkg-up": "^10.0.0"
"read-pkg-up": "^10.1.0"
},
"devDependencies": {
"@sanity/pkg-utils": "^2.4.5",
"@sanity/pkg-utils": "^2.4.9",
"@schadenfreude/tsconfig": "workspace:*",
"@types/node": "^20.4.9",
"@types/node": "^20.6.3",
"eslint-config-schadenfreude": "workspace:*",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.0.3",
"vitest": "^0.34.1"
"typescript": "^5.2.2",
"vitest": "^0.34.4"
},
"engines": {
"node": ">=16"
"node": ">=16.20.2"
}
}
16 changes: 8 additions & 8 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.12",
"eslint-config-turbo": "^1.10.14",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-check-file": "^2.6.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-check-file": "^2.6.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"prettier": "^3.0.1"
"prettier": "^3.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:ts": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"eslint": "^7.32.0",
"eslint-config-schadenfreude": "workspace:*",
Expand Down
Loading

0 comments on commit d919ec0

Please sign in to comment.