Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#11091)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2022
1 parent d76db0c commit 073a4bf
Show file tree
Hide file tree
Showing 13 changed files with 256 additions and 258 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.20.2",
"@babel/types": "^7.20.5",
"@microsoft/api-extractor": "^7.33.6",
"@rollup/plugin-typescript": "^9.0.2",
"@types/babel__core": "^7.1.20",
Expand All @@ -58,25 +58,25 @@
"@types/semver": "^7.3.13",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.15.9",
"eslint": "^8.28.0",
"eslint-define-config": "^1.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.10.0",
"eslint-plugin-regexp": "^1.11.0",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"lint-staged": "^13.0.3",
"lint-staged": "^13.0.4",
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.0",
"pnpm": "^7.17.0",
"prettier": "2.7.1",
"playwright-chromium": "^1.28.1",
"pnpm": "^7.17.1",
"prettier": "2.8.0",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
Expand All @@ -90,7 +90,7 @@
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.29",
"vitest": "^0.25.2",
"vitest": "^0.25.3",
"vue": "^3.2.45"
},
"simple-git-hooks": {
Expand All @@ -111,7 +111,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.17.0",
"packageManager": "pnpm@7.17.1",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.2.0",
"@sveltejs/vite-plugin-svelte": "^1.3.1",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.2.0",
"@sveltejs/vite-plugin-svelte": "^1.3.1",
"svelte": "^3.53.1",
"vite": "^3.2.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.20.4",
"@babel/standalone": "^7.20.6",
"core-js": "^3.26.1",
"magic-string": "^0.26.7",
"regenerator-runtime": "^0.13.11",
Expand All @@ -46,7 +46,7 @@
"vite": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"picocolors": "^1.0.0",
"vite": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/plugin-transform-typescript": "^7.20.2",
"@vue/babel-plugin-jsx": "^1.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -68,13 +68,13 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.20.3",
"@babel/types": "^7.20.2",
"@babel/parser": "^7.20.5",
"@babel/types": "^7.20.5",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-dynamic-import-vars": "^2.0.1",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@rollup/pluginutils": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/config/packages/siblings/package.json
@@ -1,7 +1,7 @@
{
"name": "@vite/test-config-sibling",
"devDependencies": {
"@types/lodash": "^4.14.189",
"@types/lodash": "^4.14.190",
"lodash": "^4.17.21"
}
}
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.15.1"
"terser": "^5.16.0"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"terser": "^5.15.1",
"terser": "^5.16.0",
"dep-a": "file:./dep-a",
"dep-including-a": "file:./dep-including-a"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@babel/runtime": "^7.20.6",
"es5-ext": "0.10.62",
"normalize.css": "^8.0.1",
"require-pkg-with-module-field": "link:./require-pkg-with-module-field",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"example-external-component": "file:example-external-component",
"pinia": "^2.0.24",
"pinia": "^2.0.27",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
Expand Down

0 comments on commit 073a4bf

Please sign in to comment.