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 fdeef62

Browse filesBrowse files
fix(deps): update all non-major dependencies
1 parent 6737f06 commit fdeef62
Copy full SHA for fdeef62

File tree

Expand file treeCollapse file tree

9 files changed

+556
-681
lines changed
Filter options
Expand file treeCollapse file tree

9 files changed

+556
-681
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.27.1",
40-
"@eslint/js": "^9.26.0",
40+
"@eslint/js": "^9.27.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.15.17",
45+
"@types/node": "^22.15.19",
4646
"@vitejs/release-scripts": "^1.5.0",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.26.0",
49-
"eslint-import-resolver-typescript": "^4.3.4",
50-
"eslint-plugin-import-x": "^4.11.0",
48+
"eslint": "^9.27.0",
49+
"eslint-import-resolver-typescript": "^4.3.5",
50+
"eslint-plugin-import-x": "^4.12.2",
5151
"eslint-plugin-n": "^17.18.0",
5252
"eslint-plugin-regexp": "^2.7.0",
5353
"execa": "^9.5.3",
@@ -60,10 +60,10 @@
6060
"simple-git-hooks": "^2.13.0",
6161
"tsx": "^4.19.4",
6262
"typescript": "^5.8.3",
63-
"typescript-eslint": "^8.32.0",
63+
"typescript-eslint": "^8.32.1",
6464
"unbuild": "3.5.0",
6565
"vite": "catalog:",
66-
"vitest": "^3.1.3",
66+
"vitest": "^3.1.4",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@10.10.0",
86+
"packageManager": "pnpm@10.11.0",
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
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.8",
4343
"@jridgewell/trace-mapping": "^0.3.25",
44-
"debug": "^4.4.0",
44+
"debug": "^4.4.1",
4545
"rollup": "^4.40.2",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.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.15.17",
7+
"@types/node": "^22.15.19",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

‎playground/tailwind-v3/package.json

Copy file name to clipboardExpand all lines: playground/tailwind-v3/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.17",
18+
"@types/node": "^22.15.19",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

‎playground/tailwind/package.json

Copy file name to clipboardExpand all lines: playground/tailwind/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.1.5",
14-
"tailwindcss": "^4.1.5",
13+
"@tailwindcss/vite": "^4.1.7",
14+
"tailwindcss": "^4.1.7",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.17",
18+
"@types/node": "^22.15.19",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

‎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.3.0",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.87.0"
16+
"sass": "^1.89.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.3.0",
2020
"pug": "^3.0.3",
21-
"sass": "^1.87.0",
21+
"sass": "^1.89.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.