Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

v2.1.11 #13

Merged
merged 2 commits into from
Jan 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
## v2.1.next
## v2.1.11
- fix(collapse): add `mb-0` to accordion cards
- refactor(forms): add `autocomplete`
- refactor(modals): add `mb-1` to buttons
- update: `@coreui/coreui` to `^2.1.5`
- update: `bootstrap` to `^4.2.1`
- update: `popper.js` to `^1.14.6`
- update: `@babel/cli` to `^7.2.3`
- update: `@babel/core` to `^7.2.2`
- update: `@babel/plugin-proposal-object-rest-spread` to `^7.2.0`
- update: `@babel/preset-env` to `^7.2.3`
- update: `autoprefixer` to `^9.4.4`
- update: `chalk` to `^2.4.2`
- update: `eslint` to `^5.12.0`
- update: `js-beautify` to `^1.8.9`
- update: `node-sass` to `^4.11.0`
- update: `nodemon` to `^1.18.9`
- update: `postcss-cli` to `^6.1.1`
- update: `rimraf` to `^2.6.3`
- update: `stylelint` to `9.9.0`
- update: `stylelint-scss` to `^3.4.4`

## v2.1.9
- update: `@coreui/coreui` to `2.1.3`
Expand Down
1,120 changes: 600 additions & 520 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-bootstrap-admin-template-ajax",
"version": "2.1.9",
"version": "2.1.11",
"description": "Free Bootstrap Admin Template Ajax",
"keywords": [
"admin",
Expand Down Expand Up @@ -63,48 +63,48 @@
"watch-pug": "nodemon -e pug -x \"npm run pug\""
},
"dependencies": {
"@coreui/coreui": "^2.1.3",
"@coreui/coreui": "^2.1.5",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "0.3.0",
"bootstrap": "4.1.3",
"bootstrap": "^4.2.1",
"chart.js": "^2.7.3",
"flag-icon-css": "^3.2.1",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"pace-progress": "1.0.2",
"perfect-scrollbar": "1.4.0",
"popper.js": "^1.14.5",
"popper.js": "^1.14.6",
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"autoprefixer": "^9.3.1",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.4",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"browser-sync": "^2.26.3",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"clean-css-cli": "^4.2.1",
"copyfiles": "^2.1.0",
"cross-env": "^5.2.0",
"eslint": "^5.9.0",
"eslint": "^5.12.0",
"eslint-plugin-compat": "^2.6.3",
"foreach-cli": "^1.8.1",
"js-beautify": "^1.8.8",
"node-sass": "^4.10.0",
"nodemon": "^1.18.7",
"js-beautify": "^1.8.9",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.0.1",
"postcss-cli": "^6.1.1",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"rimraf": "^2.6.3",
"shelljs": "^0.8.3",
"stylelint": "^9.9.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.4.0"
"stylelint-scss": "^3.4.4"
},
"engines": {
"node": ">=6"
Expand Down
Loading