Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32f5c5d

Browse files
author
Brijesh Bittu
committedFeb 8, 2025
feat: revamped docs site
It is now in sync with the base-ui docs design.
1 parent 0cd6daa commit 32f5c5d

Some content is hidden

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

87 files changed

+3019
-3069
lines changed
 

‎.eslintrc.js

-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ module.exports = {
5757
// Airbnb use warn https://github.com/airbnb/javascript/blob/63098cbb6c05376dbefc9a91351f5727540c1ce1/packages/eslint-config-airbnb-base/rules/style.js#L97
5858
// but eslint recommands error
5959
'func-names': 'error',
60-
'no-restricted-imports': [
61-
'error',
62-
{
63-
patterns: ['@mui/*/*/*'],
64-
},
65-
],
6660
'no-continue': 'off',
6761
'no-constant-condition': 'error',
6862
// Use the proptype inheritance chain

‎apps/pigment-css-next-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"local-ui-lib": "workspace:^",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
18-
"next": "15.1.3"
18+
"next": "15.1.6"
1919
},
2020
"devDependencies": {
2121
"@pigment-css/nextjs-plugin": "workspace:^",
22-
"@types/node": "^18.19.63",
23-
"@types/react": "^19.0.2",
24-
"@types/react-dom": "^19.0.2",
22+
"@types/node": "^20",
23+
"@types/react": "^19.0.8",
24+
"@types/react-dom": "^19.0.3",
2525
"eslint": "^8.57.0",
2626
"typescript": "^5.4.4"
2727
},

0 commit comments

Comments
 (0)
Please sign in to comment.