Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#165)
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 Sep 23, 2024
1 parent 26f9eea commit ce9bd1e
Show file tree
Hide file tree
Showing 6 changed files with 301 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: .nvmrc
- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^18.3.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"vue": "^3.5.5"
"vue": "^3.5.8"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@vitejs/plugin-vue": "^5.1.3"
"@vitejs/plugin-vue": "^5.1.4"
}
}
10 changes: 5 additions & 5 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": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"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 @@ -24,13 +24,13 @@
},
"devDependencies": {
"@types/node": "^20.16.2",
"jsdom": "^25.0.0",
"nx": "^19.7.3",
"jsdom": "^25.0.1",
"nx": "^19.8.0",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"publint": "^0.2.11",
"sherif": "^1.0.0",
"typescript": "^5.5.3",
"vite": "^5.4.5",
"vite": "^5.4.7",
"vitest": "^2.1.1"
}
}
14 changes: 7 additions & 7 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.10.0",
"@eslint/js": "^9.11.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-n": "^17.10.3",
"globals": "^15.9.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.26.0",
"simple-git": "^3.27.0",
"typedoc": "^0.26.7",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.7",
"typescript-eslint": "^8.5.0",
"typedoc-plugin-markdown": "^4.2.8",
"typescript-eslint": "^8.6.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.10.0",
"eslint": "^9.11.0",
"type-fest": "^4.26.1"
}
}
Loading

0 comments on commit ce9bd1e

Please sign in to comment.