Skip to content

Commit f99dfd7

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `^2.1.12` - update: `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.1` - update: `@coreui/react` to `^2.5.1` - update: `core-js` to `^3.1.4` - update: `enzyme` to `^3.10.0` - update: `enzyme-adapter-react-16` to `^1.14.0` - update: `react-router-config` to `^5.0.1` - update: `react-router-dom` to `^5.0.1` - update: `reactstrap` to `^8.0.0`
1 parent e115106 commit f99dfd7

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

package.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-react-admin-template",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",
@@ -12,16 +12,16 @@
1212
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
1313
},
1414
"dependencies": {
15-
"@coreui/coreui": "^2.1.9",
16-
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.0",
15+
"@coreui/coreui": "^2.1.12",
16+
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
1717
"@coreui/icons": "0.3.0",
18-
"@coreui/react": "~2.5.0",
18+
"@coreui/react": "^2.5.1",
1919
"bootstrap": "^4.3.1",
2020
"chart.js": "^2.8.0",
2121
"classnames": "^2.2.6",
22-
"core-js": "^2.6.5",
23-
"enzyme": "^3.9.0",
24-
"enzyme-adapter-react-16": "^1.13.0",
22+
"core-js": "^3.1.4",
23+
"enzyme": "^3.10.0",
24+
"enzyme-adapter-react-16": "^1.14.0",
2525
"flag-icon-css": "^3.3.0",
2626
"font-awesome": "^4.7.0",
2727
"node-sass": "^4.12.0",
@@ -30,10 +30,10 @@
3030
"react-app-polyfill": "^1.0.1",
3131
"react-chartjs-2": "^2.7.6",
3232
"react-dom": "^16.8.6",
33-
"react-router-config": "^5.0.0",
34-
"react-router-dom": "^5.0.0",
33+
"react-router-config": "^5.0.1",
34+
"react-router-dom": "^5.0.1",
3535
"react-test-renderer": "^16.8.6",
36-
"reactstrap": "^7.1.0",
36+
"reactstrap": "^8.0.0",
3737
"simple-line-icons": "^2.4.1"
3838
},
3939
"devDependencies": {
@@ -66,5 +66,9 @@
6666
"!src/serviceWorker.js",
6767
"!src/polyfill.js"
6868
]
69+
},
70+
"engines": {
71+
"node": ">=8.10",
72+
"npm": ">=6"
6973
}
7074
}

0 commit comments

Comments
 (0)