Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#13701)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2023
1 parent bf22991 commit 02c6bc3
Show file tree
Hide file tree
Showing 17 changed files with 699 additions and 722 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/types": "^7.22.5",
"@microsoft/api-extractor": "^7.36.0",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-typescript": "^11.1.2",
"@types/babel__core": "^7.20.1",
"@types/babel__preset-env": "^7.9.2",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -56,25 +56,25 @@
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@types/picomatch": "^2.3.0",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/release-scripts": "^1.2.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-regexp": "^1.15.0",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.35.1",
Expand All @@ -83,13 +83,13 @@
"rimraf": "^5.0.1",
"rollup": "^3.25.2",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"tsx": "^3.12.7",
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.3",
"vitest": "^0.32.2",
"vitepress": "1.0.0-beta.5",
"vitest": "^0.32.4",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand All @@ -109,7 +109,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.6.4",
"packageManager": "pnpm@8.6.6",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -16,10 +16,10 @@
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.0.0",
"svelte": "^4.0.3",
"svelte-check": "^3.4.4",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"svelte": "^4.0.0",
"svelte": "^4.0.3",
"vite": "^4.3.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.8.1"
"vue-tsc": "^1.8.3"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Expand Up @@ -42,11 +42,11 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.6",
"@babel/preset-env": "^7.22.6",
"browserslist": "^4.21.9",
"core-js": "^3.31.0",
"magic-string": "^0.30.0",
"magic-string": "^0.30.1",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.14.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/vite/package.json
Expand Up @@ -76,15 +76,15 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.22.5",
"@babel/parser": "^7.22.6",
"@babel/types": "^7.22.5",
"@jridgewell/trace-mapping": "^0.3.18",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/pluginutils": "^5.0.2",
"@types/pnpapi": "^0.0.2",
"@types/escape-html": "^1.0.2",
Expand All @@ -105,12 +105,12 @@
"escape-html": "^1.0.3",
"estree-walker": "^3.0.3",
"etag": "^1.8.1",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"http-proxy": "^1.18.1",
"json-stable-stringify": "^1.0.2",
"launch-editor-middleware": "^2.6.0",
"lightningcss": "^1.21.1",
"magic-string": "^0.30.0",
"lightningcss": "^1.21.4",
"magic-string": "^0.30.1",
"micromatch": "^4.0.5",
"mlly": "^1.4.0",
"mrmime": "^1.0.1",
Expand All @@ -130,7 +130,7 @@
"strip-ansi": "^7.1.0",
"strip-literal": "^1.0.1",
"tsconfck": "^2.1.1",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"types": "link:./types",
"ufo": "^1.1.2",
"ws": "^8.13.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"sass": "^1.63.6",
"tailwindcss": "^3.3.2",
"fast-glob": "^3.2.12"
"fast-glob": "^3.3.0"
}
}
2 changes: 1 addition & 1 deletion playground/css-lightningcss/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"lightningcss": "^1.21.1"
"lightningcss": "^1.21.4"
}
}
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.30.0",
"magic-string": "^0.30.1",
"sass": "^1.63.6",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -20,7 +20,7 @@
"@vitejs/test-css-dep-exports": "link:./css-dep-exports",
"@vitejs/test-css-js-dep": "file:./css-js-dep",
"@vitejs/test-css-proxy-dep": "file:./css-proxy-dep",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"less": "^4.1.3",
"postcss-nested": "^6.0.1",
"sass": "^1.63.6",
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.2",
"terser": "^5.18.1"
"terser": "^5.18.2"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"devDependencies": {
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"sass": "^1.63.6"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -18,7 +18,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts"
},
"devDependencies": {
"terser": "^5.18.1",
"terser": "^5.18.2",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Expand Up @@ -18,7 +18,7 @@
"#other-pkg-slash/": "@vitejs/test-resolve-imports-pkg/nest/"
},
"dependencies": {
"@babel/runtime": "^7.22.5",
"@babel/runtime": "^7.22.6",
"es5-ext": "0.10.62",
"normalize.css": "^8.0.1",
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",
Expand Down

0 comments on commit 02c6bc3

Please sign in to comment.