Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2022
1 parent 29abeea commit ca5c633
Show file tree
Hide file tree
Showing 12 changed files with 207 additions and 182 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.20.5",
"@microsoft/api-extractor": "^7.33.6",
"@microsoft/api-extractor": "^7.33.7",
"@rollup/plugin-typescript": "^10.0.1",
"@types/babel__core": "^7.1.20",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -50,16 +50,16 @@
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.10",
"@types/node": "^18.11.13",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.1",
"@types/prompts": "^2.4.2",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/semver": "^7.3.13",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.16.3",
"eslint": "^8.29.0",
Expand All @@ -76,7 +76,7 @@
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.1",
"pnpm": "^7.18.1",
"prettier": "2.8.0",
"prettier": "2.8.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
Expand All @@ -89,8 +89,8 @@
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.29",
"vitest": "^0.25.3",
"vitepress": "^1.0.0-alpha.31",
"vitest": "^0.25.7",
"vue": "^3.2.45"
},
"simple-git-hooks": {
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.4.1"
"lit": "^2.5.0"
},
"devDependencies": {
"typescript": "^4.9.3",
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.4.1"
"lit": "^2.5.0"
},
"devDependencies": {
"vite": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,10 +10,10 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"svelte-check": "^2.10.2",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
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": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"svelte": "^3.54.0",
"vite": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
"vue-tsc": "^1.0.13"
}
}
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -59,7 +59,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.16.3",
"postcss": "^8.4.19",
"postcss": "^8.4.20",
"resolve": "^1.22.1",
"rollup": "^3.7.0"
},
Expand All @@ -72,7 +72,7 @@
"@babel/types": "^7.20.5",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-dynamic-import-vars": "^2.0.1",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"periscopic": "^3.0.4",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"postcss-import": "^15.0.1",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-modules": "^6.0.0",
"resolve.exports": "^1.1.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.56.1",
"sass": "^1.56.2",
"tailwindcss": "^3.2.4",
"fast-glob": "^3.2.12"
}
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.27.0",
"sass": "^1.56.1",
"sass": "^1.56.2",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.56.1",
"sass": "^1.56.2",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.56.1"
"sass": "^1.56.2"
}
}

0 comments on commit ca5c633

Please sign in to comment.