Skip to content

Commit

Permalink
chore: update deps (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Oct 2, 2024
1 parent 6fd0a08 commit 8bd5226
Show file tree
Hide file tree
Showing 5 changed files with 2,739 additions and 1,599 deletions.
10 changes: 5 additions & 5 deletions configs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"prepack": "pnpm build"
},
"dependencies": {
"@cspell/eslint-plugin": "^8.14.1",
"@eslint-react/eslint-plugin": "^1.13.0",
"@cspell/eslint-plugin": "^8.14.4",
"@eslint-react/eslint-plugin": "^1.14.3",
"@next/eslint-plugin-next": "catalog:",
"@vitest/eslint-plugin": "^1.0.3",
"@vitest/eslint-plugin": "^1.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-9aef357-20240815",
"eslint-plugin-react-hooks": "^4.6.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@suspensive/tsconfig": "workspace:*",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0"
"@vitejs/plugin-react": "^4.3.2",
"globals": "^15.10.0"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,36 +44,36 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@codspeed/vitest-plugin": "^3.1.1",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.13",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@types/node": "^20.16.10",
"@vitest/browser": "^2.1.1",
"@vitest/coverage-istanbul": "^2.1.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"broken-link-checker": "^0.7.8",
"eslint": "^9.9.1",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"eslint": "^9.11.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"knip": "^5.29.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"ms": "3.0.0-canary.1",
"packlint": "^0.2.4",
"playwright": "^1.46.1",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"publint": "^0.2.11",
"rimraf": "^6.0.1",
"sherif": "^1.0.0",
"tsup": "^8.2.4",
"turbo": "^2.1.1",
"tsup": "^8.3.0",
"turbo": "^2.1.3",
"typescript": "^5.4.5",
"vite": "^5.4.2",
"vitest": "^2.0.5"
"vite": "^5.4.8",
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 8bd5226

Please sign in to comment.