Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 1494c77 commit 494f469
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 330 deletions.
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.59.20",
"@tanstack/query-core": "^5.60.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@vitejs/plugin-vue": "^5.1.5"
"@vitejs/plugin-vue": "^5.2.0"
}
}
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.12.3",
"packageManager": "pnpm@9.13.2",
"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,12 +25,12 @@
"devDependencies": {
"@types/node": "^20.16.2",
"jsdom": "^25.0.1",
"nx": "^20.0.12",
"nx": "^20.1.2",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"sherif": "^1.0.1",
"typescript": "^5.5.3",
"vite": "^5.4.10",
"vitest": "^2.1.4"
"vite": "^5.4.11",
"vitest": "^2.1.5"
}
}
12 changes: 6 additions & 6 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
},
"dependencies": {
"@commitlint/parse": "^19.5.0",
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-n": "^17.13.2",
"globals": "^15.12.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
Expand All @@ -78,7 +78,7 @@
"typedoc": "^0.26.11",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.10",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
Expand All @@ -93,7 +93,7 @@
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.14.0",
"type-fest": "^4.26.1"
"eslint": "^9.15.0",
"type-fest": "^4.27.0"
}
}
Loading

0 comments on commit 494f469

Please sign in to comment.