@ssplib/react-components 0.0.29 → 0.0.31

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 +8 -2
package/README.md CHANGED
@@ -10,4 +10,4 @@
10
10
 
11
11
  ## Rode esse comando para fazer o setup
12
12
 
13
- `npm install @ssplib/react-components @emotion/react@11.10.6 @emotion/styled@11.10.6 @mui/icons-material@5.11.16 @mui/lab@5.0.0-alpha.127 @mui/material@5.12.1 @mui/x-date-pickers@6.2.0 dayjs@1.11.7 jwt-decode@3.1.2 lodash.get@4.4.2 react-hook-form@7.43.9 react-imask@6.6.0 react-query@3.39.3`
13
+ `npm install @mui/material @emotion/react @emotion/styled @mui/icons-material @mui/x-date-pickers @mui/lab @ssplib/react-components`
package/package.json CHANGED
@@ -1,12 +1,18 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "cookies-next": "^2.1.1"
9
+ "cookies-next": "^2.1.1",
10
+ "lodash.get": "^4.4.2",
11
+ "jwt-decode": "^3.1.2",
12
+ "react-hook-form": "^7.43.9",
13
+ "react-imask": "^6.6.0",
14
+ "react-query": "^3.39.3",
15
+ "dayjs": "^1.11.7"
10
16
  },
11
17
  "devDependencies": {
12
18
  "@types/lodash.get": "^4.4.7",