Skip to content

Commit

Permalink
Update dependencies (#49)
Browse files Browse the repository at this point in the history
Just and simple update all dependencies.
  • Loading branch information
mheob committed Sep 20, 2022
1 parent 6adc64c commit 348d277
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 145 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-lies-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mheob/eslint-config': patch
---

Update dependencies
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Check
on:
pull_request:
paths: ["packages/**"]
branches: [main]
push:
paths: ["packages/**"]
branches: [main]

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"turbo": "^1.4.6",
"turbo": "^1.4.7",
"typescript": "^4.8.3"
},
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.12.1",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": ["./dist/base.js"],
"env": { "node": true },
"rules": {
"unicorn/prefer-module": "off"
}
}
8 changes: 0 additions & 8 deletions packages/eslint-config/.eslintrc.cjs

This file was deleted.

8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "eslint **/*.cjs --fix",
"lint": "eslint src/**/*.ts --fix",
"sort-package-json": "pnpm dlx sort-package-json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint-config-next": "^12.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
Expand Down
3 changes: 2 additions & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"license": "MIT",
"author": "Alexander Böhm <tools@boehm.work>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
Expand All @@ -23,7 +24,7 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "eslint **/*.ts --fix",
"lint": "eslint src/**/*.ts --fix",
"sort-package-json": "pnpm dlx sort-package-json"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 348d277

Please sign in to comment.