Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#188)
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 Dec 16, 2024
1 parent b9cb9e3 commit 9ba7f10
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 241 deletions.
4 changes: 2 additions & 2 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.62.3",
"@tanstack/query-core": "^5.62.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"devDependencies": {
"@types/node": "^22.10.1",
"jsdom": "^25.0.1",
"nx": "^20.2.1",
"nx": "^20.2.2",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"sherif": "^1.0.2",
"sherif": "^1.1.1",
"typescript": "^5.5.3",
"vite": "^5.4.11",
"vitest": "^2.1.8"
Expand Down
16 changes: 8 additions & 8 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
},
"dependencies": {
"@commitlint/parse": "^19.5.0",
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin-js": "^2.12.0",
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin-js": "^2.12.1",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-n": "^17.15.0",
"globals": "^15.13.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
Expand All @@ -75,10 +75,10 @@
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"typedoc": "^0.27.4",
"typedoc-plugin-frontmatter": "^1.1.0",
"typedoc": "^0.27.5",
"typedoc-plugin-frontmatter": "^1.1.2",
"typedoc-plugin-markdown": "^4.3.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
Expand All @@ -93,7 +93,7 @@
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.16.0",
"type-fest": "^4.30.0"
"eslint": "^9.17.0",
"type-fest": "^4.30.1"
}
}
Loading

0 comments on commit 9ba7f10

Please sign in to comment.