bump versions

This commit is contained in:
Paul Laros
2021-05-12 14:00:49 +02:00
parent fb28d10056
commit eb6443c5e3
6 changed files with 16 additions and 16 deletions
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@adminkit/core",
"version": "2.3.0",
"version": "3.0.0",
"description": "AdminKit - Bootstrap 5 Admin Template",
"keywords": [
"bootstrap",
@@ -45,25 +45,25 @@
"dependencies": {
"@babel/polyfill": "7.12.1",
"@popperjs/core": "2.9.2",
"bootstrap": "5.0.0-beta3",
"bootstrap": "5.0.0",
"chart.js": "2.9.4",
"feather-icons": "4.28.0",
"flatpickr": "4.6.9",
"jsvectormap": "1.3.0",
"simplebar": "5.3.0"
"jsvectormap": "1.3.1",
"simplebar": "5.3.3"
},
"devDependencies": {
"@babel/core": "7.13.14",
"@babel/core": "7.14.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.13.12",
"@babel/register": "7.13.14",
"@babel/preset-env": "7.14.1",
"@babel/register": "7.13.16",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"copy-webpack-plugin": "6.4.1",
"cross-env": "7.0.3",
"css-loader": "4.3.0",
"eslint": "7.23.0",
"eslint": "7.26.0",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "2.0.5",
"hard-source-webpack-plugin": "0.13.1",
@@ -71,8 +71,8 @@
"node-sass": "4.14.1",
"optimize-css-assets-webpack-plugin": "5.0.4",
"postcss-loader": "4.2.0",
"resolve-url-loader": "3.1.2",
"sass-loader": "10.1.1",
"resolve-url-loader": "3.1.3",
"sass-loader": "10.2.0",
"script-loader": "0.7.2",
"style-loader": "1.3.0",
"terser-webpack-plugin": "4.2.3",
+1 -1
View File
@@ -1,5 +1,5 @@
/*!
* AdminKit v2.3.0 (https://adminkit.io/)
* AdminKit v3.0.0 (https://adminkit.io/)
* Copyright 2021 Paul Laros
* Copyright 2021 AdminKit
* Licensed under MIT (https://github.com/adminkit/adminkit/blob/master/LICENSE)
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
* Bootstrap v5.0.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
+1 -1
View File
File diff suppressed because one or more lines are too long