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] committed Jan 27, 2023
1 parent 7fec9eb commit 516ee02
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 490 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/types": "^7.20.7",
"@types/babel__core": "^7.1.20",
"@types/babel__core": "^7.20.0",
"@types/convert-source-map": "^1.5.2",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^11.0.1",
Expand All @@ -41,35 +41,35 @@
"@types/prompts": "^2.4.2",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.31.0",
"eslint-define-config": "^1.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.32.0",
"eslint-define-config": "^1.14.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.11.0",
"eslint-plugin-regexp": "^1.12.0",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.29.1",
"pnpm": "^7.21.0",
"prettier": "2.8.1",
"playwright-chromium": "^1.30.0",
"pnpm": "^7.26.1",
"prettier": "2.8.3",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rollup": "^3.7.0",
"rollup-plugin-license": "^2.9.1",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.1",
"tsx": "^3.12.2",
"typescript": "^4.6.4",
"unbuild": "^1.1.1",
"vite": "^4.0.3",
"vitest": "^0.26.3",
"vite": "^4.0.4",
"vitest": "^0.28.3",
"vue": "^3.2.45"
},
"simple-git-hooks": {
Expand All @@ -90,7 +90,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.26.1",
"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.20.7",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-transform-typescript": "^7.20.13",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
"vite": "^4.0.3"
"vite": "^4.0.4"
},
"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.7.0",
"slash": "^5.0.0",
"source-map": "^0.6.1",
"vite": "^4.0.3",
"vite": "^4.0.4",
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.0.28",
"pinia": "^2.0.29",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
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": "^3.0.1"
"@vitejs/plugin-legacy": "^3.0.2"
}
}
Loading

0 comments on commit 516ee02

Please sign in to comment.