Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#9778)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2022
1 parent 757a92f commit aceaefc
Show file tree
Hide file tree
Showing 26 changed files with 270 additions and 251 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.18.10",
"@microsoft/api-extractor": "^7.29.2",
"@microsoft/api-extractor": "^7.29.3",
"@rollup/plugin-typescript": "^8.3.4",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand Down Expand Up @@ -73,7 +73,7 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.25.0",
"pnpm": "^7.9.0",
"pnpm": "^7.9.3",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
Expand All @@ -83,10 +83,10 @@
"tslib": "^2.4.0",
"tsx": "^3.8.2",
"typescript": "^4.6.4",
"unbuild": "^0.8.8",
"unbuild": "^0.8.9",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.5",
"vitest": "^0.22.0",
"vitepress": "^1.0.0-alpha.10",
"vitest": "^0.22.1",
"vue": "^3.2.37"
},
"simple-git-hooks": {
Expand All @@ -107,7 +107,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.9.0",
"packageManager": "pnpm@7.9.3",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.3.0"
"lit": "^2.3.1"
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"build": "vite build"
},
"dependencies": {
"lit": "^2.3.0"
"lit": "^2.3.1"
},
"devDependencies": {
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.10.3"
"preact": "^10.10.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"typescript": "^4.6.4",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.10.3"
"preact": "^10.10.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"svelte": "^3.49.0",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"typescript": "^4.6.4",
"vite": "^3.0.8",
"vite": "^3.0.9",
"vue-tsc": "^0.40.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"vite": "^3.0.8"
"vite": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"core-js": "^3.24.1",
"magic-string": "^0.26.2",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.2"
"systemjs": "^6.12.3"
},
"peerDependencies": {
"terser": "^5.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
"fast-glob": "^3.2.11",
"http-proxy": "^1.18.1",
"json5": "^2.2.1",
"launch-editor-middleware": "^2.5.0",
"launch-editor-middleware": "^2.6.0",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mlly": "^0.5.12",
"mlly": "^0.5.14",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.54.4",
"sass": "^1.54.5",
"tailwindcss": "^3.1.8",
"fast-glob": "^3.2.11"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.26.2",
"sass": "^1.54.4",
"sass": "^1.54.5",
"stylus": "^0.59.0"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.11",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.4",
"sass": "^1.54.5",
"stylus": "^0.59.0"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.11",
"sass": "^1.54.4"
"sass": "^1.54.5"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.1.3"
"vue-router": "^4.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/react-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
"@emotion/babel-plugin": "^11.10.0",
"@emotion/babel-plugin": "^11.10.2",
"@vitejs/plugin-react": "workspace:*"
},
"babel": {
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"example-external-component": "file:example-external-component",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vue-router": "^4.1.4",
"vuex": "^4.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"autoprefixer": "^10.4.8",
"tailwindcss": "^3.1.8",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
"vue-router": "^4.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.4"
"sass": "^1.54.5"
},
"dependencies": {
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.54.4",
"sass": "^1.54.5",
"stylus": "^0.59.0"
}
}

0 comments on commit aceaefc

Please sign in to comment.