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 Feb 9, 2024
1 parent 793ca1d commit c589d75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/boilerplate-app/src/routes/__root.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable prettier/prettier */
import { Link, Outlet, createRootRoute } from '@tanstack/react-router';
import { Suspense, lazy } from 'react';
import { Helmet } from 'react-helmet';
Expand Down
2 changes: 1 addition & 1 deletion packages/config-mui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
// This tsconfig.json is needed for VS Code to recognize mui-theme.d.ts types in theme.ts
"extends": "config-tsconfig/tsconfig.base.json",
"include": ["."],
"include": ["."]
}

0 comments on commit c589d75

Please sign in to comment.