Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies (#10725)
  • Loading branch information
renovate[bot] committed Oct 31, 2022
1 parent e8eb67a commit 22cfad8
Show file tree
Hide file tree
Showing 21 changed files with 225 additions and 216 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.19.4",
"@microsoft/api-extractor": "^7.33.4",
"@babel/types": "^7.20.0",
"@microsoft/api-extractor": "^7.33.5",
"@rollup/plugin-typescript": "^8.5.0",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -55,15 +55,15 @@
"@types/prompts": "^2.4.1",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/semver": "^7.3.12",
"@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",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.26.0",
"eslint-define-config": "^1.8.0",
"eslint-define-config": "^1.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^6.1.0",
Expand All @@ -74,21 +74,21 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.27.1",
"pnpm": "^7.14.0",
"pnpm": "^7.14.1",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-license": "^2.8.2",
"rollup-plugin-license": "^2.9.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.0",
"tsx": "^3.11.0",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.22",
"vitepress": "^1.0.0-alpha.26",
"vitest": "^0.24.3",
"vue": "^3.2.41"
},
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.14.0",
"packageManager": "pnpm@7.14.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": "^3.2.0"
"vite": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -18,6 +18,6 @@
"lit": "^2.4.0"
},
"devDependencies": {
"vite": "^3.2.0"
"vite": "^3.2.1"
}
}
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.0"
"vite": "^3.2.1"
}
}
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.0"
"vite": "^3.2.1"
}
}
6 changes: 3 additions & 3 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.22",
"@types/react-dom": "^18.0.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.0"
"vite": "^3.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Expand Up @@ -13,9 +13,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.0"
"vite": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -17,6 +17,6 @@
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.0"
"vite": "^3.2.1"
}
}
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.0"
"vite": "^3.2.1"
}
}
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.0"
"vite": "^3.2.1"
}
}
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.0"
"vite": "^3.2.1"
}
}
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.0",
"vite": "^3.2.1",
"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.0"
"vite": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion 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.19.6",
"@babel/standalone": "^7.20.0",
"core-js": "^3.26.0",
"magic-string": "^0.26.7",
"regenerator-runtime": "^0.13.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.19.3",
"@babel/plugin-transform-typescript": "^7.20.0",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Expand Up @@ -68,8 +68,8 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.19.6",
"@babel/types": "^7.19.4",
"@babel/parser": "^7.20.0",
"@babel/types": "^7.20.0",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^22.0.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -29,7 +29,7 @@
"added-in-entries": "file:./added-in-entries",
"lodash-es": "^4.17.21",
"nested-exclude": "file:./nested-exclude",
"phoenix": "^1.6.14",
"phoenix": "^1.6.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-linked": "workspace:0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/react-emotion/package.json
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/react": "^11.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-switch": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
"@emotion/babel-plugin": "^11.10.2",
"@emotion/babel-plugin": "^11.10.5",
"@vitejs/plugin-react": "workspace:*"
},
"babel": {
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.19.4",
"@babel/runtime": "^7.20.0",
"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/tailwind/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.12",
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.1",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
Expand Down

0 comments on commit 22cfad8

Please sign in to comment.