@pdg/react-admin-layout 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ https://parkdigy.github.io/react-admin-layout/
7
7
 
8
8
  ## 설치
9
9
  ```shell
10
- npm install -D @pdg/react-admin-layout @mui/material @mui/icons-material @emotion/react @emotion/styled @pdg/util simplebar-react
10
+ npm install -D @pdg/react-admin-layout
11
11
  ```
12
12
 
13
13
  ### index.html 에 추가
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pdg/react-admin-layout",
3
3
  "title": "React Admin Layout",
4
- "version": "1.0.41",
4
+ "version": "1.0.42",
5
5
  "description": "Admin Layout for React",
6
6
  "type": "module",
7
7
  "types": "dist/index.d.ts",