Skip to content

Commit

Permalink
chore(root): 🤖 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyghiani committed Nov 22, 2023
1 parent 0b51a82 commit e0feb05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
}
},
"devDependencies": {
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@commitlint/config-lerna-scopes": "^18.4.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/config-lerna-scopes": "^18.4.3",
"@testing-library/jest-dom": "^6.1.4",
"@types/jest": "^29.5.8",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"babel-loader": "^9.1.3",
"commitlint": "^18.4.2",
"commitlint": "^18.4.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -61,7 +61,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite": "^5.0.2",
"vite-plugin-babel-macros": "^1.0.6",
"vite-tsconfig-paths": "^4.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-mnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mnt/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const componentTemplate = <TElement extends MntComponentType, Props extends obje
return MntComponent;
};

export function getClasses<Props extends object = BaseObject>(
function getClasses<Props extends object = BaseObject>(
...taggedStyles: TaggedStyle<Props>
): ClassesFactory<Props> {
return props => {
Expand Down

0 comments on commit e0feb05

Please sign in to comment.