Skip to content

Commit 8f4a5dc

Browse files
fix(deps): update all non-major dependencies (#50)
1 parent 61f5ab1 commit 8f4a5dc

File tree

8 files changed

+354
-313
lines changed

8 files changed

+354
-313
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"ci-publish": "tsx scripts/publishCI.ts"
3232
},
3333
"devDependencies": {
34-
"@babel/types": "^7.20.5",
35-
"@microsoft/api-extractor": "^7.33.6",
34+
"@babel/types": "^7.20.7",
35+
"@microsoft/api-extractor": "^7.33.7",
3636
"@rollup/plugin-typescript": "^10.0.1",
3737
"@types/babel__core": "^7.1.20",
3838
"@types/babel__standalone": "^7.1.4",
@@ -45,20 +45,20 @@
4545
"@types/less": "^3.0.3",
4646
"@types/micromatch": "^4.0.2",
4747
"@types/minimist": "^1.2.2",
48-
"@types/node": "^18.11.10",
48+
"@types/node": "^18.11.18",
4949
"@types/picomatch": "^2.3.0",
50-
"@types/prompts": "^2.4.1",
50+
"@types/prompts": "^2.4.2",
5151
"@types/resolve": "^1.20.2",
5252
"@types/sass": "~1.43.1",
5353
"@types/semver": "^7.3.13",
5454
"@types/stylus": "^0.48.38",
55-
"@types/ws": "^8.5.3",
56-
"@typescript-eslint/eslint-plugin": "^5.45.0",
57-
"@typescript-eslint/parser": "^5.45.0",
55+
"@types/ws": "^8.5.4",
56+
"@typescript-eslint/eslint-plugin": "^5.47.1",
57+
"@typescript-eslint/parser": "^5.47.1",
5858
"conventional-changelog-cli": "^2.2.2",
5959
"esbuild": "^0.16.3",
60-
"eslint": "^8.29.0",
61-
"eslint-define-config": "^1.12.0",
60+
"eslint": "^8.31.0",
61+
"eslint-define-config": "^1.13.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"eslint-plugin-node": "^11.1.0",
6464
"eslint-plugin-regexp": "^1.11.0",
@@ -69,9 +69,9 @@
6969
"minimist": "^1.2.7",
7070
"npm-run-all": "^4.1.5",
7171
"picocolors": "^1.0.0",
72-
"playwright-chromium": "^1.28.1",
73-
"pnpm": "^7.18.1",
74-
"prettier": "2.8.0",
72+
"playwright-chromium": "^1.29.1",
73+
"pnpm": "^7.21.0",
74+
"prettier": "2.8.1",
7575
"prompts": "^2.4.2",
7676
"resolve": "^1.22.1",
7777
"rimraf": "^3.0.2",
@@ -83,8 +83,8 @@
8383
"tsx": "^3.12.1",
8484
"typescript": "^4.6.4",
8585
"unbuild": "^0.9.4",
86-
"vite": "^4.0.0",
87-
"vitest": "^0.25.3",
86+
"vite": "^4.0.3",
87+
"vitest": "^0.26.3",
8888
"vue": "^3.2.45"
8989
},
9090
"simple-git-hooks": {
@@ -105,7 +105,7 @@
105105
"eslint --cache --fix"
106106
]
107107
},
108-
"packageManager": "pnpm@7.18.1",
108+
"packageManager": "pnpm@7.21.0",
109109
"pnpm": {
110110
"overrides": {
111111
"@vitejs/plugin-vue": "workspace:*"

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.20.5",
39-
"@babel/plugin-transform-typescript": "^7.20.2",
38+
"@babel/core": "^7.20.7",
39+
"@babel/plugin-transform-typescript": "^7.20.7",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},
4242
"devDependencies": {
43-
"vite": "^4.0.0"
43+
"vite": "^4.0.3"
4444
},
4545
"peerDependencies": {
4646
"vite": "^4.0.0",

packages/plugin-vue/package.json

+1-1
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.0",
48+
"vite": "^4.0.3",
4949
"vue": "^3.2.45"
5050
}
5151
}

playground/ssr-vue/package.json

+1-1
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.27",
19+
"pinia": "^2.0.28",
2020
"vue": "^3.2.45",
2121
"vue-router": "^4.1.6"
2222
},

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": "^3.0.0-alpha.0"
16+
"@vitejs/plugin-legacy": "^3.0.1"
1717
}
1818
}

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.0",
15-
"sass": "^1.56.1"
15+
"sass": "^1.57.1"
1616
},
1717
"dependencies": {
1818
"vue": "^3.2.45"

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.56.1",
20+
"sass": "^1.57.1",
2121
"stylus": "^0.59.0"
2222
}
2323
}

0 commit comments

Comments
 (0)