Skip to content

Commit f9e8e14

Browse files
committed
v1.0.8
1 parent 97282bb commit f9e8e14

File tree

327 files changed

+4253
-278
lines changed

Some content is hidden

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

327 files changed

+4253
-278
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 creativeLabs Łukasz Holeczek.
3+
Copyright (c) 2018 creativeLabs Łukasz Holeczek.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

React_Full_Project/package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "1.0.6",
3+
"version": "1.0.8",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -13,44 +13,45 @@
1313
"babel-plugin-transform-object-rest-spread": "6.26.0",
1414
"babel-preset-env": "1.6.1",
1515
"babel-preset-react": "6.24.1",
16-
"copy-webpack-plugin": "4.2.1",
17-
"css-hot-loader": "1.3.3",
18-
"css-loader": "0.28.7",
16+
"copy-webpack-plugin": "4.3.1",
17+
"css-hot-loader": "1.3.5",
18+
"css-loader": "0.28.8",
1919
"extract-text-webpack-plugin": "3.0.2",
20-
"file-loader": "1.1.5",
21-
"html-loader": "0.5.1",
20+
"file-loader": "1.1.6",
21+
"html-loader": "0.5.4",
2222
"html-webpack-plugin": "2.30.1",
23-
"node-sass": "4.7.1",
23+
"node-sass": "4.7.2",
2424
"rimraf": "2.6.2",
2525
"sass-loader": "6.0.6",
2626
"source-list-map": "2.0.0",
27-
"style-loader": "0.19.0",
28-
"uglify-js": "3.1.10",
27+
"style-loader": "0.19.1",
28+
"uglify-js": "3.3.7",
2929
"url-loader": "0.6.2",
30-
"webpack": "3.8.1",
31-
"webpack-dev-server": "2.9.4"
30+
"webpack": "3.10.0",
31+
"webpack-dev-server": "2.9.7"
3232
},
3333
"dependencies": {
34-
"bootstrap": "4.0.0-beta.2",
34+
"bootstrap": "4.0.0-beta.3",
3535
"chart.js": "2.7.1",
36+
"flag-icon-css": "2.9.0",
3637
"font-awesome": "4.7.0",
3738
"history": "4.7.2",
38-
"react": "16.1.1",
39-
"react-chartjs-2": "2.6.4",
40-
"react-dom": "16.1.1",
39+
"react": "16.2.0",
40+
"react-chartjs-2": "2.7.0",
41+
"react-dom": "16.2.0",
4142
"react-router-dom": "4.2.2",
4243
"react-transition-group": "2.2.1",
4344
"reactstrap": "5.0.0-alpha.4",
4445
"simple-line-icons": "2.4.1"
4546
},
4647
"scripts": {
4748
"dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
48-
"start": "webpack-dev-server --progress --colors --inline --env.dev",
49+
"start": "webpack-dev-server --progress --color --inline --env.dev",
4950
"build": "webpack -p --progress --env.prod",
5051
"clean": "rimraf ./build"
5152
},
5253
"engines": {
53-
"node": ">= 6.4.0",
54-
"npm": ">= 5.0.0"
54+
"node": ">= 6.12.3",
55+
"npm": ">= 5.6.0"
5556
}
5657
}
-1.89 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.71 KB
Binary file not shown.
-1.41 KB
Binary file not shown.
Binary file not shown.
-1.51 KB
Binary file not shown.

0 commit comments

Comments
 (0)