Skip to content

Commit

Permalink
chore: update deps (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Jul 4, 2024
1 parent 2291ff2 commit 9935212
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 941 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: setup pnpm & node
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9.4.0
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ci:eslint": "eslint \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts}\""
},
"dependencies": {
"@cspell/eslint-plugin": "^8.8.1",
"@cspell/eslint-plugin": "^8.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.4.0",
Expand Down
4 changes: 2 additions & 2 deletions configs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@suspensive/eslint-config-js": "workspace:*",
"@suspensive/eslint-config-ts": "workspace:*",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-51a85ea-20240601",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"eslint-plugin-react-hooks": "^4.6.2"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.7",
"@codspeed/vitest-plugin": "^3.1.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@testing-library/dom": "^10.1.0",
"@testing-library/dom": "^10.3.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^18.19.34",
"@types/node": "^18.19.39",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
Expand All @@ -64,16 +64,16 @@
"lint-staged": "^15.2.7",
"ms": "3.0.0-canary.1",
"packlint": "^0.2.4",
"playwright": "^1.44.1",
"playwright": "^1.45.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"publint": "^0.2.8",
"rimraf": "^5.0.7",
"sherif": "^0.8.4",
"sherif": "^0.9.0",
"tsup": "^8.1.0",
"turbo": "^2.0.4",
"turbo": "^2.0.6",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 9935212

Please sign in to comment.