Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 11, 2023
1 parent a3741a5 commit 854e8cc
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/boilerplate-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
// Files and folders starting with a . are ignored by the glob patterns
"include": [".", ".eslintrc.js", ".storybook/**/*", "../../packages/config-mui/mui-theme.d.ts"],
"include": [".", ".eslintrc.cjs", ".storybook/**/*", "../../packages/config-mui/mui-theme.d.ts"],
"exclude": [
"node_modules",
".next",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/boilerplate-website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
// Files and folders starting with a . are ignored by the glob patterns
"include": [".", ".eslintrc.js", ".storybook/**/*", "../../packages/config-mui/mui-theme.d.ts"],
"include": [".", ".eslintrc.cjs", ".storybook/**/*", "../../packages/config-mui/mui-theme.d.ts"],
"exclude": [
"node_modules",
".next",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/ui-mui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": ["."]
}
},
"include": [".", ".eslintrc.js", ".storybook/**/*", "../config-mui/mui-theme.d.ts"],
"include": [".", ".eslintrc.cjs", ".storybook/**/*", "../config-mui/mui-theme.d.ts"],
"exclude": [
"node_modules",
".next",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/ui-tailwind/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": ["."]
}
},
"include": [".", ".eslintrc.js", ".storybook/**/*", "../config-mui/mui-theme.d.ts"],
"include": [".", ".eslintrc.cjs", ".storybook/**/*", "../config-mui/mui-theme.d.ts"],
"exclude": [
"node_modules",
".next",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": ["."]
}
},
"include": [".", ".eslintrc.js", ".storybook/**/*", "../config-mui/mui-theme.d.ts"],
"include": [".", ".eslintrc.cjs", ".storybook/**/*", "../config-mui/mui-theme.d.ts"],
"exclude": [
"node_modules",
".next",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/utils-mui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": ["."]
}
},
"include": [".", ".eslintrc.js"],
"include": [".", ".eslintrc.cjs"],
"exclude": [
"node_modules",
".next",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/utils-test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": ["."]
}
},
"include": [".", ".eslintrc.js", "../config-mui/mui-theme.d.ts"],
"include": [".", ".eslintrc.cjs", "../config-mui/mui-theme.d.ts"],
"exclude": [
"node_modules",
".next",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/utils-version/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": ["."]
}
},
"include": [".", ".eslintrc.js"],
"include": [".", ".eslintrc.cjs"],
"exclude": [
"node_modules",
".next",
Expand Down

0 comments on commit 854e8cc

Please sign in to comment.