Skip to content

Commit

Permalink
fix(deps): update dependency classnames to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent f4abb97 commit eea06b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/basic-layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@babel/runtime": "~7.21.0",
"@kkt/pro": "^1.0.13",
"@uiw-admin/document-title": "6.1.9",
"classnames": "2.3.1",
"classnames": "2.5.1",
"pinyin": "~2.11.2"
},
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/classnames": "2.3.4",
"@types/pinyin": "2.10.0",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@uiw-admin/authorized": "6.1.9",
"@uiw-admin/document-title": "6.1.9",
"@uiw-admin/utils": "6.1.9",
"classnames": "2.3.1"
"classnames": "2.5.1"
},
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/classnames": "2.3.4",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/runtime": "~7.20.0"
},
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/classnames": "2.3.4",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@babel/runtime": "~7.21.0",
"@types/classnames": "2.3.1",
"@types/classnames": "2.3.4",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
"@uiw-admin/utils": "6.1.9",
Expand Down

0 comments on commit eea06b1

Please sign in to comment.