Skip to content
  • Sponsor coreui/coreui-free-react-admin-template

  • Notifications You must be signed in to change notification settings
  • Fork 2.5k

Commit be9e2ab

Browse files
authoredJan 19, 2018
Merge pull request #45 from mrholek/v1.0.9
v1.0.9 with Bootstrap 4.0.0
2 parents e009616 + cef091d commit be9e2ab

File tree

250 files changed

+49
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+49
-12
lines changed
 

‎CHANGELOG.md

Lines changed: 3 additions & 0 deletions

‎React_Full_Project/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -15,10 +15,10 @@
1515
"babel-preset-react": "6.24.1",
1616
"copy-webpack-plugin": "4.3.1",
1717
"css-hot-loader": "1.3.5",
18-
"css-loader": "0.28.8",
18+
"css-loader": "0.28.9",
1919
"extract-text-webpack-plugin": "3.0.2",
2020
"file-loader": "1.1.6",
21-
"html-loader": "0.5.4",
21+
"html-loader": "0.5.5",
2222
"html-webpack-plugin": "2.30.1",
2323
"node-sass": "4.7.2",
2424
"rimraf": "2.6.2",
@@ -31,7 +31,7 @@
3131
"webpack-dev-server": "2.9.7"
3232
},
3333
"dependencies": {
34-
"bootstrap": "4.0.0-beta.3",
34+
"bootstrap": "4.0.0",
3535
"chart.js": "2.7.1",
3636
"flag-icon-css": "2.9.0",
3737
"font-awesome": "4.7.0",
@@ -51,7 +51,7 @@
5151
"clean": "rimraf ./build"
5252
},
5353
"engines": {
54-
"node": ">= 6.12.3",
54+
"node": ">= 8.9.4",
5555
"npm": ">= 5.6.0"
5656
}
5757
}

0 commit comments

Comments
 (0)