Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#9347)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 25, 2022
1 parent 13e6450 commit 2fcb027
Show file tree
Hide file tree
Showing 22 changed files with 363 additions and 297 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.18.9",
"@microsoft/api-extractor": "^7.28.4",
"@microsoft/api-extractor": "^7.28.6",
"@rollup/plugin-typescript": "^8.3.3",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -59,8 +59,8 @@
"@types/semver": "^7.3.10",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
Expand All @@ -73,11 +73,11 @@
"kill-port": "^1.6.1",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"node-fetch": "^3.2.8",
"node-fetch": "^3.2.9",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.23.4",
"pnpm": "^7.5.2",
"playwright-chromium": "^1.24.0",
"pnpm": "^7.6.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
Expand All @@ -88,10 +88,10 @@
"tslib": "^2.4.0",
"tsx": "^3.8.0",
"typescript": "^4.6.4",
"unbuild": "^0.7.4",
"unbuild": "^0.7.6",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.4",
"vitest": "^0.18.1",
"vitest": "^0.19.0",
"vue": "^3.2.37"
},
"simple-git-hooks": {
Expand All @@ -112,7 +112,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.5.2",
"packageManager": "pnpm@7.6.0",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit-ts/package.json
Expand Up @@ -17,10 +17,10 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.2.7"
"lit": "^2.2.8"
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit/package.json
Expand Up @@ -15,9 +15,9 @@
"build": "vite build"
},
"dependencies": {
"lit": "^2.2.7"
"lit": "^2.2.8"
},
"devDependencies": {
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
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.3.0",
"typescript": "^4.6.4",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Expand Up @@ -17,6 +17,6 @@
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Expand Up @@ -16,6 +16,6 @@
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -17,6 +17,6 @@
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"svelte": "^3.49.0",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
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.0.1"
"vite": "^3.0.2"
}
}
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.0.1"
"vite": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.1",
"vue-tsc": "^0.38.8"
"vite": "^3.0.2",
"vue-tsc": "^0.39.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"vite": "^3.0.1"
"vite": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.18.9",
"core-js": "^3.23.5",
"core-js": "^3.24.0",
"magic-string": "^0.26.2",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Expand Up @@ -79,7 +79,7 @@
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/pluginutils": "^4.2.1",
"@vue/compiler-dom": "^3.2.37",
"acorn": "^8.7.1",
"acorn": "^8.8.0",
"cac": "^6.7.12",
"chokidar": "^3.5.3",
"connect": "^3.7.0",
Expand All @@ -99,7 +99,7 @@
"launch-editor-middleware": "^2.4.0",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mlly": "^0.5.4",
"mlly": "^0.5.5",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.0",
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.53.0",
"sass": "^1.54.0",
"tailwindcss": "^3.1.6",
"fast-glob": "^3.2.11"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.26.2",
"sass": "^1.53.0",
"sass": "^1.54.0",
"stylus": "^0.58.1"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.11",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.53.0",
"sass": "^1.54.0",
"stylus": "^0.58.1"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.11",
"sass": "^1.53.0"
"sass": "^1.54.0"
}
}
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.53.0"
"sass": "^1.54.0"
},
"dependencies": {
"vue": "^3.2.37"
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.53.0",
"sass": "^1.54.0",
"stylus": "^0.58.1"
}
}

0 comments on commit 2fcb027

Please sign in to comment.