Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorales committed Feb 9, 2024
1 parent 9b5401c commit c3d1ca2
Show file tree
Hide file tree
Showing 2 changed files with 1,782 additions and 2,164 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"@tanstack/react-query": ">= 4.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@lukemorales/jest-type-matchers": "^0.2.2",
"@lukemorales/prettier-config": "^0.1.1",
"@lukemorales/prettier-config": "^1.1.0",
"@tanstack/query-core": "^4.29.15",
"@tanstack/react-query": "^4.29.15",
"@types/node": "^20.3.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"eslint": "^8.43.0",
"eslint-config-lukemorales": "^0.1.0",
"husky": "^8.0.3",
"@types/node": "^20.11.17",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-lukemorales": "^0.3.1",
"husky": "^9.0.10",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"ts-node": "^10.9.1",
"tsup": "^7.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^4.8.3",
"vitest": "^0.32.2"
"vitest": "^1.2.2"
},
"lint-staged": {
"*.ts": [
Expand Down
Loading

0 comments on commit c3d1ca2

Please sign in to comment.