Skip to content

Commit 17d81bb

Browse files
committed
Deps update
1 parent f35081b commit 17d81bb

File tree

1 file changed

+25
-25
lines changed
  • Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard

1 file changed

+25
-25
lines changed

Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@mantine/core": "^4.0.0",
7-
"@mantine/dates": "^4.0.8",
8-
"@mantine/hooks": "^4.0.4",
9-
"@mantine/notifications": "^4.1.0",
10-
"@mui/material": "^5.6.0",
6+
"@mantine/core": "^4.2.10",
7+
"@mantine/dates": "^4.2.10",
8+
"@mantine/hooks": "^4.2.10",
9+
"@mantine/notifications": "^4.2.10",
10+
"@mui/material": "^5.8.5",
1111
"@nivo/bar": "^0.79.1",
1212
"@nivo/core": "^0.79.0",
1313
"@nivo/pie": "^0.79.1",
14-
"@reduxjs/toolkit": "^1.8.0",
15-
"@testing-library/jest-dom": "^5.16.2",
16-
"@testing-library/react": "^12.1.3",
17-
"@testing-library/user-event": "^13.5.0",
18-
"axios": "^0.26.0",
19-
"dayjs": "^1.11.0",
20-
"eslint-plugin-tailwindcss": "^3.5.0",
14+
"@reduxjs/toolkit": "^1.8.2",
15+
"@testing-library/jest-dom": "^5.16.4",
16+
"@testing-library/react": "^13.3.0",
17+
"@testing-library/user-event": "^14.2.1",
18+
"axios": "^0.27.2",
19+
"dayjs": "^1.11.3",
20+
"eslint-plugin-tailwindcss": "^3.5.2",
2121
"postcss-cli": "^9.1.0",
2222
"prop-types": "^15.8.1",
23-
"react": "^18.0.0",
24-
"react-dom": "^18.0.0",
25-
"react-is": "^18.0.0",
26-
"react-redux": "^7.2.6",
27-
"react-scripts": "5.0.0",
23+
"react": "^18.2.0",
24+
"react-dom": "^18.2.0",
25+
"react-is": "^18.2.0",
26+
"react-redux": "^8.0.2",
27+
"react-scripts": "5.0.1",
2828
"serve": "^13.0.2",
29-
"tabler-icons-react": "^1.42.0",
29+
"tabler-icons-react": "^1.51.0",
3030
"web-vitals": "^2.1.4"
3131
},
3232
"scripts": {
@@ -58,16 +58,16 @@
5858
]
5959
},
6060
"devDependencies": {
61-
"autoprefixer": "^10.4.2",
61+
"autoprefixer": "^10.4.7",
6262
"cross-env": "^7.0.3",
63-
"eslint": "^8.10.0",
63+
"eslint": "^8.18.0",
6464
"eslint-config-airbnb": "^19.0.4",
6565
"eslint-config-prettier": "^8.5.0",
66-
"eslint-plugin-import": "^2.25.4",
66+
"eslint-plugin-import": "^2.26.0",
6767
"eslint-plugin-jsx-a11y": "^6.5.1",
68-
"eslint-plugin-react": "^7.29.3",
69-
"eslint-plugin-react-hooks": "^4.3.0",
70-
"postcss": "^8.4.12",
71-
"tailwindcss": "^3.0.23"
68+
"eslint-plugin-react": "^7.30.0",
69+
"eslint-plugin-react-hooks": "^4.6.0",
70+
"postcss": "^8.4.14",
71+
"tailwindcss": "^3.1.4"
7272
}
7373
}

0 commit comments

Comments
 (0)