Skip to content

Commit

Permalink
chore: update deps and make CI run on pull requests (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle authored Feb 4, 2024
1 parent 6b582de commit b5b9e1f
Show file tree
Hide file tree
Showing 7 changed files with 711 additions and 778 deletions.
7 changes: 7 additions & 0 deletions .changeset/empty-waves-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"eslint-config-custom": minor
"usehooks-ts": minor
"www": minor
---

chore: Updated dependencies
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- '**'
pull_request:

env:
NODE_VERSION: 20
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"eslint-config-next": "14.1.0",
"next-sitemap": "^4.2.3",
"postcss": "8.4.33",
"typescript": "5.3.3"
"typescript": "^5.3.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.42.0",
"prettier": "^3.2.3",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"turbo": "^1.11.3",
"turbo": "^1.12.2",
"zx": "^7.2.3"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"author": "Julien CARON <[email protected]>",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vitest": "^0.3.21",
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"lint": "eslint './src/**/*.{ts,tsx}' && tsc --noEmit"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.0.0",
"@turbo/gen": "^1.11.3",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.1",
"@turbo/gen": "^1.12.2",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^18.7.18",
"@types/node": "^20.11.16",
"@types/react": "18.2.48",
"date-fns": "^3.3.1",
"eslint-config-custom": "workspace:*",
Expand Down
Loading

0 comments on commit b5b9e1f

Please sign in to comment.