Skip to content

Commit 069207c

Browse files
authored
chore: bump minors and rebuild lock (#8074)
1 parent facbbdf commit 069207c

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -35,42 +35,42 @@
3535
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3636
},
3737
"devDependencies": {
38-
"@microsoft/api-extractor": "^7.23.0",
38+
"@microsoft/api-extractor": "^7.23.1",
3939
"@types/fs-extra": "^9.0.13",
40-
"@types/jest": "^27.4.1",
41-
"@types/node": "^17.0.25",
42-
"@types/prompts": "^2.0.14",
40+
"@types/jest": "^27.5.0",
41+
"@types/node": "^17.0.31",
42+
"@types/prompts": "^2.4.0",
4343
"@types/semver": "^7.3.9",
44-
"@typescript-eslint/eslint-plugin": "^5.21.0",
45-
"@typescript-eslint/parser": "^5.21.0",
44+
"@typescript-eslint/eslint-plugin": "^5.22.0",
45+
"@typescript-eslint/parser": "^5.22.0",
4646
"conventional-changelog-cli": "^2.2.2",
4747
"cross-env": "^7.0.3",
48-
"esbuild": "^0.14.27",
49-
"eslint": "^8.14.0",
48+
"esbuild": "^0.14.38",
49+
"eslint": "^8.15.0",
5050
"eslint-define-config": "^1.4.0",
5151
"eslint-plugin-node": "^11.1.0",
5252
"execa": "^5.1.1",
5353
"fs-extra": "^10.1.0",
5454
"jest": "^27.5.1",
5555
"lint-staged": "^12.4.1",
5656
"minimist": "^1.2.6",
57-
"node-fetch": "^2.6.6",
57+
"node-fetch": "^2.6.7",
5858
"npm-run-all": "^4.1.5",
5959
"picocolors": "^1.0.0",
6060
"playwright-chromium": "^1.21.1",
6161
"prettier": "2.6.2",
6262
"prompts": "^2.4.2",
6363
"rimraf": "^3.0.2",
64-
"rollup": "^2.59.0",
64+
"rollup": "^2.72.1",
6565
"semver": "^7.3.7",
6666
"simple-git-hooks": "^2.7.0",
6767
"sirv": "^2.0.2",
6868
"ts-jest": "^27.1.4",
69-
"ts-node": "^10.4.0",
70-
"typescript": "~4.5.4",
69+
"ts-node": "^10.7.0",
70+
"typescript": "^4.6.4",
7171
"vite": "workspace:*",
72-
"vitepress": "^0.22.3",
73-
"vitest": "^0.10.4"
72+
"vitepress": "^0.22.4",
73+
"vitest": "^0.10.5"
7474
},
7575
"simple-git-hooks": {
7676
"pre-commit": "pnpm exec lint-staged --concurrent false",

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/hash-sum": "^1.0.0",
4040
"debug": "^4.3.4",
4141
"hash-sum": "^2.0.0",
42-
"rollup": "^2.59.0",
42+
"rollup": "^2.72.1",
4343
"slash": "^4.0.0",
4444
"source-map": "^0.6.1",
4545
"vue": "^3.2.33"

playground/ssr-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"example-external-component": "file:example-external-component",
1818
"vue": "^3.2.33",
19-
"vue-router": "^4.0.0",
19+
"vue-router": "^4.0.15",
2020
"vuex": "^4.0.2"
2121
},
2222
"devDependencies": {
@@ -25,7 +25,7 @@
2525
"compression": "^1.7.4",
2626
"cross-env": "^7.0.3",
2727
"dep-import-type": "link:./dep-import-type",
28-
"express": "^4.17.1",
29-
"serve-static": "^1.14.1"
28+
"express": "^4.18.1",
29+
"serve-static": "^1.15.0"
3030
}
3131
}

playground/vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.25"
12+
"vue": "^3.2.33"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",

playground/vue-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-consumer": "vite build --config ./vite.config.consumer.ts"
99
},
1010
"dependencies": {
11-
"vue": "^3.2.25"
11+
"vue": "^3.2.33"
1212
},
1313
"devDependencies": {
1414
"@vitejs/plugin-vue": "workspace:*"

playground/vue-sourcemap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.1.2",
14-
"sass": "^1.43.4",
15-
"postcss-nested": "^5.0.6"
14+
"postcss-nested": "^5.0.6",
15+
"sass": "^1.51.0"
1616
},
1717
"dependencies": {
18-
"vue": "^3.2.31"
18+
"vue": "^3.2.33"
1919
}
2020
}

playground/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"lodash-es": "^4.17.21",
13-
"vue": "^3.2.25"
13+
"vue": "^3.2.33"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.1.2",
1919
"pug": "^3.0.2",
20-
"sass": "^1.43.4",
20+
"sass": "^1.51.0",
2121
"stylus": "^0.55.0"
2222
}
2323
}

0 commit comments

Comments
 (0)