Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#177)
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 11, 2024
1 parent fc72ee8 commit 1494c77
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Tools
uses: ./.github/setup
- name: Get base and head commits for `nx affected`
uses: nrwl/[email protected].1
uses: nrwl/[email protected].2
with:
main-branch-name: main
- name: Run Checks
Expand Down
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.17",
"@tanstack/query-core": "^5.59.20",
"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 @@ -29,6 +29,6 @@
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@vitejs/plugin-vue": "^5.1.4"
"@vitejs/plugin-vue": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "^20.16.2",
"jsdom": "^25.0.1",
"nx": "^20.0.9",
"nx": "^20.0.12",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"sherif": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-n": "^17.12.0",
"globals": "^15.11.0",
"eslint-plugin-n": "^17.13.1",
"globals": "^15.12.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^5.0.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.12.2",
"typescript-eslint": "^8.13.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.2"
},
"devDependencies": {
"@types/current-git-branch": "^1.1.6",
Expand Down
Loading

0 comments on commit 1494c77

Please sign in to comment.