Skip to content

Commit 265132a

Browse files
committed
update dependencies
1 parent f2f69c7 commit 265132a

2 files changed

Lines changed: 24 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.2.2] 2023-05-12
4+
5+
- Update the dependencies
6+
- Fix the installation issue
7+
38
## [1.2.1] 2021-08-05
49

510
- Update the dependencies

package.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blk-design-system-react",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "React version of BLK Design System by Creative Tim",
55
"main": "index.js",
66
"author": "Creative Tim",
@@ -32,34 +32,34 @@
3232
"blk-design-system-react"
3333
],
3434
"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",
3939
"chart.js": "2.9.4",
4040
"classnames": "2.3.1",
4141
"gulp": "4.0.2",
4242
"gulp-append-prepend": "1.0.9",
4343
"moment": "2.29.4",
44-
"nouislider": "14.6.3",
44+
"nouislider": "15.4.0",
4545
"perfect-scrollbar": "1.5.5",
4646
"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",
4949
"react-dom": "18.2.0",
50-
"react-router-dom": "5.2.0",
50+
"react-router-dom": "6.11.1",
5151
"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"
5555
},
5656
"peerDependencies": {
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0"
5959
},
6060
"optionalDependencies": {
61-
"jquery": "3.6.0",
62-
"typescript": "4.7.4"
61+
"jquery": "3.7.0",
62+
"typescript": "5.0.4"
6363
},
6464
"scripts": {
6565
"start": "react-scripts start",
@@ -76,6 +76,11 @@
7676
"react-app/jest"
7777
]
7878
},
79+
"overrides": {
80+
"svgo": "3.0.2",
81+
"chokidar": "3.5.3",
82+
"fsevents": "2.3.2"
83+
},
7984
"browserslist": {
8085
"production": [
8186
">0.2%",

0 commit comments

Comments
 (0)