Skip to content

Commit ae8af19

Browse files
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] <[email protected]> * 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] <[email protected]> * Update vitest * Update vitest --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Fennis <[email protected]>
1 parent 1787b82 commit ae8af19

File tree

5 files changed

+370
-1176
lines changed

5 files changed

+370
-1176
lines changed

packages/lucide-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"@lucide/rollup-plugins": "workspace:*",
7777
"@lucide/shared": "workspace:*",
7878
"@rollup/plugin-babel": "^6.0.4",
79-
"@solidjs/testing-library": "^0.8.6",
79+
"@solidjs/testing-library": "^0.8.10",
8080
"@testing-library/jest-dom": "^6.4.2",
8181
"babel-preset-solid": "^1.8.12",
8282
"jest-serializer-html": "^7.1.0",
8383
"rollup": "^4.22.4",
8484
"solid-js": "^1.9.4",
8585
"typescript": "^4.9.4",
8686
"vite": "5.4.14",
87-
"vite-plugin-solid": "^2.10.1",
87+
"vite-plugin-solid": "^2.11.6",
8888
"vitest": "^1.1.1",
8989
"esbuild": "^0.25.0"
9090
},

packages/lucide-vue-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"rollup": "^4.22.4",
5656
"rollup-plugin-dts": "^6.1.0",
5757
"vite": "5.4.14",
58-
"vitest": "^1.4.0",
58+
"vitest": "^1.1.1",
5959
"vue": "^3.4.21"
6060
},
6161
"peerDependencies": {

packages/lucide-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"rollup": "^3.29.5",
5454
"typescript": "^4.9.5",
5555
"vite": "5.4.14",
56-
"vitest": "^0.32.2",
56+
"vitest": "^1.1.1",
5757
"vue": "2.7.14",
5858
"vue-template-compiler": "2.7.14"
5959
},

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"test:watch": "vitest watch"
1414
},
1515
"devDependencies": {
16-
"vitest": "^2.1.1"
16+
"vitest": "^1.1.1"
1717
}
1818
}

0 commit comments

Comments
 (0)