Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.19.6
22.21.1
2 changes: 1 addition & 1 deletion fixtures/braid-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@crackle-fixtures/library-with-docs": "workspace:*",
"@crackle/router": "workspace:*",
"@vanilla-extract/css": "^1.17.1",
"braid-design-system": "^33.0.0",
"braid-design-system": "^34.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/library-with-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@crackle/router": "workspace:*",
"@vanilla-extract/css": "^1.17.1",
"braid-design-system": "^33.0.0",
"braid-design-system": "^34.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions fixtures/library-with-docs/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
makeLinkComponent,
Stack,
} from 'braid-design-system';
import apac from 'braid-design-system/themes/apac';
import seekJobs from 'braid-design-system/themes/seekJobs';

const CustomLink = makeLinkComponent(({ href, ...restProps }, ref) =>
href[0] === '/' ? (
Expand All @@ -21,7 +21,7 @@ const CustomLink = makeLinkComponent(({ href, ...restProps }, ref) =>
);

const App: AppShell = ({ children }) => (
<BraidProvider theme={apac} linkComponent={CustomLink}>
<BraidProvider theme={seekJobs} linkComponent={CustomLink}>
<Stack space="medium">
<Box background="brand">
<ContentBlock>
Expand Down
2 changes: 1 addition & 1 deletion fixtures/multi-entry-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"package": "crackle package"
},
"dependencies": {
"braid-design-system": "^33.0.0",
"braid-design-system": "^34.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/single-entry-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@crackle-fixtures/multi-entry-library": "workspace:*",
"@vanilla-extract/css": "^1.17.1",
"braid-design-system": "^33.0.0",
"braid-design-system": "^34.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/glob-to-regexp": "^0.4.4",
"@types/node": "^20.10.3",
"@types/node": "^22.19.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/semver": "^7.5.6",
Expand Down
Loading