Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 086dad4 commit 0f1a390
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 185 deletions.
4 changes: 2 additions & 2 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.51.21",
"@tanstack/query-core": "^5.52.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/config.git"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.8.0",
"type": "module",
"scripts": {
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
Expand All @@ -24,13 +24,13 @@
},
"devDependencies": {
"@types/node": "^20.14.10",
"jsdom": "^24.1.1",
"nx": "^19.6.0",
"jsdom": "^24.1.3",
"nx": "^19.6.2",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"sherif": "^0.11.0",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"simple-git": "^3.25.0",
"typedoc": "^0.26.6",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.5",
"typedoc-plugin-markdown": "^4.2.6",
"typescript-eslint": "^7.18.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^4.0.3",
Expand Down
Loading

0 comments on commit 0f1a390

Please sign in to comment.