Skip to content

Commit 03d352f

Browse files
committed
added react 19 support
1 parent c929e35 commit 03d352f

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

streamui-deps/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

streamui-deps/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "streamui-deps",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Dependency installer for StreamUI copy-paste component library (gsap, framer-motion, react-icons).",
5-
"keywords": ["streamui", "dependencies", "react", "gsap", "framer-motion", "react-icons", "tailwind"],
5+
"keywords": [
6+
"streamui",
7+
"dependencies",
8+
"react",
9+
"gsap",
10+
"framer-motion",
11+
"react-icons",
12+
"tailwind"
13+
],
614
"author": "Sohan Rout",
715
"license": "MIT",
816
"dependencies": {
@@ -11,7 +19,7 @@
1119
"react-icons": "^5.5.0"
1220
},
1321
"peerDependencies": {
14-
"react": "^18.0.0",
15-
"react-dom": "^18.0.0"
22+
"react": "^18.0.0 || ^19.0.0",
23+
"react-dom": "^18.0.0 || ^19.0.0"
1624
}
1725
}

0 commit comments

Comments
 (0)