Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #9575

Merged
merged 1 commit into from Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.18.9",
"@microsoft/api-extractor": "^7.28.7",
"@babel/types": "^7.18.10",
"@microsoft/api-extractor": "^7.29.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -57,8 +57,8 @@
"@types/semver": "^7.3.10",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
Expand All @@ -73,20 +73,20 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.24.2",
"pnpm": "^7.8.0",
"pnpm": "^7.9.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.75.6",
"semver": "^7.3.7",
"simple-git-hooks": "^2.8.0",
"tslib": "^2.4.0",
"tsx": "^3.8.0",
"tsx": "^3.8.1",
"typescript": "^4.6.4",
"unbuild": "^0.7.6",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.4",
"vitest": "^0.20.2",
"vitest": "^0.21.0",
"vue": "^3.2.37"
},
"simple-git-hooks": {
Expand All @@ -107,7 +107,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.8.0",
"packageManager": "pnpm@7.9.0",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.10.0"
"preact": "^10.10.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.10.0"
"preact": "^10.10.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"vite": "^3.0.4"
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": "^3.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.4",
"vue-tsc": "^0.39.4"
"vue-tsc": "^0.39.5"
}
}
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.18.9",
"@babel/standalone": "^7.18.12",
"core-js": "^3.24.1",
"magic-string": "^0.26.2",
"regenerator-runtime": "^0.13.9",
Expand All @@ -46,7 +46,7 @@
"vite": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"vite": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Expand Up @@ -39,8 +39,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/core": "^7.18.10",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
"@babel/plugin-transform-react-jsx-source": "^7.18.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.18.8",
"@babel/plugin-transform-typescript": "^7.18.12",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 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.14.47",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"resolve": "^1.22.1",
"rollup": "^2.75.6"
},
Expand All @@ -68,12 +68,12 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.18.9",
"@babel/types": "^7.18.9",
"@babel/parser": "^7.18.11",
"@babel/types": "^7.18.10",
"@jridgewell/trace-mapping": "^0.3.14",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
Expand All @@ -96,10 +96,10 @@
"fast-glob": "^3.2.11",
"http-proxy": "^1.18.1",
"json5": "^2.2.1",
"launch-editor-middleware": "^2.4.0",
"launch-editor-middleware": "^2.5.0",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mlly": "^0.5.5",
"mlly": "^0.5.7",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.0",
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.54.0",
"tailwindcss": "^3.1.7",
"sass": "^1.54.3",
"tailwindcss": "^3.1.8",
"fast-glob": "^3.2.11"
}
}
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.2",
"sass": "^1.54.0",
"sass": "^1.54.3",
"stylus": "^0.58.1"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.11",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.0",
"sass": "^1.54.3",
"stylus": "^0.58.1"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.11",
"sass": "^1.54.0"
"sass": "^1.54.3"
}
}
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"es5-ext": "0.10.61",
"es5-ext": "0.10.62",
"normalize.css": "^8.0.1",
"require-pkg-with-module-field": "link:./require-pkg-with-module-field",
"resolve-browser-field": "link:./browser-field",
Expand Down
Expand Up @@ -4,6 +4,6 @@
"version": "1.0.0",
"main": "./index.cjs",
"dependencies": {
"bignumber.js": "9.0.2"
"bignumber.js": "9.1.0"
}
}
2 changes: 1 addition & 1 deletion playground/tailwind-sourcemap/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"tailwindcss": "^3.1.7"
"tailwindcss": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"autoprefixer": "^10.4.8",
"tailwindcss": "^3.1.7",
"tailwindcss": "^3.1.8",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
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.54.0"
"sass": "^1.54.3"
},
"dependencies": {
"vue": "^3.2.37"
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.54.0",
"sass": "^1.54.3",
"stylus": "^0.58.1"
}
}