Skip to content

Commit 3b6953b

Browse files
fix(deps): update all non-major dependencies
1 parent 93c444c commit 3b6953b

File tree

8 files changed

+762
-728
lines changed

8 files changed

+762
-728
lines changed

Diff for: package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,39 +37,39 @@
3737
"@types/debug": "^4.1.8",
3838
"@types/fs-extra": "^11.0.1",
3939
"@types/minimist": "^1.2.2",
40-
"@types/node": "^18.16.19",
40+
"@types/node": "^18.17.0",
4141
"@types/prompts": "^2.4.4",
4242
"@types/resolve": "^1.20.2",
4343
"@types/semver": "^7.5.0",
44-
"@typescript-eslint/eslint-plugin": "^5.60.1",
45-
"@typescript-eslint/parser": "^5.60.1",
44+
"@typescript-eslint/eslint-plugin": "^5.62.0",
45+
"@typescript-eslint/parser": "^5.62.0",
4646
"conventional-changelog-cli": "^2.2.2",
47-
"eslint": "^8.44.0",
47+
"eslint": "^8.45.0",
4848
"eslint-define-config": "^1.21.0",
4949
"eslint-plugin-import": "^2.27.5",
5050
"eslint-plugin-node": "^11.1.0",
5151
"eslint-plugin-regexp": "^1.15.0",
5252
"execa": "^6.1.0",
53-
"fast-glob": "^3.3.0",
53+
"fast-glob": "^3.3.1",
5454
"fs-extra": "^11.1.1",
5555
"lint-staged": "^13.2.3",
5656
"minimist": "^1.2.8",
5757
"npm-run-all": "^4.1.5",
5858
"picocolors": "^1.0.0",
59-
"playwright-chromium": "^1.35.1",
60-
"pnpm": "^7.33.3",
59+
"playwright-chromium": "^1.36.1",
60+
"pnpm": "^7.33.5",
6161
"prettier": "2.8.8",
6262
"prompts": "^2.4.2",
6363
"resolve": "^1.22.2",
6464
"rollup": "^3.20.2",
6565
"rollup-plugin-license": "^2.9.1",
66-
"semver": "^7.5.3",
67-
"simple-git-hooks": "^2.8.1",
66+
"semver": "^7.5.4",
67+
"simple-git-hooks": "^2.9.0",
6868
"tsx": "^3.12.7",
6969
"typescript": "^4.9.5",
7070
"unbuild": "^1.2.1",
71-
"vite": "^4.3.9",
72-
"vitest": "^0.32.3",
71+
"vite": "^4.4.6",
72+
"vitest": "^0.33.0",
7373
"vue": "^3.3.4"
7474
},
7575
"simple-git-hooks": {
@@ -90,7 +90,7 @@
9090
"eslint --cache --fix"
9191
]
9292
},
93-
"packageManager": "[email protected].3",
93+
"packageManager": "[email protected].5",
9494
"pnpm": {
9595
"overrides": {
9696
"@vitejs/plugin-vue": "workspace:*"

Diff for: packages/plugin-vue-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.22.5",
39-
"@babel/plugin-transform-typescript": "^7.22.5",
38+
"@babel/core": "^7.22.9",
39+
"@babel/plugin-transform-typescript": "^7.22.9",
4040
"@vue/babel-plugin-jsx": "^1.1.5"
4141
},
4242
"devDependencies": {
43-
"vite": "^4.3.9"
43+
"vite": "^4.4.6"
4444
},
4545
"peerDependencies": {
4646
"vite": "^4.0.0",

Diff for: packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"rollup": "^3.17.2",
4646
"slash": "^5.1.0",
4747
"source-map": "^0.6.1",
48-
"vite": "^4.3.9",
48+
"vite": "^4.4.6",
4949
"vue": "^3.3.4"
5050
}
5151
}

Diff for: playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vitejs/test-example-external-component": "file:example-external-component",
1919
"pinia": "^2.1.4",
2020
"vue": "^3.3.4",
21-
"vue-router": "^4.2.2"
21+
"vue-router": "^4.2.4"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "workspace:*",

Diff for: playground/vue-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",
16-
"@vitejs/plugin-legacy": "^4.0.5"
16+
"@vitejs/plugin-legacy": "^4.1.1"
1717
}
1818
}

Diff for: playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.1.3",
1414
"postcss-nested": "^6.0.1",
15-
"sass": "^1.63.6"
15+
"sass": "^1.64.1"
1616
},
1717
"dependencies": {
1818
"vue": "^3.3.4"

Diff for: playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.1.3",
1919
"pug": "^3.0.2",
20-
"sass": "^1.63.6",
20+
"sass": "^1.64.1",
2121
"stylus": "^0.59.0"
2222
}
2323
}

0 commit comments

Comments
 (0)