Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2022
1 parent 8ea71b4 commit e7da282
Show file tree
Hide file tree
Showing 29 changed files with 345 additions and 353 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.20.0",
"@babel/types": "^7.20.2",
"@microsoft/api-extractor": "^7.33.5",
"@rollup/plugin-typescript": "^8.5.0",
"@types/babel__core": "^7.1.19",
Expand All @@ -58,11 +58,11 @@
"@types/semver": "^7.3.13",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-define-config": "^1.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -74,22 +74,22 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.27.1",
"pnpm": "^7.14.1",
"pnpm": "^7.14.2",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-license": "^2.9.0",
"rollup-plugin-license": "^2.9.1",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"tsx": "^3.11.0",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.26",
"vitest": "^0.24.3",
"vitepress": "^1.0.0-alpha.27",
"vitest": "^0.24.5",
"vue": "^3.2.41"
},
"simple-git-hooks": {
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.14.2",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit-ts/package.json
Expand Up @@ -17,10 +17,10 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.4.0"
"lit": "^2.4.1"
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit/package.json
Expand Up @@ -15,9 +15,9 @@
"build": "vite build"
},
"dependencies": {
"lit": "^2.4.0"
"lit": "^2.4.1"
},
"devDependencies": {
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
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.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
4 changes: 2 additions & 2 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.24",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-react/package.json
Expand Up @@ -13,9 +13,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -15,8 +15,8 @@
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"typescript": "^4.6.4",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"svelte": "^3.52.0",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
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": "^3.2.1"
"vite": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.1",
"vite": "^3.2.2",
"vue-tsc": "^1.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"vite": "^3.2.1"
"vite": "^3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.20.0",
"@babel/standalone": "^7.20.2",
"core-js": "^3.26.0",
"magic-string": "^0.26.7",
"regenerator-runtime": "^0.13.10",
Expand All @@ -46,7 +46,7 @@
"vite": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"picocolors": "^1.0.0",
"vite": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.20.0",
"@babel/core": "^7.20.2",
"@babel/plugin-transform-typescript": "^7.20.2",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -68,8 +68,8 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.20.0",
"@babel/types": "^7.20.0",
"@babel/parser": "^7.20.2",
"@babel/types": "^7.20.2",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
Expand Down Expand Up @@ -117,10 +117,10 @@
"strip-ansi": "^7.0.1",
"strip-literal": "^0.4.2",
"tsconfck": "^2.0.1",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"types": "link:./types",
"ufo": "^0.8.6",
"ws": "^8.10.0"
"ws": "^8.11.0"
},
"peerDependencies": {
"@types/node": ">= 14",
Expand Down
4 changes: 2 additions & 2 deletions playground/backend-integration/package.json
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.55.0",
"tailwindcss": "^3.2.1",
"sass": "^1.56.0",
"tailwindcss": "^3.2.2",
"fast-glob": "^3.2.12"
}
}
2 changes: 1 addition & 1 deletion playground/config/packages/siblings/package.json
@@ -1,7 +1,7 @@
{
"name": "@vite/test-config-sibling",
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.188",
"lodash": "^4.17.21"
}
}
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.26.7",
"sass": "^1.55.0",
"sass": "^1.56.0",
"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.55.0",
"sass": "^1.56.0",
"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.55.0"
"sass": "^1.56.0"
}
}
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.20.0",
"@babel/runtime": "^7.20.1",
"es5-ext": "0.10.62",
"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-react/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2"
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
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.2.1"
"tailwindcss": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.1",
"tailwindcss": "^3.2.2",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Expand Up @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.55.0"
"sass": "^1.56.0"
},
"dependencies": {
"vue": "^3.2.41"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.55.0",
"sass": "^1.56.0",
"stylus": "^0.59.0"
}
}

0 comments on commit e7da282

Please sign in to comment.