Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8558)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2022
1 parent c6f43dd commit 9a1fd4c
Show file tree
Hide file tree
Showing 26 changed files with 253 additions and 239 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@babel/types": "^7.18.4",
"@microsoft/api-extractor": "^7.24.2",
"@rollup/plugin-typescript": "^8.3.2",
"@microsoft/api-extractor": "^7.25.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
"@types/convert-source-map": "^1.5.2",
Expand All @@ -57,26 +57,26 @@
"@types/semver": "^7.3.9",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.38",
"eslint": "^8.17.0",
"eslint-define-config": "^1.5.0",
"eslint-define-config": "^1.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"esno": "^0.16.3",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"kill-port": "^1.6.1",
"lint-staged": "^13.0.0",
"lint-staged": "^13.0.1",
"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.9",
"pnpm": "^7.2.1",
"prettier": "2.6.2",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
Expand All @@ -89,7 +89,7 @@
"unbuild": "^0.7.4",
"vite": "workspace:*",
"vitepress": "1.0.0-draft.8",
"vitest": "^0.14.1",
"vitest": "^0.14.2",
"vue": "^3.2.37"
},
"simple-git-hooks": {
Expand All @@ -110,7 +110,7 @@
"eslint --fix"
]
},
"packageManager": "pnpm@7.1.9",
"packageManager": "pnpm@7.2.1",
"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": "^2.9.9"
"vite": "^2.9.12"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -18,6 +18,6 @@
"lit": "^2.2.5"
},
"devDependencies": {
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
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.2.0",
"typescript": "^4.6.4",
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.2.0",
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
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.5",
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^4.6.4",
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Expand Up @@ -16,6 +16,6 @@
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
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.0-next.47",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
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.0-next.47",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"svelte": "^3.48.0",
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
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.9"
"vite": "^2.9.12"
}
}
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.9"
"vite": "^2.9.12"
}
}
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.9",
"vue-tsc": "^0.37.0"
"vite": "^2.9.12",
"vue-tsc": "^0.37.5"
}
}
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.9"
"vite": "^2.9.12"
}
}
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -75,7 +75,7 @@
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/pluginutils": "^4.2.1",
"@vue/compiler-dom": "^3.2.37",
"acorn": "^8.7.1",
Expand All @@ -99,7 +99,7 @@
"launch-editor-middleware": "^2.4.0",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mrmime": "^1.0.0",
"mrmime": "^1.0.1",
"node-forge": "^1.3.1",
"okie": "^1.0.1",
"open": "^8.4.0",
Expand All @@ -109,7 +109,7 @@
"postcss-load-config": "^3.1.4",
"postcss-modules": "^4.3.1",
"resolve.exports": "^1.1.0",
"rollup-plugin-license": "^2.8.0",
"rollup-plugin-license": "^2.8.1",
"sirv": "^2.0.2",
"source-map-js": "^1.0.2",
"source-map-support": "^0.5.21",
Expand All @@ -119,7 +119,7 @@
"tslib": "^2.4.0",
"types": "link:./types",
"ufo": "^0.8.4",
"ws": "^8.7.0"
"ws": "^8.8.0"
},
"peerDependencies": {
"less": "*",
Expand Down
4 changes: 2 additions & 2 deletions playground/css-sourcemap/package.json
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"devDependencies": {
"less": "^4.1.2",
"less": "^4.1.3",
"magic-string": "^0.26.2",
"sass": "^1.52.2",
"sass": "^1.52.3",
"stylus": "^0.58.1"
}
}
4 changes: 2 additions & 2 deletions playground/css/package.json
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"css-dep": "link:./css-dep",
"fast-glob": "^3.2.11",
"less": "^4.1.2",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.52.2",
"sass": "^1.52.3",
"stylus": "^0.58.1"
}
}
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.1",
"terser": "^5.13.1"
"terser": "^5.14.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.52.2"
"sass": "^1.52.3"
}
}
4 changes: 2 additions & 2 deletions playground/preload/package.json
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.0.15"
"vue-router": "^4.0.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"terser": "^5.13.1"
"terser": "^5.14.1"
}
}
4 changes: 2 additions & 2 deletions playground/react-emotion/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/react": "^11.9.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-switch": "^6.0.0"
"react-switch": "^6.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.18.2",
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.15",
"vue-router": "^4.0.16",
"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.0.24"
"tailwindcss": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -12,7 +12,7 @@
"autoprefixer": "^10.4.7",
"tailwindcss": "^2.2.19",
"vue": "^3.2.37",
"vue-router": "^4.0.15"
"vue-router": "^4.0.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions playground/vue-sourcemap/package.json
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.2",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.52.2"
"sass": "^1.52.3"
},
"dependencies": {
"vue": "^3.2.37"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.2",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.52.2",
"sass": "^1.52.3",
"stylus": "^0.58.1"
}
}

0 comments on commit 9a1fd4c

Please sign in to comment.