diff --git a/package.json b/package.json index 2a8e6a55fc2bfc..171d3094ebd03a 100644 --- a/package.json +++ b/package.json @@ -24,25 +24,25 @@ "ci-docs": "run-s build-vite build-plugin-vue build-docs" }, "devDependencies": { - "@microsoft/api-extractor": "^7.19.2", + "@microsoft/api-extractor": "^7.19.3", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.0.3", - "@types/node": "^16.11.14", + "@types/node": "^16.11.17", "@types/prompts": "^2.0.14", "@types/semver": "^7.3.9", - "@typescript-eslint/eslint-plugin": "^5.7.0", - "@typescript-eslint/parser": "^5.7.0", + "@typescript-eslint/eslint-plugin": "^5.8.1", + "@typescript-eslint/parser": "^5.8.1", "chalk": "^4.1.2", - "conventional-changelog-cli": "^2.1.1", + "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "0.14.3", - "eslint": "^8.4.1", - "eslint-define-config": "^1.2.0", + "eslint": "^8.5.0", + "eslint-define-config": "^1.2.1", "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", "jest": "^27.4.5", - "lint-staged": "^12.1.2", + "lint-staged": "^12.1.4", "minimist": "^1.2.5", "node-fetch": "^2.6.6", "npm-run-all": "^4.1.5", @@ -57,7 +57,7 @@ "ts-node": "^10.4.0", "typescript": "~4.5.4", "vite": "workspace:*", - "vitepress": "^0.20.9", + "vitepress": "^0.20.10", "yorkie": "^2.0.0" }, "gitHooks": { @@ -75,7 +75,7 @@ "eslint --ext .ts" ] }, - "packageManager": "pnpm@6.24.1", + "packageManager": "pnpm@6.24.4", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/create-vite/package.json b/packages/create-vite/package.json index bb340a75b5773a..3aa6c3fd486814 100644 --- a/packages/create-vite/package.json +++ b/packages/create-vite/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/create-vite#readme", "dependencies": { - "kolorist": "^1.5.0", + "kolorist": "^1.5.1", "minimist": "^1.2.5", "prompts": "^2.4.2" } diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 9caeeb00ceb7f9..d71fa06de0eec8 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme", "dependencies": { "@babel/standalone": "^7.16.6", - "core-js": "^3.20.0", + "core-js": "^3.20.1", "magic-string": "^0.25.7", "regenerator-runtime": "^0.13.9", "systemjs": "^6.11.0" diff --git a/packages/vite/package.json b/packages/vite/package.json index 3541d36876db17..36121e69c08098 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -59,7 +59,7 @@ "@babel/types": "^7.16.0", "@rollup/plugin-alias": "^3.1.8", "@rollup/plugin-commonjs": "^21.0.1", - "@rollup/plugin-dynamic-import-vars": "^1.4.1", + "@rollup/plugin-dynamic-import-vars": "^1.4.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "13.1.1", "@rollup/plugin-typescript": "^8.3.0", @@ -72,7 +72,7 @@ "@types/less": "^3.0.3", "@types/micromatch": "^4.0.2", "@types/mime": "^2.0.3", - "@types/node": "^16.11.14", + "@types/node": "^16.11.17", "@types/resolve": "^1.20.1", "@types/sass": "~1.43.1", "@types/stylus": "^0.48.36", @@ -117,7 +117,7 @@ "tsconfck": "1.1.1", "tslib": "^2.3.1", "types": "link:./types", - "ws": "^8.3.0" + "ws": "^8.4.0" }, "peerDependencies": { "less": "*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0060791d4d9452..bb552d8aabaddb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,25 +8,25 @@ importers: .: specifiers: - '@microsoft/api-extractor': ^7.19.2 + '@microsoft/api-extractor': ^7.19.3 '@types/fs-extra': ^9.0.13 '@types/jest': ^27.0.3 - '@types/node': ^16.11.14 + '@types/node': ^16.11.17 '@types/prompts': ^2.0.14 '@types/semver': ^7.3.9 - '@typescript-eslint/eslint-plugin': ^5.7.0 - '@typescript-eslint/parser': ^5.7.0 + '@typescript-eslint/eslint-plugin': ^5.8.1 + '@typescript-eslint/parser': ^5.8.1 chalk: ^4.1.2 - conventional-changelog-cli: ^2.1.1 + conventional-changelog-cli: ^2.2.2 cross-env: ^7.0.3 esbuild: 0.14.3 - eslint: ^8.4.1 - eslint-define-config: ^1.2.0 + eslint: ^8.5.0 + eslint-define-config: ^1.2.1 eslint-plugin-node: ^11.1.0 execa: ^5.1.1 fs-extra: ^10.0.0 jest: ^27.4.5 - lint-staged: ^12.1.2 + lint-staged: ^12.1.4 minimist: ^1.2.5 node-fetch: ^2.6.6 npm-run-all: ^4.1.5 @@ -41,7 +41,7 @@ importers: ts-node: ^10.4.0 typescript: ~4.5.4 vite: workspace:* - vitepress: ^0.20.9 + vitepress: ^0.20.10 yorkie: ^2.0.0 devDependencies: '@microsoft/api-extractor': 7.19.3 @@ -82,7 +82,7 @@ importers: packages/create-vite: specifiers: - kolorist: ^1.5.0 + kolorist: ^1.5.1 minimist: ^1.2.5 prompts: ^2.4.2 dependencies: @@ -646,7 +646,7 @@ importers: packages/plugin-legacy: specifiers: '@babel/standalone': ^7.16.6 - core-js: ^3.20.0 + core-js: ^3.20.1 magic-string: ^0.25.7 regenerator-runtime: ^0.13.9 systemjs: ^6.11.0 @@ -720,7 +720,7 @@ importers: '@babel/types': ^7.16.0 '@rollup/plugin-alias': ^3.1.8 '@rollup/plugin-commonjs': ^21.0.1 - '@rollup/plugin-dynamic-import-vars': ^1.4.1 + '@rollup/plugin-dynamic-import-vars': ^1.4.2 '@rollup/plugin-json': ^4.1.0 '@rollup/plugin-node-resolve': 13.1.1 '@rollup/plugin-typescript': ^8.3.0 @@ -733,7 +733,7 @@ importers: '@types/less': ^3.0.3 '@types/micromatch': ^4.0.2 '@types/mime': ^2.0.3 - '@types/node': ^16.11.14 + '@types/node': ^16.11.17 '@types/resolve': ^1.20.1 '@types/sass': ~1.43.1 '@types/stylus': ^0.48.36 @@ -784,7 +784,7 @@ importers: tsconfck: 1.1.1 tslib: ^2.3.1 types: link:./types - ws: ^8.3.0 + ws: ^8.4.0 dependencies: esbuild: 0.14.3 json5: 2.2.0