Skip to content

Commit 4d9363a

Browse files
renovate[bot]patak-dev
andauthoredJan 26, 2024
fix(deps): update all non-major dependencies (#15675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: patak <matias.capeletto@gmail.com>
1 parent fc2bceb commit 4d9363a

File tree

58 files changed

+369
-369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+369
-369
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Get changed files
6060
id: changed-files
61-
uses: tj-actions/changed-files@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1
61+
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
6262
with:
6363
files: |
6464
docs/**

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"@types/fs-extra": "^11.0.4",
5454
"@types/less": "^3.0.6",
5555
"@types/micromatch": "^4.0.6",
56-
"@types/node": "^20.11.1",
56+
"@types/node": "^20.11.5",
5757
"@types/picomatch": "^2.3.3",
5858
"@types/sass": "~1.43.1",
5959
"@types/semver": "^7.5.6",
6060
"@types/stylus": "^0.48.42",
6161
"@types/ws": "^8.5.10",
62-
"@typescript-eslint/eslint-plugin": "^6.18.1",
63-
"@typescript-eslint/parser": "^6.18.1",
62+
"@typescript-eslint/eslint-plugin": "^6.19.0",
63+
"@typescript-eslint/parser": "^6.19.0",
6464
"@vitejs/release-scripts": "^1.3.1",
6565
"conventional-changelog-cli": "^4.1.0",
6666
"eslint": "^8.56.0",
@@ -74,8 +74,8 @@
7474
"lint-staged": "^15.2.0",
7575
"npm-run-all2": "^6.1.1",
7676
"picocolors": "^1.0.0",
77-
"playwright-chromium": "^1.40.1",
78-
"prettier": "3.2.2",
77+
"playwright-chromium": "^1.41.1",
78+
"prettier": "3.2.4",
7979
"rimraf": "^5.0.5",
8080
"rollup": "^4.2.0",
8181
"semver": "^7.5.4",
@@ -85,9 +85,9 @@
8585
"typescript": "^5.2.2",
8686
"unbuild": "^2.0.0",
8787
"vite": "workspace:*",
88-
"vitepress": "1.0.0-rc.36",
89-
"vitest": "^1.2.0",
90-
"vue": "^3.4.13"
88+
"vitepress": "1.0.0-rc.40",
89+
"vitest": "^1.2.1",
90+
"vue": "^3.4.15"
9191
},
9292
"simple-git-hooks": {
9393
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -106,7 +106,7 @@
106106
"eslint --cache --fix"
107107
]
108108
},
109-
"packageManager": "pnpm@8.14.1",
109+
"packageManager": "pnpm@8.14.2",
110110
"pnpm": {
111111
"overrides": {
112112
"vite": "workspace:*"

0 commit comments

Comments
 (0)
Please sign in to comment.