Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
# 3. Commit this change to the PR branch where the changes exist.
current_golden_images_hash:
type: string
default: 1bd7e9973de8f318233aa41b5b8a97a2956cd44d
default: eb24194a08a84696ddd7eb582d08118302b95ed7
wireit_cache_name:
type: string
default: wireit
Expand Down
2 changes: 1 addition & 1 deletion second-gen/packages/swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"vite": "^7.1.3",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-lit-css": "^2.2.1",
"vitest": "^3.2.4"
"vitest": "3.2.4"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7226,7 +7226,7 @@ __metadata:
vite: "npm:^7.1.3"
vite-plugin-dts: "npm:^4.3.0"
vite-plugin-lit-css: "npm:^2.2.1"
vitest: "npm:^3.2.4"
vitest: "npm:3.2.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -30277,7 +30277,7 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:^3.2.4":
"vitest@npm:3.2.4":
version: 3.2.4
resolution: "vitest@npm:3.2.4"
dependencies:
Expand Down
Loading