Skip to content

Commit 1494c77

Browse files
chore(deps): update all non-major dependencies (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc72ee8 commit 1494c77

File tree

6 files changed

+131
-131
lines changed

6 files changed

+131
-131
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Tools
2626
uses: ./.github/setup
2727
- name: Get base and head commits for `nx affected`
28-
uses: nrwl/[email protected].1
28+
uses: nrwl/[email protected].2
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks

integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.59.17",
28+
"@tanstack/query-core": "^5.59.20",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1"
3131
},

integrations/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
},
3030
"devDependencies": {
3131
"@tanstack/config": "workspace:*",
32-
"@vitejs/plugin-vue": "^5.1.4"
32+
"@vitejs/plugin-vue": "^5.1.5"
3333
}
3434
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/node": "^20.16.2",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.0.9",
28+
"nx": "^20.0.12",
2929
"prettier": "^3.3.3",
3030
"publint": "^0.2.12",
3131
"sherif": "^1.0.1",

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
6868
"eslint-plugin-import-x": "^4.4.0",
69-
"eslint-plugin-n": "^17.12.0",
70-
"globals": "^15.11.0",
69+
"eslint-plugin-n": "^17.13.1",
70+
"globals": "^15.12.0",
7171
"interpret": "^3.1.1",
7272
"jsonfile": "^6.1.0",
7373
"liftoff": "^5.0.0",
@@ -78,11 +78,11 @@
7878
"typedoc": "^0.26.11",
7979
"typedoc-plugin-frontmatter": "^1.0.0",
8080
"typedoc-plugin-markdown": "^4.2.10",
81-
"typescript-eslint": "^8.12.2",
81+
"typescript-eslint": "^8.13.0",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
85-
"vite-tsconfig-paths": "^5.0.1"
85+
"vite-tsconfig-paths": "^5.1.2"
8686
},
8787
"devDependencies": {
8888
"@types/current-git-branch": "^1.1.6",

0 commit comments

Comments
 (0)