|
1 | 1 | { |
2 | 2 | "name": "material-dashboard-2-react", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.2.0", |
4 | 4 | "private": true, |
5 | 5 | "author": "Creative Tim", |
6 | 6 | "license": "See license in https://www.creative-tim.com/license", |
|
12 | 12 | "type": "git", |
13 | 13 | "url": "git+https://github.com/creativetimofficial/material-dashboard-react.git" |
14 | 14 | }, |
15 | | - "engines": { |
16 | | - "node": "14 || 15 || 16", |
17 | | - "npm": ">=6" |
18 | | - }, |
19 | 15 | "dependencies": { |
20 | | - "@emotion/cache": "11.7.1", |
21 | | - "@emotion/react": "11.7.1", |
22 | | - "@emotion/styled": "11.6.0", |
23 | | - "@mui/icons-material": "5.4.1", |
24 | | - "@mui/material": "5.4.1", |
25 | | - "@mui/styled-engine": "5.4.1", |
26 | | - "@testing-library/jest-dom": "5.16.2", |
27 | | - "@testing-library/react": "12.1.2", |
28 | | - "@testing-library/user-event": "13.5.0", |
29 | | - "chart.js": "3.4.1", |
| 16 | + "@emotion/cache": "11.10.8", |
| 17 | + "@emotion/react": "11.10.8", |
| 18 | + "@emotion/styled": "11.10.8", |
| 19 | + "@mui/icons-material": "5.11.16", |
| 20 | + "@mui/material": "5.12.3", |
| 21 | + "chart.js": "4.3.0", |
30 | 22 | "chroma-js": "2.4.2", |
31 | 23 | "prop-types": "15.8.1", |
32 | | - "react": "17.0.2", |
33 | | - "react-chartjs-2": "3.0.4", |
34 | | - "react-dom": "17.0.2", |
35 | | - "react-github-btn": "1.2.1", |
36 | | - "react-router-dom": "6.2.1", |
37 | | - "react-scripts": "5.0.0", |
38 | | - "react-table": "7.7.0", |
39 | | - "stylis": "4.0.13", |
| 24 | + "react": "18.2.0", |
| 25 | + "react-chartjs-2": "5.2.0", |
| 26 | + "react-dom": "18.2.0", |
| 27 | + "react-github-btn": "1.4.0", |
| 28 | + "react-router-dom": "6.11.0", |
| 29 | + "react-scripts": "5.0.1", |
| 30 | + "react-table": "7.8.0", |
| 31 | + "stylis": "4.1.4", |
40 | 32 | "stylis-plugin-rtl": "2.1.1", |
41 | | - "web-vitals": "2.1.4", |
42 | | - "yup": "0.32.11" |
| 33 | + "yup": "1.1.1" |
43 | 34 | }, |
44 | 35 | "scripts": { |
45 | | - "start": "react-scripts start", |
46 | | - "build": "react-scripts build", |
| 36 | + "start": "GENERATE_SOURCEMAP=false react-scripts start", |
| 37 | + "build": "GENERATE_SOURCEMAP=false react-scripts build", |
47 | 38 | "test": "react-scripts test", |
48 | 39 | "eject": "react-scripts eject", |
49 | 40 | "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start" |
|
67 | 58 | ] |
68 | 59 | }, |
69 | 60 | "devDependencies": { |
70 | | - "eslint": "8.8.0", |
71 | | - "eslint-config-airbnb": "19.0.4", |
72 | | - "eslint-config-prettier": "8.3.0", |
73 | | - "eslint-plugin-import": "2.25.4", |
74 | | - "eslint-plugin-jsx-a11y": "6.5.1", |
75 | | - "eslint-plugin-prettier": "4.0.0", |
76 | | - "eslint-plugin-react": "7.28.0", |
77 | | - "eslint-plugin-react-hooks": "4.3.0", |
78 | | - "prettier": "2.5.1" |
| 61 | + "eslint": "8.39.0", |
| 62 | + "eslint-config-prettier": "8.8.0", |
| 63 | + "eslint-plugin-import": "2.27.5", |
| 64 | + "eslint-plugin-jsx-a11y": "6.7.1", |
| 65 | + "eslint-plugin-prettier": "4.2.1", |
| 66 | + "eslint-plugin-react": "7.32.2", |
| 67 | + "eslint-plugin-react-hooks": "4.6.0", |
| 68 | + "prettier": "2.8.8" |
| 69 | + }, |
| 70 | + "overrides": { |
| 71 | + "svgo": "3.0.2" |
79 | 72 | } |
80 | 73 | } |
0 commit comments