Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#9022)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2022
1 parent e2a6bf4 commit 6342140
Show file tree
Hide file tree
Showing 22 changed files with 183 additions and 186 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.18.7",
"@microsoft/api-extractor": "^7.28.2",
"@babel/types": "^7.18.8",
"@microsoft/api-extractor": "^7.28.4",
"@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.4",
"@typescript-eslint/parser": "^5.30.4",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
Expand All @@ -76,7 +76,7 @@
"node-fetch": "^3.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.23.1",
"playwright-chromium": "^1.23.2",
"pnpm": "^7.5.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
Expand All @@ -91,7 +91,7 @@
"unbuild": "^0.7.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.4",
"vitest": "^0.17.0",
"vitest": "^0.18.0",
"vue": "^3.2.37"
},
"simple-git-hooks": {
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": "^2.9.13"
"vite": "^2.9.14"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -18,6 +18,6 @@
"lit": "^2.2.7"
},
"devDependencies": {
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.8.2"
"preact": "^10.9.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"typescript": "^4.6.4",
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.8.2"
"preact": "^10.9.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
6 changes: 3 additions & 3 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.14",
"@types/react-dom": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^4.6.4",
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Expand Up @@ -13,9 +13,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^1.3.2",
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -12,11 +12,11 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.48.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"svelte": "^3.48.0",
"vite": "^2.9.13"
"svelte": "^3.49.0",
"vite": "^2.9.14"
}
}
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": "^2.9.13"
"vite": "^2.9.14"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.6.4",
"vite": "^2.9.13",
"vue-tsc": "^0.38.2"
"vite": "^2.9.14",
"vue-tsc": "^0.38.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"vite": "^2.9.13"
"vite": "^2.9.14"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.18.7",
"core-js": "^3.23.1",
"@babel/standalone": "^7.18.8",
"core-js": "^3.23.4",
"magic-string": "^0.26.2",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.18.8",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -68,8 +68,8 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.18.6",
"@babel/types": "^7.18.7",
"@babel/parser": "^7.18.8",
"@babel/types": "^7.18.8",
"@jridgewell/trace-mapping": "^0.3.14",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.1",
Expand Down Expand Up @@ -118,7 +118,7 @@
"tsconfck": "^2.0.1",
"tslib": "^2.4.0",
"types": "link:./types",
"ufo": "^0.8.4",
"ufo": "^0.8.5",
"ws": "^8.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"tailwindcss": "^3.1.5",
"fast-glob": "^3.2.11"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"vue-router": "^4.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"example-external-component": "file:example-external-component",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vue-router": "^4.1.1",
"vuex": "^4.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind-sourcemap/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"tailwindcss": "^3.1.4"
"tailwindcss": "^3.1.5"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"autoprefixer": "^10.4.7",
"tailwindcss": "^3.1.4",
"tailwindcss": "^3.1.5",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"vue-router": "^4.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down

0 comments on commit 6342140

Please sign in to comment.