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] committed Sep 9, 2024
1 parent f3cdac2 commit 15ed1fb
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 341 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.53.3",
"@tanstack/query-core": "^5.55.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue/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": {
"vue": "^3.4.38"
"vue": "^3.5.3"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
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.9.0",
"packageManager": "pnpm@9.10.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,12 +25,12 @@
"devDependencies": {
"@types/node": "^20.16.2",
"jsdom": "^25.0.0",
"nx": "^19.6.4",
"nx": "^19.6.6",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"sherif": "^1.0.0",
"typescript": "^5.5.3",
"vite": "^5.4.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
}
}
18 changes: 9 additions & 9 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
},
"dependencies": {
"@commitlint/parse": "^19.0.3",
"@eslint/js": "^9.9.1",
"@stylistic/eslint-plugin-js": "^2.7.2",
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-n": "^17.10.2",
"globals": "^15.9.0",
"interpret": "^3.1.1",
Expand All @@ -75,12 +75,12 @@
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.3",
"simple-git": "^3.26.0",
"typedoc": "^0.26.6",
"typedoc": "^0.26.7",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.6",
"typescript-eslint": "^8.3.0",
"typedoc-plugin-markdown": "^4.2.7",
"typescript-eslint": "^8.5.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^4.1.0",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^5.0.1"
},
Expand All @@ -93,7 +93,7 @@
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.9.1",
"type-fest": "^4.26.0"
"eslint": "^9.10.0",
"type-fest": "^4.26.1"
}
}
Loading

0 comments on commit 15ed1fb

Please sign in to comment.