Skip to content

Commit

Permalink
chore: update deps (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Jun 13, 2024
1 parent faa231a commit 8ad03e0
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 563 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"eslint.workingDirectories": [{ "mode": "auto" }]
"eslint.workingDirectories": [{ "mode": "auto" }],
"vitest.disableWorkspaceWarning": true
}
6 changes: 3 additions & 3 deletions examples/next-streaming-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@suspensive/react": "workspace:*",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-query-devtools": "^5.36.0",
"@tanstack/react-query-next-experimental": "^5.36.0",
"@tanstack/react-query": "^5.45.0",
"@tanstack/react-query-devtools": "^5.45.0",
"@tanstack/react-query-next-experimental": "^5.45.0",
"axios": "^1.6.8",
"next": "^14.2.3",
"react": "^18.3.1",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,35 +43,35 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.3.1",
"@testing-library/dom": "^10.1.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.33",
"@types/node": "^18.19.34",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
"broken-link-checker": "^0.7.8",
"coauthors": "latest",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"ms": "3.0.0-canary.1",
"packlint": "^0.2.4",
"playwright": "^1.44.0",
"prettier": "^3.2.5",
"playwright": "^1.44.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"publint": "^0.2.7",
"publint": "^0.2.8",
"rimraf": "^5.0.7",
"sherif": "^0.8.4",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"turbo": "^2.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.3.0",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 8ad03e0

Please sign in to comment.