Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#183)
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 2, 2024
1 parent 196f0b0 commit e268a08
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 321 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.60.6",
"@tanstack/query-core": "^5.62.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3"
"@vitejs/plugin-react": "^4.3.4"
}
}
2 changes: 1 addition & 1 deletion integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@vitejs/plugin-vue": "^5.2.0"
"@vitejs/plugin-vue": "^5.2.1"
}
}
8 changes: 4 additions & 4 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].2",
"packageManager": "[email protected].4",
"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,12 +25,12 @@
"devDependencies": {
"@types/node": "^22.9.3",
"jsdom": "^25.0.1",
"nx": "^20.1.3",
"prettier": "^3.3.3",
"nx": "^20.1.4",
"prettier": "^3.4.1",
"publint": "^0.2.12",
"sherif": "^1.0.2",
"typescript": "^5.5.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
}
}
16 changes: 8 additions & 8 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,25 @@
},
"dependencies": {
"@commitlint/parse": "^19.5.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-n": "^17.14.0",
"globals": "^15.12.0",
"globals": "^15.13.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^5.0.0",
"minimist": "^1.2.8",
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"typedoc": "^0.26.11",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.10",
"typescript-eslint": "^8.15.0",
"typedoc": "^0.27.2",
"typedoc-plugin-frontmatter": "^1.1.0",
"typedoc-plugin-markdown": "^4.3.1",
"typescript-eslint": "^8.16.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.15.0",
"type-fest": "^4.28.0"
"eslint": "^9.16.0",
"type-fest": "^4.29.1"
}
}
Loading

0 comments on commit e268a08

Please sign in to comment.