Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#9180)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent b775b71 commit 8b44316
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 107 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"version": "3.3.4",
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.7.6",
"type": "module",
"scripts": {
"dev": "node scripts/dev.js",
Expand Down Expand Up @@ -65,42 +65,42 @@
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@types/hash-sum": "^1.0.0",
"@types/node": "^16.4.7",
"@types/node": "^16.18.52",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-istanbul": "^0.34.3",
"@vue/consolidate": "0.17.3",
"chalk": "^4.1.0",
"conventional-changelog-cli": "^2.0.31",
"enquirer": "^2.3.2",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.4.1",
"esbuild": "^0.17.4",
"esbuild-plugin-polyfill-node": "^0.2.0",
"eslint": "^8.48.0",
"eslint-plugin-jest": "^27.2.3",
"estree-walker": "^2.0.2",
"execa": "^4.0.2",
"execa": "^4.1.0",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"lodash": "^4.17.15",
"lodash": "^4.17.21",
"magic-string": "^0.30.0",
"markdown-table": "^3.0.3",
"marked": "^4.0.10",
"minimist": "^1.2.0",
"marked": "^4.3.0",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"pretty-bytes": "^6.1.1",
"pug": "^3.0.1",
"pug": "^3.0.2",
"puppeteer": "~21.1.1",
"rollup": "^3.26.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"semver": "^7.3.2",
"semver": "^7.5.4",
"serve": "^14.2.1",
"simple-git-hooks": "^2.9.0",
"terser": "^5.19.2",
"todomvc-app-css": "^2.3.0",
"tslib": "^2.5.0",
"tsx": "^3.12.7",
"todomvc-app-css": "^2.4.2",
"tslib": "^2.6.2",
"tsx": "^3.12.10",
"typescript": "^5.1.6",
"vite": "^4.3.0",
"vitest": "^0.34.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
},
"devDependencies": {
"@babel/types": "^7.21.3",
"@types/estree": "^0.0.48",
"@types/lru-cache": "^5.1.0",
"@types/estree": "^0.0.52",
"@types/lru-cache": "^5.1.1",
"@vue/consolidate": "^0.17.3",
"hash-sum": "^2.0.0",
"lru-cache": "^5.1.1",
"merge-source-map": "^1.1.0",
"minimatch": "^9.0.0",
"minimatch": "^9.0.3",
"postcss-modules": "^4.0.0",
"postcss-selector-parser": "^6.0.4",
"pug": "^3.0.1",
"sass": "^1.26.9"
"pug": "^3.0.2",
"sass": "^1.67.0"
}
}
2 changes: 1 addition & 1 deletion packages/runtime-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"dependencies": {
"@vue/shared": "3.3.4",
"@vue/runtime-core": "3.3.4",
"csstype": "^3.1.1"
"csstype": "^3.1.2"
}
}
Loading

0 comments on commit 8b44316

Please sign in to comment.