diff --git a/_config.yml b/_config.yml index ca3394c03b78ef10a3f763183d45d4f633ecd6fc..a45592ce267370ca86e7761c32f5dc8c08439da7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ source: pages destination: tmp -version: v1.0.0-alpha +version: 1.0.0-alpha.3 title: Tabler description: Premium and Open Source dashboard template with responsive and high quality UI. github_url: https://github.com/tabler/tabler diff --git a/package.json b/package.json index 25d55d94ab1dd3bef63f0b6f6fb5afbaf9d5cd89..79e17babf2ee73327b1eef1399406fd48b1e9550 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tabler", - "version": "1.0.0-alpha.2", - "version_short": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", + "version_short": "1.0.0-alpha.3", "description": "Premium and Open Source dashboard template with responsive and high quality UI.", "scripts": { "start": "npm-run-all clean css-main js-compile-standalone --parallel browsersync watch", @@ -74,15 +74,15 @@ "main": "dist/js/tabler.js", "homepage": "https://tabler.io", "devDependencies": { - "@babel/preset-env": "7.8.3", + "@babel/preset-env": "7.8.4", "browser-sync": "2.26.7", "bundlesize": "0.18.0", "clean-css-cli": "4.3.0", "cross-env": "7.0.0", "eslint": "6.8.0", "eslint-config-xo": "0.27.2", - "eslint-plugin-import": "2.20.0", - "eslint-plugin-unicorn": "15.0.1", + "eslint-plugin-import": "2.20.1", + "eslint-plugin-unicorn": "16.0.0", "glob": "7.1.6", "http-server": "0.12.1", "icon-font-generator": "2.1.10", @@ -91,7 +91,7 @@ "nodemon": "2.0.2", "npm-run-all": "4.1.5", "postcss-cli": "7.1.0", - "rollup": "1.30.1", + "rollup": "1.31.0", "rollup-plugin-babel": "4.3.3", "rollup-plugin-babel-minify": "9.1.1", "rollup-plugin-commonjs": "10.1.0", @@ -110,7 +110,7 @@ "@fullcalendar/interaction": "4.3.0", "@fullcalendar/list": "4.3.0", "@fullcalendar/timegrid": "4.3.0", - "apexcharts": "3.15.3", + "apexcharts": "3.15.5", "autosize": "4.0.2", "bootstrap": "twbs/bootstrap#05fb3f2", "countup.js": "2.0.4",