Skip to content

Commit 516ee02

Browse files
fix(deps): update all non-major dependencies
1 parent 7fec9eb commit 516ee02

File tree

6 files changed

+318
-490
lines changed

6 files changed

+318
-490
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/types": "^7.20.7",
35-
"@types/babel__core": "^7.1.20",
35+
"@types/babel__core": "^7.20.0",
3636
"@types/convert-source-map": "^1.5.2",
3737
"@types/debug": "^4.1.7",
3838
"@types/fs-extra": "^11.0.1",
@@ -41,35 +41,35 @@
4141
"@types/prompts": "^2.4.2",
4242
"@types/resolve": "^1.20.2",
4343
"@types/semver": "^7.3.13",
44-
"@typescript-eslint/eslint-plugin": "^5.47.1",
45-
"@typescript-eslint/parser": "^5.47.1",
44+
"@typescript-eslint/eslint-plugin": "^5.49.0",
45+
"@typescript-eslint/parser": "^5.49.0",
4646
"conventional-changelog-cli": "^2.2.2",
47-
"eslint": "^8.31.0",
48-
"eslint-define-config": "^1.13.0",
49-
"eslint-plugin-import": "^2.26.0",
47+
"eslint": "^8.32.0",
48+
"eslint-define-config": "^1.14.0",
49+
"eslint-plugin-import": "^2.27.5",
5050
"eslint-plugin-node": "^11.1.0",
51-
"eslint-plugin-regexp": "^1.11.0",
51+
"eslint-plugin-regexp": "^1.12.0",
5252
"execa": "^6.1.0",
5353
"fast-glob": "^3.2.12",
5454
"fs-extra": "^11.1.0",
5555
"lint-staged": "^13.1.0",
5656
"minimist": "^1.2.7",
5757
"npm-run-all": "^4.1.5",
5858
"picocolors": "^1.0.0",
59-
"playwright-chromium": "^1.29.1",
60-
"pnpm": "^7.21.0",
61-
"prettier": "2.8.1",
59+
"playwright-chromium": "^1.30.0",
60+
"pnpm": "^7.26.1",
61+
"prettier": "2.8.3",
6262
"prompts": "^2.4.2",
6363
"resolve": "^1.22.1",
6464
"rollup": "^3.7.0",
6565
"rollup-plugin-license": "^2.9.1",
6666
"semver": "^7.3.8",
6767
"simple-git-hooks": "^2.8.1",
68-
"tsx": "^3.12.1",
68+
"tsx": "^3.12.2",
6969
"typescript": "^4.6.4",
7070
"unbuild": "^1.1.1",
71-
"vite": "^4.0.3",
72-
"vitest": "^0.26.3",
71+
"vite": "^4.0.4",
72+
"vitest": "^0.28.3",
7373
"vue": "^3.2.45"
7474
},
7575
"simple-git-hooks": {
@@ -90,7 +90,7 @@
9090
"eslint --cache --fix"
9191
]
9292
},
93-
"packageManager": "pnpm@7.21.0",
93+
"packageManager": "pnpm@7.26.1",
9494
"pnpm": {
9595
"overrides": {
9696
"@vitejs/plugin-vue": "workspace:*"

packages/plugin-vue-jsx/package.json

Lines changed: 3 additions & 3 deletions
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.20.7",
39-
"@babel/plugin-transform-typescript": "^7.20.7",
38+
"@babel/core": "^7.20.12",
39+
"@babel/plugin-transform-typescript": "^7.20.13",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},
4242
"devDependencies": {
43-
"vite": "^4.0.3"
43+
"vite": "^4.0.4"
4444
},
4545
"peerDependencies": {
4646
"vite": "^4.0.0",

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"rollup": "^3.7.0",
4646
"slash": "^5.0.0",
4747
"source-map": "^0.6.1",
48-
"vite": "^4.0.3",
48+
"vite": "^4.0.4",
4949
"vue": "^3.2.45"
5050
}
5151
}

playground/ssr-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^2.0.28",
19+
"pinia": "^2.0.29",
2020
"vue": "^3.2.45",
2121
"vue-router": "^4.1.6"
2222
},

playground/vue-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",
16-
"@vitejs/plugin-legacy": "^3.0.1"
16+
"@vitejs/plugin-legacy": "^3.0.2"
1717
}
1818
}

0 commit comments

Comments
 (0)