Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#437)
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 Aug 29, 2024
1 parent acb57c9 commit 16f28a5
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 221 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@eslint/js": "^9.9.0",
"@babel/types": "^7.25.6",
"@eslint/js": "^9.9.1",
"@types/babel__core": "^7.20.5",
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.15",
"@types/node": "^20.16.2",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-regexp": "^2.6.0",
"execa": "^9.3.0",
"execa": "^9.3.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.9",
"npm-run-all2": "^6.2.2",
"picocolors": "^1.0.1",
"playwright-chromium": "^1.46.0",
"playwright-chromium": "^1.46.1",
"prettier": "3.3.3",
"rollup": "^4.20.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"typescript-eslint": "^8.3.0",
"unbuild": "2.0.0",
"vite": "catalog:",
"vitest": "^2.0.5",
Expand All @@ -83,7 +83,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.16.2",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"vue": "catalog:",
"vue-router": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue-router": "catalog:"
},
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.16.2",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.2"
}
Expand Down
Loading

0 comments on commit 16f28a5

Please sign in to comment.