Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2023
1 parent 93c444c commit 3b6953b
Show file tree
Hide file tree
Showing 8 changed files with 762 additions and 728 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,39 +37,39 @@
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/minimist": "^1.2.2",
"@types/node": "^18.16.19",
"@types/node": "^18.17.0",
"@types/prompts": "^2.4.4",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.15.0",
"execa": "^6.1.0",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.3",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.35.1",
"pnpm": "^7.33.3",
"playwright-chromium": "^1.36.1",
"pnpm": "^7.33.5",
"prettier": "2.8.8",
"prompts": "^2.4.2",
"resolve": "^1.22.2",
"rollup": "^3.20.2",
"rollup-plugin-license": "^2.9.1",
"semver": "^7.5.3",
"simple-git-hooks": "^2.8.1",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.12.7",
"typescript": "^4.9.5",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.32.3",
"vite": "^4.4.6",
"vitest": "^0.33.0",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand All @@ -90,7 +90,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.33.3",
"packageManager": "pnpm@7.33.5",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-typescript": "^7.22.9",
"@vue/babel-plugin-jsx": "^1.1.5"
},
"devDependencies": {
"vite": "^4.3.9"
"vite": "^4.4.6"
},
"peerDependencies": {
"vite": "^4.0.0",
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 @@ -45,7 +45,7 @@
"rollup": "^3.17.2",
"slash": "^5.1.0",
"source-map": "^0.6.1",
"vite": "^4.3.9",
"vite": "^4.4.6",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"@vitejs/plugin-legacy": "^4.0.5"
"@vitejs/plugin-legacy": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^6.0.1",
"sass": "^1.63.6"
"sass": "^1.64.1"
},
"dependencies": {
"vue": "^3.3.4"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.63.6",
"sass": "^1.64.1",
"stylus": "^0.59.0"
}
}
Loading

0 comments on commit 3b6953b

Please sign in to comment.