build(deps-dev): bump vitest from 0.32.4 to 0.33.0 (#2799)

* build(deps-dev): bump vitest from 0.32.4 to 0.33.0

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.32.4 to 0.33.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps-dev): bump vitest from 0.32.4 to 0.33.0

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.32.4 to 0.33.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update vitest

* Update vitest

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
dependabot[bot]
2025-02-28 17:59:23 +01:00
committed by GitHub
parent 1787b82cfe
commit ae8af191f7
5 changed files with 355 additions and 1161 deletions

View File

@@ -76,7 +76,7 @@
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@lucide/shared": "workspace:*", "@lucide/shared": "workspace:*",
"@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-babel": "^6.0.4",
"@solidjs/testing-library": "^0.8.6", "@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.4.2", "@testing-library/jest-dom": "^6.4.2",
"babel-preset-solid": "^1.8.12", "babel-preset-solid": "^1.8.12",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
@@ -84,7 +84,7 @@
"solid-js": "^1.9.4", "solid-js": "^1.9.4",
"typescript": "^4.9.4", "typescript": "^4.9.4",
"vite": "5.4.14", "vite": "5.4.14",
"vite-plugin-solid": "^2.10.1", "vite-plugin-solid": "^2.11.6",
"vitest": "^1.1.1", "vitest": "^1.1.1",
"esbuild": "^0.25.0" "esbuild": "^0.25.0"
}, },

View File

@@ -55,7 +55,7 @@
"rollup": "^4.22.4", "rollup": "^4.22.4",
"rollup-plugin-dts": "^6.1.0", "rollup-plugin-dts": "^6.1.0",
"vite": "5.4.14", "vite": "5.4.14",
"vitest": "^1.4.0", "vitest": "^1.1.1",
"vue": "^3.4.21" "vue": "^3.4.21"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -53,7 +53,7 @@
"rollup": "^3.29.5", "rollup": "^3.29.5",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"vite": "5.4.14", "vite": "5.4.14",
"vitest": "^0.32.2", "vitest": "^1.1.1",
"vue": "2.7.14", "vue": "2.7.14",
"vue-template-compiler": "2.7.14" "vue-template-compiler": "2.7.14"
}, },

View File

@@ -13,6 +13,6 @@
"test:watch": "vitest watch" "test:watch": "vitest watch"
}, },
"devDependencies": { "devDependencies": {
"vitest": "^2.1.1" "vitest": "^1.1.1"
} }
} }

1506
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff