Skip to content

Commit

Permalink
chore(deps): update dependency @vanilla-extract/vite-plugin to v5 (#1533
Browse files Browse the repository at this point in the history
)

* chore(deps): update dependency @vanilla-extract/vite-plugin to v5

* chore: bump vanilla

* chore: remove override

* chore: bump docgen

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>
  • Loading branch information
renovate[bot] and Niznikr authored Jan 30, 2025
1 parent 0d68d77 commit df37366
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 110 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"@vanilla-extract/css": "^1.17.0",
"@vanilla-extract/vite-plugin": "^4.0.2",
"@vanilla-extract/css": "^1.17.1",
"@vanilla-extract/vite-plugin": "^5.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^3.0.0",
"@vitest/ui": "^3.0.0",
Expand All @@ -90,8 +90,7 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.3.0",
"vite": "^6.0.9"
"@joshwooding/vite-plugin-react-docgen-typescript": "0.5.0"
},
"peerDependencyRules": {
"allowedVersions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@launchpad-ui/tokens": "workspace:~",
"@launchpad-ui/vars": "workspace:~",
"@radix-ui/react-slot": "1.1.0",
"@vanilla-extract/dynamic": "2.1.0",
"@vanilla-extract/dynamic": "2.1.2",
"class-variance-authority": "0.7.0",
"rainbow-sprinkles": "1.0.0"
},
"peerDependencies": {
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/css": "^1.17.1",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/inline-edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@launchpad-ui/icons": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"@launchpad-ui/vars": "workspace:~",
"@vanilla-extract/recipes": "^0.5.0",
"@vanilla-extract/recipes": "^0.5.5",
"classix": "2.2.0"
},
"peerDependencies": {
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/css": "^1.17.1",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@launchpad-ui/tokens": "workspace:~"
},
"peerDependencies": {
"@vanilla-extract/css": "^1.14.0"
"@vanilla-extract/css": "^1.17.1"
},
"peerDependenciesMeta": {
"@vanilla-extract/css": {
"optional": true
}
},
"devDependencies": {
"@vanilla-extract/css": "^1.17.0"
"@vanilla-extract/css": "^1.17.1"
}
}
Loading

0 comments on commit df37366

Please sign in to comment.