Skip to content

Commit 599f813

Browse files
chore(deps): update all non-major dependencies (#473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2df95e commit 599f813

File tree

5 files changed

+260
-282
lines changed

5 files changed

+260
-282
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,33 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.26.0",
40-
"@eslint/js": "^9.14.0",
40+
"@eslint/js": "^9.15.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
4545
"@types/node": "^22.9.0",
4646
"@vitejs/release-scripts": "^1.3.2",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.14.0",
49-
"eslint-plugin-import-x": "^4.4.0",
50-
"eslint-plugin-n": "^17.13.1",
51-
"eslint-plugin-regexp": "^2.6.0",
48+
"eslint": "^9.15.0",
49+
"eslint-plugin-import-x": "^4.4.2",
50+
"eslint-plugin-n": "^17.13.2",
51+
"eslint-plugin-regexp": "^2.7.0",
5252
"execa": "^9.5.1",
5353
"fs-extra": "^11.2.0",
5454
"lint-staged": "^15.2.10",
5555
"npm-run-all2": "^7.0.1",
5656
"picocolors": "^1.1.1",
57-
"playwright-chromium": "^1.48.2",
57+
"playwright-chromium": "^1.49.0",
5858
"prettier": "3.3.3",
5959
"rollup": "^4.27.2",
6060
"simple-git-hooks": "^2.11.1",
6161
"tsx": "^4.19.2",
6262
"typescript": "^5.6.3",
63-
"typescript-eslint": "^8.13.0",
63+
"typescript-eslint": "^8.15.0",
6464
"unbuild": "2.0.0",
6565
"vite": "catalog:",
66-
"vitest": "^2.1.4",
66+
"vitest": "^2.1.5",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@9.12.3",
86+
"packageManager": "pnpm@9.13.2",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

playground/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"autoprefixer": "^10.4.20",
14-
"tailwindcss": "^3.4.14",
14+
"tailwindcss": "^3.4.15",
1515
"vue": "catalog:",
1616
"vue-router": "catalog:"
1717
},

playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/plugin-vue": "workspace:*",
1414
"less": "^4.2.0",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.80.6"
16+
"sass": "^1.81.0"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.0",
1919
"less": "^4.2.0",
2020
"pug": "^3.0.3",
21-
"sass": "^1.80.6",
21+
"sass": "^1.81.0",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)