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
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent bea8d2d commit 0f141bb
Show file tree
Hide file tree
Showing 5 changed files with 1,120 additions and 1,184 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"test:ts": "turbo run test:ts"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"eslint": "^8.54.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"eslint": "^8.56.0",
"eslint-config-schadenfreude": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"turbo": "latest"
},
"lint-staged": {
Expand All @@ -28,6 +28,6 @@
"eslint"
]
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.0",
"name": "schadenfreude"
}
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"read-pkg-up": "^10.1.0"
},
"devDependencies": {
"@sanity/pkg-utils": "^3.2.3",
"@sanity/pkg-utils": "^3.3.8",
"@schadenfreude/tsconfig": "workspace:*",
"@types/node": "^20.9.2",
"@types/node": "^20.11.10",
"eslint-config-schadenfreude": "workspace:*",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
"engines": {
"node": ">=20.9.0"
"node": ">=20.11.0"
}
}
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.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-check-file": "^2.6.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.1.2",
"prettier": "^3.1.0"
"eslint-plugin-testing-library": "^6.2.0",
"prettier": "^3.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test:ts": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint": "^8.54.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"eslint-config-schadenfreude": "workspace:*",
"react": "^18.2.0",
"@schadenfreude/tsconfig": "workspace:*",
Expand Down
Loading

0 comments on commit 0f141bb

Please sign in to comment.