Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8391)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 30, 2022
1 parent 95cdd81 commit 842f995
Show file tree
Hide file tree
Showing 31 changed files with 350 additions and 360 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -34,8 +34,8 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.17.10",
"@microsoft/api-extractor": "^7.24.1",
"@babel/types": "^7.18.4",
"@microsoft/api-extractor": "^7.24.2",
"@rollup/plugin-typescript": "^8.3.2",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -57,8 +57,8 @@
"@types/semver": "^7.3.9",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.38",
Expand All @@ -70,27 +70,27 @@
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"kill-port": "^1.6.1",
"lint-staged": "^12.4.1",
"lint-staged": "^12.4.3",
"minimist": "^1.2.6",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.22.2",
"pnpm": "^7.1.3",
"pnpm": "^7.1.7",
"prettier": "2.6.2",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.72.1",
"semver": "^7.3.7",
"simple-git-hooks": "^2.7.0",
"simple-git-hooks": "^2.8.0",
"sirv": "^2.0.2",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"unbuild": "^0.7.4",
"vite": "workspace:*",
"vitepress": "1.0.0-draft.8",
"vitest": "^0.12.9",
"vue": "^3.2.35"
"vitest": "^0.13.0",
"vue": "^3.2.36"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -110,7 +110,7 @@
"eslint --fix"
]
},
"packageManager": "pnpm@7.1.3",
"packageManager": "pnpm@7.1.7",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Expand Up @@ -17,7 +17,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.2.4"
"lit": "^2.2.5"
},
"devDependencies": {
"typescript": "^4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -15,7 +15,7 @@
"build": "vite build"
},
"dependencies": {
"lit": "^2.2.4"
"lit": "^2.2.5"
},
"devDependencies": {
"vite": "^2.9.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^4.6.4",
"vite": "^2.9.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"vite": "^2.9.9"
}
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.0.0-next.44",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.46",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
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.0.0-next.44",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.46",
"svelte": "^3.48.0",
"vite": "^2.9.9"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.15"
"vue-tsc": "^0.35.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
Expand Down
6 changes: 3 additions & 3 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.1",
"core-js": "^3.22.6",
"@babel/standalone": "^7.18.4",
"core-js": "^3.22.7",
"magic-string": "^0.26.2",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.1"
Expand All @@ -46,6 +46,6 @@
},
"devDependencies": {
"vite": "workspace:*",
"@babel/core": "^7.18.0"
"@babel/core": "^7.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/core": "^7.18.2",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
"@babel/plugin-transform-react-jsx-self": "^7.17.12",
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.18.0",
"@babel/core": "^7.18.2",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.18.1",
"@babel/plugin-transform-typescript": "^7.18.4",
"@rollup/pluginutils": "^4.2.1",
"@vue/babel-plugin-jsx": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -46,7 +46,7 @@
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vite": "workspace:*",
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/vite/package.json
Expand Up @@ -70,8 +70,8 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.18.0",
"@babel/types": "^7.18.0",
"@babel/parser": "^7.18.4",
"@babel/types": "^7.18.4",
"@jridgewell/trace-mapping": "^0.3.13",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.1.0",
Expand All @@ -80,7 +80,7 @@
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/pluginutils": "^4.2.1",
"@vue/compiler-dom": "^3.2.35",
"@vue/compiler-dom": "^3.2.36",
"acorn": "^8.7.1",
"cac": "6.7.9",
"chokidar": "^3.5.3",
Expand All @@ -99,7 +99,7 @@
"fast-glob": "^3.2.11",
"http-proxy": "^1.18.1",
"json5": "^2.2.1",
"launch-editor-middleware": "^2.3.0",
"launch-editor-middleware": "^2.4.0",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mrmime": "^1.0.0",
Expand All @@ -112,18 +112,18 @@
"postcss-load-config": "^3.1.4",
"postcss-modules": "^4.3.1",
"resolve.exports": "^1.1.0",
"rollup-plugin-license": "^2.7.0",
"rollup-plugin-license": "^2.8.0",
"sirv": "^2.0.2",
"source-map-js": "^1.0.2",
"source-map-support": "^0.5.21",
"strip-ansi": "^6.0.1",
"strip-literal": "^0.3.0",
"terser": "^5.13.1",
"tsconfck": "^2.0.0",
"terser": "^5.14.0",
"tsconfck": "^2.0.1",
"tslib": "^2.4.0",
"types": "link:./types",
"ufo": "^0.8.4",
"ws": "^8.6.0"
"ws": "^8.7.0"
},
"peerDependencies": {
"less": "*",
Expand Down
2 changes: 1 addition & 1 deletion playground/alias/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"resolve-linked": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Expand Up @@ -12,6 +12,6 @@
"less": "^4.1.2",
"magic-string": "^0.26.2",
"sass": "^1.52.1",
"stylus": "^0.57.0"
"stylus": "^0.58.0"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -14,6 +14,6 @@
"less": "^4.1.2",
"postcss-nested": "^5.0.6",
"sass": "^1.52.1",
"stylus": "^0.57.0"
"stylus": "^0.58.0"
}
}
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
}
}
2 changes: 1 addition & 1 deletion playground/json/package.json
Expand Up @@ -15,6 +15,6 @@
"cross-env": "^7.0.3",
"express": "^4.18.1",
"json-module": "file:./json-module",
"vue": "^3.2.35"
"vue": "^3.2.36"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^17.0.2",
"resolve-linked": "workspace:0.0.0",
"url": "^0.11.0",
"vue": "^3.2.35",
"vue": "^3.2.36",
"vuex": "^4.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.35",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/react-emotion/package.json
Expand Up @@ -15,7 +15,7 @@
"react-switch": "^6.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.17.12",
"@babel/plugin-proposal-pipeline-operator": "^7.18.2",
"@emotion/babel-plugin": "^11.9.2",
"@vitejs/plugin-react": "workspace:*"
},
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.18.0",
"@babel/runtime": "^7.18.3",
"es5-ext": "0.10.61",
"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",
"vue": "^3.2.35",
"vue": "^3.2.36",
"vue-router": "^4.0.15",
"vuex": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"autoprefixer": "^10.4.7",
"tailwindcss": "^2.2.19",
"vue": "^3.2.35",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.7.0"
"ts-node": "^10.8.0"
}
}
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -8,7 +8,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-server-origin/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Expand Up @@ -15,6 +15,6 @@
"sass": "^1.52.1"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
}
}
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.2",
"pug": "^3.0.2",
"sass": "^1.52.1",
"stylus": "^0.57.0"
"stylus": "^0.58.0"
}
}

0 comments on commit 842f995

Please sign in to comment.