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 Dec 23, 2024
1 parent 9ba7f10 commit 9b3341b
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 150 deletions.
4 changes: 2 additions & 2 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.62.7",
"@tanstack/query-core": "^5.62.8",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/config.git"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"type": "module",
"scripts": {
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "^22.10.1",
"jsdom": "^25.0.1",
"nx": "^20.2.2",
"nx": "^20.3.0",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"sherif": "^1.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"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.15.0",
"globals": "^15.13.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-n": "^17.15.1",
"globals": "^15.14.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^5.0.0",
Expand All @@ -77,8 +77,8 @@
"simple-git": "^3.27.0",
"typedoc": "^0.27.5",
"typedoc-plugin-frontmatter": "^1.1.2",
"typedoc-plugin-markdown": "^4.3.2",
"typescript-eslint": "^8.18.0",
"typedoc-plugin-markdown": "^4.3.3",
"typescript-eslint": "^8.18.1",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
Expand All @@ -94,6 +94,6 @@
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.17.0",
"type-fest": "^4.30.1"
"type-fest": "^4.30.2"
}
}
Loading

0 comments on commit 9b3341b

Please sign in to comment.