Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#473)
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 Nov 19, 2024
1 parent b2df95e commit 599f813
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 282 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
},
"devDependencies": {
"@babel/types": "^7.26.0",
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@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": "^22.9.0",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.14.0",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint": "^9.15.0",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-regexp": "^2.7.0",
"execa": "^9.5.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
"npm-run-all2": "^7.0.1",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.48.2",
"playwright-chromium": "^1.49.0",
"prettier": "3.3.3",
"rollup": "^4.27.2",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.15.0",
"unbuild": "2.0.0",
"vite": "catalog:",
"vitest": "^2.1.4",
"vitest": "^2.1.5",
"vue": "catalog:"
},
"simple-git-hooks": {
Expand All @@ -83,7 +83,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"vue": "catalog:",
"vue-router": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.0",
"postcss-nested": "^7.0.2",
"sass": "^1.80.6"
"sass": "^1.81.0"
},
"dependencies": {
"vue": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.3",
"sass": "^1.80.6",
"sass": "^1.81.0",
"stylus": "^0.64.0"
}
}
Loading

0 comments on commit 599f813

Please sign in to comment.