Skip to content

Commit 451912e

Browse files
chore(deps): update build
1 parent b8fc18c commit 451912e

File tree

4 files changed

+163
-154
lines changed

4 files changed

+163
-154
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"chalk": "^4.1.0",
7474
"conventional-changelog-cli": "^4.1.0",
7575
"enquirer": "^2.4.1",
76-
"esbuild": "^0.19.3",
76+
"esbuild": "^0.19.4",
7777
"esbuild-plugin-polyfill-node": "^0.3.0",
7878
"eslint": "^8.49.0",
7979
"eslint-plugin-jest": "^27.4.0",
@@ -92,14 +92,14 @@
9292
"pug": "^3.0.2",
9393
"puppeteer": "~21.2.1",
9494
"rimraf": "^5.0.1",
95-
"rollup": "^3.29.2",
95+
"rollup": "^3.29.4",
9696
"rollup-plugin-dts": "^6.0.2",
97-
"rollup-plugin-esbuild": "^6.0.0",
97+
"rollup-plugin-esbuild": "^6.0.2",
9898
"rollup-plugin-polyfill-node": "^0.12.0",
9999
"semver": "^7.5.4",
100100
"serve": "^14.2.1",
101101
"simple-git-hooks": "^2.9.0",
102-
"terser": "^5.19.4",
102+
"terser": "^5.20.0",
103103
"todomvc-app-css": "^2.4.2",
104104
"tslib": "^2.6.2",
105105
"tsx": "^3.12.10",

packages/sfc-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^4.3.4",
12+
"@vitejs/plugin-vue": "^4.4.0",
1313
"vite": "^4.4.9"
1414
},
1515
"dependencies": {

packages/sfc-playground/src/download/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vue": "^3.3.0"
1111
},
1212
"devDependencies": {
13-
"@vitejs/plugin-vue": "^4.3.4",
13+
"@vitejs/plugin-vue": "^4.4.0",
1414
"vite": "^4.4.9"
1515
}
1616
}

0 commit comments

Comments
 (0)