Skip to content

Commit e3058f6

Browse files
chore(examples): align directory deps with canvas kit peer ranges
Upgrade the directory example to a newer Canvas Kit release and pin React to 18.3.1 so npm install avoids peer override warnings. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b8c6f17 commit e3058f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/directory/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"clean": "rm -rf node_modules"
1010
},
1111
"dependencies": {
12-
"@workday/canvas-kit-react": "^11",
12+
"@workday/canvas-kit-react": "^15.0.6",
1313
"@workday/everywhere": "file:../..",
14-
"react": "^19",
15-
"react-dom": "^19"
14+
"react": "^18.3.1",
15+
"react-dom": "^18.3.1"
1616
}
1717
}

0 commit comments

Comments
 (0)