Skip to content

Commit 9ba7f10

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

File tree

4 files changed

+219
-241
lines changed

4 files changed

+219
-241
lines changed

integrations/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.62.3",
28+
"@tanstack/query-core": "^5.62.7",
2929
"react": "^19.0.0",
3030
"react-dom": "^19.0.0"
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
3434
"@types/react": "^19.0.1",
35-
"@types/react-dom": "^19.0.1",
35+
"@types/react-dom": "^19.0.2",
3636
"@vitejs/plugin-react": "^4.3.4"
3737
}
3838
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"devDependencies": {
2626
"@types/node": "^22.10.1",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.2.1",
28+
"nx": "^20.2.2",
2929
"prettier": "^3.4.2",
3030
"publint": "^0.2.12",
31-
"sherif": "^1.0.2",
31+
"sherif": "^1.1.1",
3232
"typescript": "^5.5.3",
3333
"vite": "^5.4.11",
3434
"vitest": "^2.1.8"

packages/config/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
},
6161
"dependencies": {
6262
"@commitlint/parse": "^19.5.0",
63-
"@eslint/js": "^9.16.0",
64-
"@stylistic/eslint-plugin-js": "^2.12.0",
63+
"@eslint/js": "^9.17.0",
64+
"@stylistic/eslint-plugin-js": "^2.12.1",
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
6868
"eslint-plugin-import-x": "^4.5.0",
69-
"eslint-plugin-n": "^17.14.0",
69+
"eslint-plugin-n": "^17.15.0",
7070
"globals": "^15.13.0",
7171
"interpret": "^3.1.1",
7272
"jsonfile": "^6.1.0",
@@ -75,10 +75,10 @@
7575
"rollup-plugin-preserve-directives": "^0.4.0",
7676
"semver": "^7.6.3",
7777
"simple-git": "^3.27.0",
78-
"typedoc": "^0.27.4",
79-
"typedoc-plugin-frontmatter": "^1.1.0",
78+
"typedoc": "^0.27.5",
79+
"typedoc-plugin-frontmatter": "^1.1.2",
8080
"typedoc-plugin-markdown": "^4.3.2",
81-
"typescript-eslint": "^8.17.0",
81+
"typescript-eslint": "^8.18.0",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
@@ -93,7 +93,7 @@
9393
"@types/minimist": "^1.2.5",
9494
"@types/semver": "^7.5.8",
9595
"@types/v8flags": "^3.1.3",
96-
"eslint": "^9.16.0",
97-
"type-fest": "^4.30.0"
96+
"eslint": "^9.17.0",
97+
"type-fest": "^4.30.1"
9898
}
9999
}

0 commit comments

Comments
 (0)