diff --git a/bench/package.json b/bench/package.json index acc34481c44f..3c393ded9325 100644 --- a/bench/package.json +++ b/bench/package.json @@ -6,7 +6,7 @@ "bench:ci": "esmo src/github.ts" }, "devDependencies": { - "@actions/core": "^1.6.0", + "@actions/core": "^1.7.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.1", "@happy-dom/jest-environment": "^2.55.0", diff --git a/docs/package.json b/docs/package.json index a8c27b25ee6c..2fd549ad07de 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,14 +13,14 @@ "vue": "^3.2.33" }, "devDependencies": { - "@iconify-json/carbon": "^1.1.3", + "@iconify-json/carbon": "^1.1.4", "@types/node": "^17.0.26", - "@unocss/reset": "^0.31.15", + "@unocss/reset": "^0.32.9", "@vitejs/plugin-vue": "^2.3.1", "esno": "^0.14.1", "fast-glob": "^3.2.11", "https-localhost": "^4.7.1", - "unocss": "^0.31.15", + "unocss": "^0.32.9", "unplugin-vue-components": "^0.19.3", "vite-plugin-pwa": "^0.12.0", "vitepress": "^0.22.3", diff --git a/package.json b/package.json index 10c7e596bd6d..86363d2915c1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ui:test": "npm -C packages/ui run test:run" }, "devDependencies": { - "@antfu/eslint-config": "^0.22.0", + "@antfu/eslint-config": "^0.23.0", "@antfu/ni": "^0.16.2", "@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-commonjs": "^22.0.0", @@ -61,7 +61,7 @@ "rollup-plugin-license": "^2.7.0", "simple-git-hooks": "^2.7.0", "typescript": "^4.6.4", - "vite": "^2.9.5", + "vite": "^2.9.7", "vitepress": "^0.22.3", "vitest": "workspace:*", "vue": "^3.2.33" diff --git a/packages/ui/package.json b/packages/ui/package.json index cfbf28794d99..609d4aa8c9af 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.2", "@cypress/vue": "^3.1.1", - "@faker-js/faker": "^6.3.0", + "@faker-js/faker": "^6.3.1", "@testing-library/cypress": "^8.0.2", "@types/codemirror": "^5.60.5", "@types/d3-force": "^3.0.3", diff --git a/packages/vite-node/package.json b/packages/vite-node/package.json index 7050a37a2544..c529a7b30bd2 100644 --- a/packages/vite-node/package.json +++ b/packages/vite-node/package.json @@ -67,7 +67,7 @@ "minimist": "^1.2.6", "mlly": "^0.5.2", "pathe": "^0.2.0", - "vite": "^2.9.5" + "vite": "^2.9.7" }, "devDependencies": { "@types/minimist": "^1.2.2", diff --git a/packages/vitest/package.json b/packages/vitest/package.json index f891b454f01d..86511fef0c5e 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -86,7 +86,7 @@ "local-pkg": "^0.4.1", "tinypool": "^0.1.3", "tinyspy": "^0.3.2", - "vite": "^2.9.5" + "vite": "^2.9.7" }, "devDependencies": { "@antfu/install-pkg": "^0.1.0",