|
1 | 1 | { |
2 | 2 | "name": "blk-design-system-react", |
3 | | - "version": "1.2.1", |
| 3 | + "version": "1.2.2", |
4 | 4 | "description": "React version of BLK Design System by Creative Tim", |
5 | 5 | "main": "index.js", |
6 | 6 | "author": "Creative Tim", |
|
32 | 32 | "blk-design-system-react" |
33 | 33 | ], |
34 | 34 | "dependencies": { |
35 | | - "@testing-library/jest-dom": "5.16.4", |
36 | | - "@testing-library/react": "13.3.0", |
37 | | - "@testing-library/user-event": "14.4.1", |
38 | | - "bootstrap": "4.5.3", |
| 35 | + "@testing-library/jest-dom": "5.16.5", |
| 36 | + "@testing-library/react": "14.0.0", |
| 37 | + "@testing-library/user-event": "14.4.3", |
| 38 | + "bootstrap": "4.6.2", |
39 | 39 | "chart.js": "2.9.4", |
40 | 40 | "classnames": "2.3.1", |
41 | 41 | "gulp": "4.0.2", |
42 | 42 | "gulp-append-prepend": "1.0.9", |
43 | 43 | "moment": "2.29.4", |
44 | | - "nouislider": "14.6.3", |
| 44 | + "nouislider": "15.4.0", |
45 | 45 | "perfect-scrollbar": "1.5.5", |
46 | 46 | "react": "18.2.0", |
47 | | - "react-chartjs-2": "2.11.1", |
48 | | - "react-datetime": "3.1.1", |
| 47 | + "react-chartjs-2": "2.11.2", |
| 48 | + "react-datetime": "3.2.0", |
49 | 49 | "react-dom": "18.2.0", |
50 | | - "react-router-dom": "5.2.0", |
| 50 | + "react-router-dom": "6.11.1", |
51 | 51 | "react-scripts": "5.0.1", |
52 | | - "reactstrap": "8.7.1", |
53 | | - "sass": "1.54.0", |
54 | | - "web-vitals": "2.1.4" |
| 52 | + "reactstrap": "8.10.0", |
| 53 | + "sass": "1.62.1", |
| 54 | + "web-vitals": "3.3.1" |
55 | 55 | }, |
56 | 56 | "peerDependencies": { |
57 | 57 | "react": ">=16.8.0", |
58 | 58 | "react-dom": ">=16.8.0" |
59 | 59 | }, |
60 | 60 | "optionalDependencies": { |
61 | | - "jquery": "3.6.0", |
62 | | - "typescript": "4.7.4" |
| 61 | + "jquery": "3.7.0", |
| 62 | + "typescript": "5.0.4" |
63 | 63 | }, |
64 | 64 | "scripts": { |
65 | 65 | "start": "react-scripts start", |
|
76 | 76 | "react-app/jest" |
77 | 77 | ] |
78 | 78 | }, |
| 79 | + "overrides": { |
| 80 | + "svgo": "3.0.2", |
| 81 | + "chokidar": "3.5.3", |
| 82 | + "fsevents": "2.3.2" |
| 83 | + }, |
79 | 84 | "browserslist": { |
80 | 85 | "production": [ |
81 | 86 | ">0.2%", |
|
0 commit comments