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] authored Jan 12, 2025
1 parent de7bde6 commit d5eca07
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 260 deletions.
6 changes: 3 additions & 3 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.15",
"@tanstack/query-core": "^5.64.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.5",
"@types/react-dom": "^19.0.3",
"@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,9 +25,9 @@
"devDependencies": {
"@types/node": "^22.10.1",
"jsdom": "^25.0.1",
"nx": "^20.3.0",
"nx": "^20.3.1",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"publint": "^0.3.1",
"sherif": "^1.1.1",
"typescript": "^5.5.3",
"vite": "^5.4.11",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@commitlint/parse": "^19.5.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@stylistic/eslint-plugin-js": "^2.12.1",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
Expand All @@ -78,7 +78,7 @@
"typedoc": "^0.27.6",
"typedoc-plugin-frontmatter": "^1.1.2",
"typedoc-plugin-markdown": "^4.4.1",
"typescript-eslint": "^8.19.0",
"typescript-eslint": "^8.19.1",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
Expand All @@ -94,7 +94,7 @@
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.17.0",
"type-fest": "^4.31.0"
"eslint": "^9.18.0",
"type-fest": "^4.32.0"
}
}
Loading

0 comments on commit d5eca07

Please sign in to comment.