Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#180)
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 Nov 25, 2024
1 parent 73efac6 commit ed3b56a
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 170 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.60.5",
"@tanstack/query-core": "^5.60.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
6 changes: 3 additions & 3 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.13.2",
"packageManager": "pnpm@9.14.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,10 +25,10 @@
"devDependencies": {
"@types/node": "^22.9.3",
"jsdom": "^25.0.1",
"nx": "^20.1.2",
"nx": "^20.1.3",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"sherif": "^1.0.1",
"sherif": "^1.0.2",
"typescript": "^5.5.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"dependencies": {
"@commitlint/parse": "^19.5.0",
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@stylistic/eslint-plugin-js": "^2.11.0",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-n": "^17.14.0",
"globals": "^15.12.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
Expand All @@ -78,11 +78,11 @@
"typedoc": "^0.26.11",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.10",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^5.1.2"
"vite-tsconfig-paths": "^5.1.3"
},
"devDependencies": {
"@types/current-git-branch": "^1.1.6",
Expand All @@ -94,6 +94,6 @@
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.15.0",
"type-fest": "^4.27.0"
"type-fest": "^4.28.0"
}
}
Loading

0 comments on commit ed3b56a

Please sign in to comment.