Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#10393)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2022
1 parent cd79cc0 commit e238633
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"@types/minimist": "^1.2.2",
"@types/node": "^17.0.42",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.0.14",
"@types/prompts": "^2.4.1",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"eslint-define-config": "^1.7.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -73,23 +73,23 @@
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.26.1",
"pnpm": "^7.13.0",
"playwright-chromium": "^1.27.0",
"pnpm": "^7.13.3",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-license": "^2.8.1",
"semver": "^7.3.7",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.0",
"tslib": "^2.4.0",
"tsx": "^3.9.0",
"tsx": "^3.10.1",
"typescript": "^4.6.4",
"unbuild": "^0.8.11",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.19",
"vitest": "^0.23.4",
"vitest": "^0.24.0",
"vue": "^3.2.40"
},
"simple-git-hooks": {
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.13.0",
"packageManager": "pnpm@7.13.3",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.15",
"@jridgewell/trace-mapping": "^0.3.16",
"debug": "^4.3.4",
"rollup": "^2.79.1",
"slash": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"example-external-component": "file:example-external-component",
"pinia": "^2.0.22",
"pinia": "^2.0.23",
"vue": "^3.2.40",
"vue-router": "^4.1.5"
},
Expand All @@ -25,7 +25,7 @@
"@vitejs/plugin-vue-jsx": "workspace:*",
"compression": "^1.7.4",
"dep-import-type": "link:./dep-import-type",
"express": "^4.18.1",
"express": "^4.18.2",
"serve-static": "^1.15.0"
}
}

0 comments on commit e238633

Please sign in to comment.