Skip to content

Commit

Permalink
Merge pull request #159 from Enterwell/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
AleksandarDev authored Oct 31, 2023
2 parents 2aff27c + db89d56 commit 9f6dc79
Show file tree
Hide file tree
Showing 13 changed files with 1,073 additions and 691 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
version: 8
- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: pnpm/[email protected]
with:
version: 'latest'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "pnpm"
Expand Down
1 change: 1 addition & 0 deletions apps/docs/components/docs/Mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function Mdx({ children }: { children?: string }) {
const { default: MDXContent } = evaluateSync(children, {
...runtime,
...provider,
baseUrl: import.meta.url,
useMDXComponents,
format: "mdx",
development: false,
Expand Down
30 changes: 15 additions & 15 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@
"@enterwell/react-hooks": "workspace:*",
"@enterwell/react-mui-hooks": "workspace:*",
"@enterwell/react-ui": "workspace:*",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@mui/icons-material": "5.14.13",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.13",
"@mui/system": "5.14.13",
"@mui/x-date-pickers-pro": "5.0.20",
"@mdx-js/mdx": "3.0.0",
"@mdx-js/react": "3.0.0",
"@mui/icons-material": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@mui/system": "5.14.16",
"@mui/x-data-grid": "6.17.0",
"@mui/x-data-grid-pro": "6.17.0",
"@mui/x-date-pickers": "5.0.20",
"@mui/x-data-grid": "6.16.2",
"@mui/x-data-grid-pro": "6.16.2",
"@mui/x-date-pickers-pro": "5.0.20",
"classix": "2.1.35",
"comment-parser": "1.4.0",
"next": "13.5.5",
"comment-parser": "1.4.1",
"next": "14.0.1",
"nextra": "2.13.2",
"nextra-theme-docs": "2.13.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/node": "18.18.8",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"unist-builder": "4.0.0",
"unist-util-visit": "5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"lint": "turbo run lint"
},
"devDependencies": {
"eslint": "8.51.0",
"eslint": "8.52.0",
"tsconfig": "workspace:*",
"turbo": "1.10.15",
"@turbo/gen": "1.10.15"
"turbo": "1.10.16",
"@turbo/gen": "1.10.16"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.0",
"name": "ui"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"private": true,
"devDependencies": {
"@vercel/style-guide": "5.0.1",
"eslint-config-turbo": "1.10.15"
"eslint-config-turbo": "1.10.16"
}
}
Empty file.
8 changes: 4 additions & 4 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"lint": "eslint ."
},
"devDependencies": {
"@microsoft/api-extractor": "7.38.0",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@microsoft/api-extractor": "7.38.1",
"@types/node": "18.18.8",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"rimraf": "5.0.5",
Expand Down
Empty file.
22 changes: 11 additions & 11 deletions packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"devDependencies": {
"@enterwell/react-hooks": "workspace:*",
"@enterwell/react-ui": "workspace:*",
"@microsoft/api-extractor": "7.38.0",
"@mui/material": "5.14.13",
"@mui/x-data-grid": "6.16.2",
"@mui/x-data-grid-pro": "6.16.2",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"eslint-config-custom": "workspace:*",
"@microsoft/api-extractor": "7.38.1",
"@mui/material": "5.14.16",
"@mui/x-data-grid": "6.17.0",
"@mui/x-data-grid-pro": "6.17.0",
"@types/node": "18.18.8",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"date-fns": "2.30.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"rimraf": "5.0.5",
"tsconfig": "workspace:*",
Expand All @@ -42,9 +42,9 @@
},
"peerDependencies": {
"@enterwell/react-ui": "workspace:*",
"@mui/material": "5.14.13",
"@mui/x-data-grid": "6.16.2",
"@mui/x-data-grid-pro": "6.16.2",
"@mui/material": "5.14.16",
"@mui/x-data-grid": "6.17.0",
"@mui/x-data-grid-pro": "6.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Empty file.
22 changes: 11 additions & 11 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@enterwell/react-hooks": "workspace:*",
"@microsoft/api-extractor": "7.38.0",
"@mui/icons-material": "5.14.13",
"@mui/material": "5.14.13",
"@mui/system": "5.14.13",
"@mui/lab": "5.0.0-alpha.149",
"@microsoft/api-extractor": "7.38.1",
"@mui/icons-material": "5.14.16",
"@mui/material": "5.14.16",
"@mui/system": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/x-date-pickers-pro": "5.0.20",
"@mui/x-date-pickers": "5.0.20",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/node": "18.18.8",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"date-fns": "2.30.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
Expand All @@ -48,9 +48,9 @@
"peerDependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "5.14.13",
"@mui/system": "5.14.13",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.16",
"@mui/system": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/x-date-pickers-pro": "5.0.20",
"@mui/x-date-pickers": "5.0.20",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 9f6dc79

Please sign in to comment.