mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
fix(deps): update all non-major dependencies (#13059)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
parent
54ab3c8f96
commit
123ef4c47c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@cf4fe8759a45edd76ed6215da3529d2dbd2a3c68 # v36.0.9
|
||||
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
|
||||
with:
|
||||
files: |
|
||||
docs/**
|
||||
|
40
package.json
40
package.json
@ -41,56 +41,56 @@
|
||||
"ci-docs": "run-s build docs-build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.21.4",
|
||||
"@microsoft/api-extractor": "^7.34.4",
|
||||
"@rollup/plugin-typescript": "^11.1.0",
|
||||
"@types/babel__core": "^7.20.0",
|
||||
"@babel/types": "^7.22.4",
|
||||
"@microsoft/api-extractor": "^7.35.2",
|
||||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"@types/babel__core": "^7.20.1",
|
||||
"@types/babel__preset-env": "^7.9.2",
|
||||
"@types/babel__standalone": "^7.1.4",
|
||||
"@types/convert-source-map": "^2.0.0",
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/debug": "^4.1.8",
|
||||
"@types/estree": "^1.0.1",
|
||||
"@types/etag": "^1.8.1",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/json-stable-stringify": "^1.0.34",
|
||||
"@types/less": "^3.0.3",
|
||||
"@types/micromatch": "^4.0.2",
|
||||
"@types/node": "^18.15.12",
|
||||
"@types/node": "^18.16.16",
|
||||
"@types/picomatch": "^2.3.0",
|
||||
"@types/resolve": "^1.20.2",
|
||||
"@types/sass": "~1.43.1",
|
||||
"@types/stylus": "^0.48.38",
|
||||
"@types/ws": "^8.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||
"@typescript-eslint/parser": "^5.59.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"@vitejs/release-scripts": "^1.2.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-define-config": "^1.18.0",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-define-config": "^1.20.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-n": "^15.7.0",
|
||||
"eslint-plugin-regexp": "^1.14.0",
|
||||
"eslint-plugin-regexp": "^1.15.0",
|
||||
"execa": "^7.1.1",
|
||||
"fast-glob": "^3.2.12",
|
||||
"fs-extra": "^11.1.1",
|
||||
"lint-staged": "^13.2.1",
|
||||
"lint-staged": "^13.2.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"picocolors": "^1.0.0",
|
||||
"playwright-chromium": "^1.32.3",
|
||||
"prettier": "2.8.7",
|
||||
"playwright-chromium": "^1.34.3",
|
||||
"prettier": "2.8.8",
|
||||
"resolve": "^1.22.2",
|
||||
"rimraf": "^5.0.0",
|
||||
"rimraf": "^5.0.1",
|
||||
"rollup": "^3.21.0",
|
||||
"simple-git-hooks": "^2.8.1",
|
||||
"tslib": "^2.5.0",
|
||||
"tsx": "^3.12.6",
|
||||
"tslib": "^2.5.3",
|
||||
"tsx": "^3.12.7",
|
||||
"typescript": "^5.0.2",
|
||||
"unbuild": "^1.2.1",
|
||||
"vite": "workspace:*",
|
||||
"vitepress": "1.0.0-beta.1",
|
||||
"vitest": "^0.30.1",
|
||||
"vue": "^3.2.47"
|
||||
"vitest": "^0.32.0",
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm exec lint-staged --concurrent false"
|
||||
@ -109,7 +109,7 @@
|
||||
"eslint --cache --fix"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@8.3.1",
|
||||
"packageManager": "pnpm@8.6.1",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "workspace:*"
|
||||
|
@ -35,7 +35,7 @@
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/prompts": "^2.4.4",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"kolorist": "^1.7.0",
|
||||
"kolorist": "^1.8.0",
|
||||
"minimist": "^1.2.8",
|
||||
"prompts": "^2.4.2"
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"lit": "^2.7.2"
|
||||
"lit": "^2.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.2",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"lit": "^2.7.2"
|
||||
"lit": "^2.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^4.3.9"
|
||||
|
@ -9,7 +9,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.13.2"
|
||||
"preact": "^10.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.5.0",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.13.2"
|
||||
"preact": "^10.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.5.0",
|
||||
|
@ -14,14 +14,14 @@
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.37",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||
"@typescript-eslint/parser": "^5.59.0",
|
||||
"@types/react": "^18.2.9",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.3.4",
|
||||
"eslint-plugin-react-refresh": "^0.4.1",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.3.9"
|
||||
}
|
||||
|
@ -14,13 +14,13 @@
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.37",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/react": "^18.2.9",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.3.4",
|
||||
"eslint-plugin-react-refresh": "^0.4.1",
|
||||
"vite": "^4.3.9"
|
||||
}
|
||||
}
|
||||
|
@ -10,11 +10,11 @@
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.4",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.4.1",
|
||||
"@tsconfig/svelte": "^4.0.1",
|
||||
"svelte": "^3.58.0",
|
||||
"svelte-check": "^3.3.1",
|
||||
"tslib": "^2.5.0",
|
||||
"svelte": "^3.59.1",
|
||||
"svelte-check": "^3.4.3",
|
||||
"tslib": "^2.5.3",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.3.9"
|
||||
}
|
||||
|
@ -9,8 +9,8 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.4",
|
||||
"svelte": "^3.58.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.4.1",
|
||||
"svelte": "^3.59.1",
|
||||
"vite": "^4.3.9"
|
||||
}
|
||||
}
|
||||
|
@ -9,12 +9,12 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.3.9",
|
||||
"vue-tsc": "^1.4.2"
|
||||
"vue-tsc": "^1.6.5"
|
||||
}
|
||||
}
|
||||
|
@ -9,10 +9,10 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"vite": "^4.3.9"
|
||||
}
|
||||
}
|
||||
|
@ -41,10 +41,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.21.4",
|
||||
"@babel/preset-env": "^7.21.4",
|
||||
"browserslist": "^4.21.5",
|
||||
"core-js": "^3.30.1",
|
||||
"@babel/core": "^7.22.1",
|
||||
"@babel/preset-env": "^7.22.4",
|
||||
"browserslist": "^4.21.7",
|
||||
"core-js": "^3.30.2",
|
||||
"magic-string": "^0.30.0",
|
||||
"regenerator-runtime": "^0.13.11",
|
||||
"systemjs": "^6.14.1"
|
||||
|
@ -67,7 +67,7 @@
|
||||
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.17.5",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss": "^8.4.24",
|
||||
"rollup": "^3.21.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
@ -75,15 +75,15 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ampproject/remapping": "^2.2.1",
|
||||
"@babel/parser": "^7.21.4",
|
||||
"@babel/types": "^7.21.4",
|
||||
"@babel/parser": "^7.22.4",
|
||||
"@babel/types": "^7.22.4",
|
||||
"@jridgewell/trace-mapping": "^0.3.18",
|
||||
"@rollup/plugin-alias": "^4.0.4",
|
||||
"@rollup/plugin-commonjs": "^25.0.0",
|
||||
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
|
||||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "15.0.2",
|
||||
"@rollup/plugin-typescript": "^11.1.0",
|
||||
"@rollup/plugin-node-resolve": "15.1.0",
|
||||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"@rollup/pluginutils": "^5.0.2",
|
||||
"@types/pnpapi": "^0.0.2",
|
||||
"@types/escape-html": "^1.0.2",
|
||||
@ -98,7 +98,7 @@
|
||||
"cross-spawn": "^7.0.3",
|
||||
"debug": "^4.3.4",
|
||||
"dep-types": "link:./src/types",
|
||||
"dotenv": "^16.0.3",
|
||||
"dotenv": "^16.1.4",
|
||||
"dotenv-expand": "^9.0.0",
|
||||
"es-module-lexer": "^1.2.1",
|
||||
"escape-html": "^1.0.3",
|
||||
@ -110,7 +110,7 @@
|
||||
"launch-editor-middleware": "^2.6.0",
|
||||
"magic-string": "^0.30.0",
|
||||
"micromatch": "^4.0.5",
|
||||
"mlly": "^1.2.0",
|
||||
"mlly": "^1.3.0",
|
||||
"mrmime": "^1.0.1",
|
||||
"okie": "^1.0.1",
|
||||
"open": "^8.4.2",
|
||||
@ -125,12 +125,12 @@
|
||||
"rollup-plugin-license": "^3.0.1",
|
||||
"sirv": "^2.0.3",
|
||||
"source-map-support": "^0.5.21",
|
||||
"strip-ansi": "^7.0.1",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"strip-literal": "^1.0.1",
|
||||
"tsconfck": "^2.1.1",
|
||||
"tslib": "^2.5.0",
|
||||
"tslib": "^2.5.3",
|
||||
"types": "link:./types",
|
||||
"ufo": "^1.1.1",
|
||||
"ufo": "^1.1.2",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -11,8 +11,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"aliased-module": "file:./dir/module",
|
||||
"vue": "^3.2.47",
|
||||
"@vue/shared": "^3.2.47"
|
||||
"vue": "^3.3.4",
|
||||
"@vue/shared": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/test-resolve-linked": "workspace:*"
|
||||
|
File diff suppressed because one or more lines are too long
@ -71,7 +71,8 @@
|
||||
CSS background image-set() (with multiple descriptor)
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
<!-- image-set in style tags is not supported in Vite yet -->
|
||||
<!-- <div
|
||||
style="
|
||||
background-image: -webkit-image-set(
|
||||
'./nested/asset.png' type('image/png') 1x,
|
||||
@ -83,7 +84,7 @@
|
||||
<span style="background: #fff">
|
||||
CSS background image-set() (with multiple descriptor)
|
||||
</span>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="css-url-relative-at-imported">
|
||||
<span style="background: #fff"
|
||||
>CSS background (relative from @imported file in different dir)</span
|
||||
|
@ -10,8 +10,8 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.62.0",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"sass": "^1.63.2",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"fast-glob": "^3.2.12"
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@vite/test-config-sibling",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.194",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"lodash": "^4.17.21"
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"devDependencies": {
|
||||
"less": "^4.1.3",
|
||||
"magic-string": "^0.30.0",
|
||||
"sass": "^1.62.0",
|
||||
"sass": "^1.63.2",
|
||||
"stylus": "^0.59.0",
|
||||
"sugarss": "^4.0.1"
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
"fast-glob": "^3.2.12",
|
||||
"less": "^4.1.3",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"sass": "^1.62.0",
|
||||
"sass": "^1.63.2",
|
||||
"stylus": "^0.59.0",
|
||||
"sugarss": "^4.0.1"
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"slash3": "npm:slash@^3.0.0",
|
||||
"slash5": "npm:slash@^5.0.0",
|
||||
"vue": "^3.2.47"
|
||||
"slash5": "npm:slash@^5.1.0",
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"slash3": "npm:slash@^3.0.0",
|
||||
"slash5": "npm:slash@^5.0.0",
|
||||
"vue": "^3.2.47"
|
||||
"slash5": "npm:slash@^5.1.0",
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
4
playground/external/package.json
vendored
4
playground/external/package.json
vendored
@ -15,8 +15,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"slash3": "npm:slash@^3.0.0",
|
||||
"slash5": "npm:slash@^5.0.0",
|
||||
"slash5": "npm:slash@^5.1.0",
|
||||
"vite": "workspace:*",
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,6 @@
|
||||
"devDependencies": {
|
||||
"@vitejs/test-json-module": "file:./json-module",
|
||||
"express": "^4.18.2",
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ export async function createServer(root = process.cwd()) {
|
||||
}
|
||||
|
||||
if (url === '/json-fs') {
|
||||
console.time('transform module')
|
||||
// console.time('transform module')
|
||||
const source = fs.readFileSync(path.resolve(__dirname, './test.json'), {
|
||||
encoding: 'utf-8',
|
||||
})
|
||||
@ -59,7 +59,7 @@ export async function createServer(root = process.cwd()) {
|
||||
null,
|
||||
'./output.json',
|
||||
)
|
||||
console.timeEnd('transform module')
|
||||
// console.timeEnd('transform module')
|
||||
// @ts-expect-error ignore in test
|
||||
res.status(200).end(String(json.code.length))
|
||||
return
|
||||
|
@ -14,6 +14,6 @@
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-legacy": "workspace:*",
|
||||
"express": "^4.18.2",
|
||||
"terser": "^5.17.1"
|
||||
"terser": "^5.17.7"
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"fast-glob": "^3.2.12",
|
||||
"sass": "^1.62.0"
|
||||
"sass": "^1.63.2"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/test-dep-no-discovery": "file:./dep-no-discovery",
|
||||
"vue": "^3.2.47",
|
||||
"vue": "^3.3.4",
|
||||
"vuex": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.3.6",
|
||||
"axios": "^1.4.0",
|
||||
"clipboard": "^2.0.11",
|
||||
"@vitejs/test-dep-alias-using-absolute-path": "file:./dep-alias-using-absolute-path",
|
||||
"@vitejs/test-dep-cjs-browser-field-bare": "file:./dep-cjs-browser-field-bare",
|
||||
@ -34,12 +34,12 @@
|
||||
"@vitejs/test-added-in-entries": "file:./added-in-entries",
|
||||
"lodash-es": "^4.17.21",
|
||||
"@vitejs/test-nested-exclude": "file:./nested-exclude",
|
||||
"phoenix": "^1.7.2",
|
||||
"phoenix": "^1.7.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"@vitejs/test-resolve-linked": "workspace:0.0.0",
|
||||
"url": "^0.11.0",
|
||||
"vue": "^3.2.47",
|
||||
"vue": "^3.3.4",
|
||||
"vuex": "^4.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
|
@ -18,7 +18,7 @@
|
||||
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"terser": "^5.17.1",
|
||||
"terser": "^5.17.7",
|
||||
"@vitejs/test-dep-a": "file:./dep-a",
|
||||
"@vitejs/test-dep-including-a": "file:./dep-including-a"
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
"#other-pkg-slash/": "@vitejs/test-resolve-imports-pkg/nest/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
"@babel/runtime": "^7.22.3",
|
||||
"es5-ext": "0.10.62",
|
||||
"normalize.css": "^8.0.1",
|
||||
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",
|
||||
|
@ -10,6 +10,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"tailwindcss": "^3.3.1"
|
||||
"tailwindcss": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
@ -10,12 +10,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.14",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"vue": "^3.2.47",
|
||||
"vue-router": "^4.1.6"
|
||||
"tailwindcss": "^3.3.2",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"ts-node": "^10.9.1"
|
||||
}
|
||||
}
|
||||
|
2370
pnpm-lock.yaml
2370
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -16,6 +16,10 @@ export default defineConfig({
|
||||
testTimeout: timeout,
|
||||
hookTimeout: timeout,
|
||||
reporters: 'dot',
|
||||
deps: {
|
||||
// Prevent Vitest from running the workspace packages in Vite's SSR runtime
|
||||
moduleDirectories: ['node_modules', 'packages'],
|
||||
},
|
||||
onConsoleLog(log) {
|
||||
if (log.match(/experimental|jit engine|emitted file|tailwind/i))
|
||||
return false
|
||||
|
@ -2,6 +2,7 @@ import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['**/__tests__/**/*.spec.[tj]s'],
|
||||
exclude: [
|
||||
'**/node_modules/**',
|
||||
'**/dist/**',
|
||||
|
Loading…
Reference in New Issue
Block a user