Skip to content

Commit 7951d58

Browse files
committed
NextUI -> HeroUI
1 parent 2bf543a commit 7951d58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2213
-1729
lines changed

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
public-hoist-pattern[]=*@nextui-org/*
1+
public-hoist-pattern[]=*@heroui/*

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
"compile": "tsc -p tsconfig.build.json --noEmit"
1717
},
1818
"dependencies": {
19-
"@icons-pack/react-simple-icons": "^11.0.0",
20-
"@internationalized/date": "^3.6.0",
19+
"@icons-pack/react-simple-icons": "^11.2.0",
20+
"@internationalized/date": "^3.7.0",
2121
"@midra/nco-api": "^1.10.3",
2222
"@midra/nco-parser": "^1.0.29",
23-
"@nextui-org/react": "^2.6.11",
23+
"@heroui/react": "2.6.14",
2424
"@webext-core/messaging": "^2.2.0",
2525
"@xpadev-net/niconicomments": "^0.2.73",
2626
"color2k": "^2.0.3",
2727
"deepmerge": "^4.3.1",
2828
"fast-deep-equal": "^3.1.3",
2929
"filesize": "^10.1.6",
30-
"framer-motion": "^11.17.0",
30+
"framer-motion": "^11.18.2",
3131
"hotkeys-js": "^3.13.9",
32-
"lucide-react": "^0.471.0",
32+
"lucide-react": "^0.471.2",
3333
"nanoid": "^5.0.9",
3434
"nanoid-dictionary": "^4.3.0",
3535
"react": "^19.0.0",
@@ -40,20 +40,20 @@
4040
},
4141
"devDependencies": {
4242
"@types/nanoid-dictionary": "^4.2.3",
43-
"@types/react": "^19.0.4",
44-
"@types/react-dom": "^19.0.2",
43+
"@types/react": "^19.0.8",
44+
"@types/react-dom": "^19.0.3",
4545
"@webext-core/proxy-service": "^1.2.1",
4646
"@wxt-dev/module-react": "^1.1.3",
4747
"autoprefixer": "^10.4.20",
4848
"clsx": "^2.1.1",
4949
"cssnano": "^7.0.6",
50-
"postcss": "^8.4.49",
50+
"postcss": "^8.5.1",
5151
"prettier": "^3.4.2",
52-
"prettier-plugin-tailwindcss": "^0.6.9",
53-
"sass": "^1.83.1",
52+
"prettier-plugin-tailwindcss": "^0.6.11",
53+
"sass": "^1.83.4",
5454
"tailwindcss": "^3.4.17",
5555
"typescript": "^5.7.3",
5656
"utility-types": "^3.11.0",
57-
"wxt": "^0.19.23"
57+
"wxt": "^0.19.26"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)