Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d39582

Browse filesBrowse files
fix(deps): update all non-major dependencies (#488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b092bc8 commit 5d39582
Copy full SHA for 5d39582

File tree

Expand file treeCollapse file tree

7 files changed

+249
-256
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+249
-256
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.26.3",
40-
"@eslint/js": "^9.16.0",
40+
"@eslint/js": "^9.17.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",
45-
"@types/node": "^22.10.1",
45+
"@types/node": "^22.10.2",
4646
"@vitejs/release-scripts": "^1.3.2",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.16.0",
49-
"eslint-plugin-import-x": "^4.5.0",
50-
"eslint-plugin-n": "^17.14.0",
48+
"eslint": "^9.17.0",
49+
"eslint-plugin-import-x": "^4.6.1",
50+
"eslint-plugin-n": "^17.15.1",
5151
"eslint-plugin-regexp": "^2.7.0",
5252
"execa": "^9.5.2",
5353
"fs-extra": "^11.2.0",
54-
"lint-staged": "^15.2.10",
55-
"npm-run-all2": "^7.0.1",
54+
"lint-staged": "^15.3.0",
55+
"npm-run-all2": "^7.0.2",
5656
"picocolors": "^1.1.1",
57-
"playwright-chromium": "^1.49.0",
57+
"playwright-chromium": "^1.49.1",
5858
"prettier": "3.4.2",
5959
"rollup": "^4.29.1",
6060
"simple-git-hooks": "^2.11.1",
6161
"tsx": "^4.19.2",
6262
"typescript": "^5.7.2",
63-
"typescript-eslint": "^8.18.0",
63+
"typescript-eslint": "^8.18.2",
6464
"unbuild": "2.0.0",
6565
"vite": "catalog:",
6666
"vitest": "^2.1.8",
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@9.15.0",
86+
"packageManager": "pnpm@9.15.2",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

‎packages/plugin-vue/package.json

Copy file name to clipboardExpand all lines: packages/plugin-vue/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {
42-
"@jridgewell/gen-mapping": "^0.3.5",
42+
"@jridgewell/gen-mapping": "^0.3.8",
4343
"@jridgewell/trace-mapping": "^0.3.25",
4444
"debug": "^4.4.0",
4545
"rollup": "^4.29.1",

‎playground/package.json

Copy file name to clipboardExpand all lines: playground/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.10.1",
7+
"@types/node": "^22.10.2",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1",

‎playground/tailwind/package.json

Copy file name to clipboardExpand all lines: playground/tailwind/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"autoprefixer": "^10.4.20",
14-
"tailwindcss": "^3.4.16",
14+
"tailwindcss": "^3.4.17",
1515
"vue": "catalog:",
1616
"vue-router": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.10.1",
19+
"@types/node": "^22.10.2",
2020
"@vitejs/plugin-vue": "workspace:*",
2121
"ts-node": "^10.9.2"
2222
}

‎playground/vue-sourcemap/package.json

Copy file name to clipboardExpand all lines: playground/vue-sourcemap/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/plugin-vue": "workspace:*",
1414
"less": "^4.2.1",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.82.0"
16+
"sass": "^1.83.0"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

‎playground/vue/package.json

Copy file name to clipboardExpand all lines: playground/vue/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.0",
1919
"less": "^4.2.1",
2020
"pug": "^3.0.3",
21-
"sass": "^1.82.0",
21+
"sass": "^1.83.0",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.