Skip to content

Commit 51169d1

Browse files
committed
chore: dependencies update
- chore: update `@coreui/react` to `^2.0.8` - chore: update `reactsrtrap` to `^6.5.0` - chore: update `react-scripts` to `^2.0.4` - chore: `enzyme` to `3.7.0` - chore: `enzyme-adapter-react-16` to `1.6.0`
1 parent cc7b690 commit 51169d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@coreui/coreui": "^2.0.14",
1616
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1717
"@coreui/icons": "0.3.0",
18-
"@coreui/react": "^2.0.7",
18+
"@coreui/react": "^2.0.8",
1919
"bootstrap": "^4.1.3",
2020
"chart.js": "^2.7.2",
2121
"classnames": "^2.2.6",
2222
"core-js": "^2.5.7",
23-
"enzyme": "^3.6.0",
24-
"enzyme-adapter-react-16": "^1.5.0",
23+
"enzyme": "^3.7.0",
24+
"enzyme-adapter-react-16": "^1.6.0",
2525
"flag-icon-css": "^3.2.0",
2626
"font-awesome": "^4.7.0",
2727
"node-sass": "^4.9.3",
@@ -34,14 +34,14 @@
3434
"react-router-config": "^4.4.0-beta.1",
3535
"react-router-dom": "^4.3.1",
3636
"react-test-renderer": "^16.5.2",
37-
"reactstrap": "^6.4.0",
37+
"reactstrap": "^6.5.0",
3838
"simple-line-icons": "^2.4.1"
3939
},
4040
"devDependencies": {
4141
"babel-jest": "^23.6.0",
4242
"node-sass-chokidar": "^1.3.3",
4343
"npm-run-all": "^4.1.3",
44-
"react-scripts": "^2.0.3"
44+
"react-scripts": "^2.0.4"
4545
},
4646
"scripts": {
4747
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",

0 commit comments

Comments
 (0)