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 Aug 12, 2024
1 parent a72c9a8 commit 9a9c26b
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 192 deletions.
2 changes: 1 addition & 1 deletion integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"vue": "^3.4.35"
"vue": "^3.4.37"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
Expand Down
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": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.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 @@ -25,12 +25,12 @@
"devDependencies": {
"@types/node": "^20.14.10",
"jsdom": "^24.1.1",
"nx": "^19.5.6",
"nx": "^19.5.7",
"prettier": "^3.3.3",
"publint": "^0.2.9",
"sherif": "^0.10.0",
"sherif": "^0.11.0",
"typescript": "^5.5.3",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5"
}
}
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"dependencies": {
"@commitlint/parse": "^19.0.3",
"@eslint/js": "^8.57.0",
"@stylistic/eslint-plugin-js": "^2.6.1",
"@stylistic/eslint-plugin-js": "^2.6.2",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-n": "^17.10.2",
"globals": "^15.9.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
Expand All @@ -80,9 +80,9 @@
"typedoc-plugin-markdown": "^4.2.3",
"typescript-eslint": "^7.18.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^4.0.1",
"vite-plugin-dts": "^4.0.2",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^5.0.0"
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@types/current-git-branch": "^1.1.6",
Expand All @@ -94,6 +94,6 @@
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^8.57.0",
"type-fest": "^4.23.0"
"type-fest": "^4.24.0"
}
}
Loading

0 comments on commit 9a9c26b

Please sign in to comment.