Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#11846)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2023
1 parent 356ddfe commit 5d55083
Show file tree
Hide file tree
Showing 7 changed files with 191 additions and 181 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.20.7",
"@microsoft/api-extractor": "^7.33.8",
"@microsoft/api-extractor": "^7.34.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/babel__core": "^7.20.0",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -63,7 +63,7 @@
"@typescript-eslint/parser": "^5.49.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.16.14",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-define-config": "^1.14.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -75,21 +75,21 @@
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.29.2",
"playwright-chromium": "^1.30.0",
"prettier": "2.8.3",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^4.1.2",
"rollup": "^3.10.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.1",
"tslib": "^2.5.0",
"tsx": "^3.12.2",
"typescript": "^4.9.3",
"unbuild": "^1.1.1",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.40",
"vitest": "^0.28.1",
"vitepress": "^1.0.0-alpha.44",
"vitest": "^0.28.3",
"vue": "^3.2.45"
},
"simple-git-hooks": {
Expand All @@ -109,7 +109,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.25.1",
"packageManager": "pnpm@7.26.2",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -14,7 +14,7 @@
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.4.1",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.1.0-beta.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.20.13",
"@babel/standalone": "^7.20.14",
"core-js": "^3.27.2",
"magic-string": "^0.27.0",
"regenerator-runtime": "^0.13.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Expand Up @@ -113,7 +113,7 @@
"okie": "^1.0.1",
"open": "^8.4.0",
"parse5": "^7.1.2",
"periscopic": "^3.0.4",
"periscopic": "^3.1.0",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"postcss-import": "^15.1.0",
Expand All @@ -127,7 +127,7 @@
"strip-ansi": "^7.0.1",
"strip-literal": "^0.4.2",
"tsconfck": "^2.0.2",
"tslib": "^2.4.1",
"tslib": "^2.5.0",
"types": "link:./types",
"ufo": "^1.0.1",
"ws": "^8.12.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.2",
"terser": "^5.16.1"
"terser": "^5.16.2"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -17,7 +17,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts"
},
"devDependencies": {
"terser": "^5.16.1",
"terser": "^5.16.2",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}
Expand Down

0 comments on commit 5d55083

Please sign in to comment.