1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 21:32:22 +04:00

Update Bootstrap to v5, update dependencies

This commit is contained in:
codecalm
2021-05-08 16:48:06 +02:00
parent fbf53b71e2
commit 77d6bea2ed
3 changed files with 17 additions and 48 deletions
+16 -16
View File
@@ -48,15 +48,15 @@
"main": "dist/js/tabler.js",
"homepage": "https://tabler.io",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/stream": "^2.0.0",
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"critical": "^3.0.0",
"critical": "^3.0.1",
"cross-spawn": "^7.0.3",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
@@ -65,24 +65,24 @@
"gulp-header": "^2.0.9",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^4.0.2",
"gulp-purgecss": "^4.0.3",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.1.0",
"postcss": "^8.2.8",
"release-it": "^14.4.1",
"rollup": "^2.41.2",
"postcss": "^8.2.14",
"release-it": "^14.6.1",
"rollup": "^2.47.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yaml": "^1.10.1",
"yargs": "^16.2.0"
"yaml": "^1.10.2",
"yargs": "^17.0.1"
},
"dependencies": {
"@popperjs/core": "^2.9.1",
"@tabler/icons": "^1.39.1",
"apexcharts": "^3.25.0",
"@popperjs/core": "^2.9.2",
"@tabler/icons": "^1.41.1",
"apexcharts": "^3.26.1",
"autosize": "^4.0.2",
"bootstrap": "twbs/bootstrap#232e392c9126fcb1dbe13c963e7edcdbd62cfeb8",
"choices.js": "^9.0.1",
@@ -90,7 +90,7 @@
"flatpickr": "^4.6.9",
"imask": "^6.0.7",
"litepicker": "^2.0.11",
"nouislider": "^14.6.3"
"nouislider": "^15.0.0"
},
"resolutions": {
"**/**/node-gyp": "^5.0.0"