Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#10160)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2022
1 parent 43b7b78 commit 6233c83
Show file tree
Hide file tree
Showing 27 changed files with 331 additions and 330 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.19.0",
"@microsoft/api-extractor": "^7.30.0",
"@microsoft/api-extractor": "^7.31.2",
"@rollup/plugin-typescript": "^8.5.0",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -58,8 +58,8 @@
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.23.1",
Expand All @@ -73,8 +73,8 @@
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.25.2",
"pnpm": "^7.11.0",
"playwright-chromium": "^1.26.0",
"pnpm": "^7.12.2",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
Expand All @@ -86,10 +86,10 @@
"tslib": "^2.4.0",
"tsx": "^3.9.0",
"typescript": "^4.6.4",
"unbuild": "^0.8.10",
"unbuild": "^0.8.11",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.13",
"vitest": "^0.23.2",
"vitepress": "^1.0.0-alpha.15",
"vitest": "^0.23.4",
"vue": "^3.2.39"
},
"simple-git-hooks": {
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.12.2",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -18,6 +18,6 @@
"lit": "^2.3.1"
},
"devDependencies": {
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -13,10 +13,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.19",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-react/package.json
Expand Up @@ -13,9 +13,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.19",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,13 +10,13 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@sveltejs/vite-plugin-svelte": "^1.0.8",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@sveltejs/vite-plugin-svelte": "^1.0.8",
"svelte": "^3.50.1",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite": "^3.1.3",
"vue-tsc": "^0.40.13"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.19.0",
"core-js": "^3.25.1",
"magic-string": "^0.26.3",
"@babel/standalone": "^7.19.2",
"core-js": "^3.25.2",
"magic-string": "^0.26.4",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.6"
},
Expand All @@ -46,7 +46,7 @@
"vite": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"picocolors": "^1.0.0",
"vite": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Expand Up @@ -39,12 +39,12 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@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",
"@babel/plugin-transform-react-jsx-source": "^7.18.6",
"magic-string": "^0.26.3",
"magic-string": "^0.26.4",
"react-refresh": "^0.14.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.19.0",
"@babel/plugin-transform-typescript": "^7.19.1",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/vite/package.json
Expand Up @@ -68,14 +68,14 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/types": "^7.19.0",
"@jridgewell/trace-mapping": "^0.3.15",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "14.0.1",
"@rollup/plugin-node-resolve": "14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/pluginutils": "^4.2.1",
"acorn": "^8.8.0",
Expand All @@ -96,9 +96,9 @@
"http-proxy": "^1.18.1",
"json5": "^2.2.1",
"launch-editor-middleware": "^2.6.0",
"magic-string": "^0.26.3",
"magic-string": "^0.26.4",
"micromatch": "^4.0.5",
"mlly": "^0.5.14",
"mlly": "^0.5.16",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.0",
Expand All @@ -114,12 +114,12 @@
"source-map-js": "^1.0.2",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.0.1",
"strip-literal": "^0.4.0",
"strip-literal": "^0.4.2",
"tsconfck": "^2.0.1",
"tslib": "^2.4.0",
"types": "link:./types",
"ufo": "^0.8.5",
"ws": "^8.8.1"
"ws": "^8.9.0"
},
"peerDependencies": {
"less": "*",
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.54.9",
"sass": "^1.55.0",
"tailwindcss": "^3.1.8",
"fast-glob": "^3.2.12"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/css-sourcemap/package.json
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.26.3",
"sass": "^1.54.9",
"magic-string": "^0.26.4",
"sass": "^1.55.0",
"stylus": "^0.59.0"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.9",
"sass": "^1.55.0",
"stylus": "^0.59.0"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.54.9"
"sass": "^1.55.0"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -28,7 +28,7 @@
"added-in-entries": "file:./added-in-entries",
"lodash-es": "^4.17.21",
"nested-exclude": "file:./nested-exclude",
"phoenix": "^1.6.11",
"phoenix": "^1.6.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-linked": "workspace:0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-react/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
"react-router-dom": "^6.4.1"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.9",
"autoprefixer": "^10.4.12",
"tailwindcss": "^3.1.8",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Expand Up @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.9"
"sass": "^1.55.0"
},
"dependencies": {
"vue": "^3.2.39"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.54.9",
"sass": "^1.55.0",
"stylus": "^0.59.0"
}
}

0 comments on commit 6233c83

Please sign in to comment.