Skip to content

Commit

Permalink
chore(deps): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 21, 2024
1 parent fe5d919 commit 662afc3
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 199 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "5.0.4",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/hash-sum": "^1.0.2",
"@types/minimist": "^1.2.5",
Expand All @@ -78,7 +78,7 @@
"@vue/consolidate": "1.0.0",
"conventional-changelog-cli": "^4.1.0",
"enquirer": "^2.4.1",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^8.56.0",
"eslint-define-config": "^1.24.1",
Expand All @@ -100,19 +100,19 @@
"pug": "^3.0.2",
"puppeteer": "~21.11.0",
"rimraf": "^5.0.5",
"rollup": "4.9.2",
"rollup": "4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"semver": "^7.5.4",
"serve": "^14.2.1",
"simple-git-hooks": "^2.9.0",
"terser": "^5.27.0",
"terser": "^5.27.2",
"todomvc-app-css": "^2.4.3",
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typescript": "^5.2.2",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vitest": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/sfc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12"
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.4"
},
"dependencies": {
"@vue/repl": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sfc-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12"
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.4"
}
}

0 comments on commit 662afc3

Please sign in to comment.