Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#187)
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 Dec 9, 2024
1 parent a81fdc5 commit b9cb9e3
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 94 deletions.
6 changes: 3 additions & 3 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.62.2",
"@tanstack/query-core": "^5.62.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react": "^4.3.4"
}
}
4 changes: 2 additions & 2 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.14.4",
"packageManager": "pnpm@9.15.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 @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "^22.10.1",
"jsdom": "^25.0.1",
"nx": "^20.2.0",
"nx": "^20.2.1",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"sherif": "^1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@commitlint/parse": "^19.5.0",
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@stylistic/eslint-plugin-js": "^2.12.0",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
Expand All @@ -75,14 +75,14 @@
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"typedoc": "^0.27.3",
"typedoc": "^0.27.4",
"typedoc-plugin-frontmatter": "^1.1.0",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-markdown": "^4.3.2",
"typescript-eslint": "^8.17.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^5.1.3"
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@types/current-git-branch": "^1.1.6",
Expand Down
Loading

0 comments on commit b9cb9e3

Please sign in to comment.