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 72b3528
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 335 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"devDependencies": {
"@types/node": "^20.16.2",
"jsdom": "^25.0.0",
"nx": "^19.6.4",
"nx": "^19.6.5",
"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"
}
}
16 changes: 8 additions & 8 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",
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin-js": "^2.7.2",
"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.4.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 72b3528

Please sign in to comment.