mirror of
https://github.com/tabler/tabler.git
synced 2026-07-26 13:04:39 +04:00
Update package.json
Changes versions of packages to `"^x.x.x` for minor updates to fix bugs without problems with backwards compatibility.
This commit is contained in:
+51
-51
@@ -77,67 +77,67 @@
|
|||||||
"main": "dist/js/tabler.js",
|
"main": "dist/js/tabler.js",
|
||||||
"homepage": "https://tabler.io",
|
"homepage": "https://tabler.io",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "7.9.5",
|
"@babel/preset-env": "^7.9.5",
|
||||||
"browser-sync": "2.26.7",
|
"browser-sync": "^2.26.7",
|
||||||
"bundlesize": "0.18.0",
|
"bundlesize": "^0.18.0",
|
||||||
"clean-css-cli": "4.3.0",
|
"clean-css-cli": "^4.3.0",
|
||||||
"cross-env": "7.0.2",
|
"cross-env": "^7.0.2",
|
||||||
"eslint": "6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-config-xo": "0.29.1",
|
"eslint-config-xo": "^0.29.1",
|
||||||
"eslint-plugin-import": "2.20.2",
|
"eslint-plugin-import": "^2.20.2",
|
||||||
"eslint-plugin-unicorn": "18.0.1",
|
"eslint-plugin-unicorn": "^18.0.1",
|
||||||
"glob": "7.1.6",
|
"glob": "^7.1.6",
|
||||||
"http-server": "0.12.1",
|
"http-server": "^0.12.1",
|
||||||
"icon-font-generator": "2.1.10",
|
"icon-font-generator": "^2.1.10",
|
||||||
"node-sass": "4.13.1",
|
"node-sass": "^4.13.1",
|
||||||
"node-sass-package-importer": "5.3.2",
|
"node-sass-package-importer": "^5.3.2",
|
||||||
"nodemon": "2.0.3",
|
"nodemon": "^2.0.3",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"percy": "0.26.2",
|
"percy": "^0.26.2",
|
||||||
"postcss-cli": "7.1.0",
|
"postcss-cli": "^7.1.0",
|
||||||
"rollup": "2.6.1",
|
"rollup": "^2.6.1",
|
||||||
"rollup-plugin-babel": "4.4.0",
|
"rollup-plugin-babel": "^4.4.0",
|
||||||
"rollup-plugin-babel-minify": "10.0.0",
|
"rollup-plugin-babel-minify": "^10.0.0",
|
||||||
"rollup-plugin-commonjs": "10.1.0",
|
"rollup-plugin-commonjs": "^10.1.0",
|
||||||
"rollup-plugin-filesize": "7.0.0",
|
"rollup-plugin-filesize": "^7.0.0",
|
||||||
"rollup-plugin-multi-input": "1.1.1",
|
"rollup-plugin-multi-input": "^1.1.1",
|
||||||
"rollup-plugin-node-resolve": "5.2.0",
|
"rollup-plugin-node-resolve": "^5.2.0",
|
||||||
"shelljs": "^0.8.3",
|
"shelljs": "^0.8.3",
|
||||||
"stylelint": "13.3.2",
|
"stylelint": "^13.3.2",
|
||||||
"stylelint-config-twbs-bootstrap": "2.0.1",
|
"stylelint-config-twbs-bootstrap": "^2.0.1",
|
||||||
"svgo": "1.3.2",
|
"svgo": "^1.3.2",
|
||||||
"tabler-icons": "1.5.0",
|
"tabler-icons": "^1.5.0",
|
||||||
"terser": "4.6.11",
|
"terser": "^4.6.11",
|
||||||
"yaml": "1.9.1"
|
"yaml": "^1.9.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fullcalendar/core": "4.4.0",
|
"@fullcalendar/core": "^4.4.0",
|
||||||
"@fullcalendar/daygrid": "4.4.0",
|
"@fullcalendar/daygrid": "^4.4.0",
|
||||||
"@fullcalendar/interaction": "4.4.0",
|
"@fullcalendar/interaction": "^4.4.0",
|
||||||
"@fullcalendar/list": "4.4.0",
|
"@fullcalendar/list": "^4.4.0",
|
||||||
"@fullcalendar/timegrid": "4.4.0",
|
"@fullcalendar/timegrid": "^4.4.0",
|
||||||
"apexcharts": "3.18.1",
|
"apexcharts": "^3.18.1",
|
||||||
"autosize": "4.0.2",
|
"autosize": "^4.0.2",
|
||||||
"bootstrap": "twbs/bootstrap#4fc701f",
|
"bootstrap": "twbs/bootstrap#4fc701f",
|
||||||
"countup.js": "2.0.4",
|
"countup.js": "^2.0.4",
|
||||||
"daterangepicker": "3.0.5",
|
"daterangepicker": "^3.0.5",
|
||||||
"flatpickr": "4.6.3",
|
"flatpickr": "^4.6.3",
|
||||||
"fullcalendar": "3.10.1",
|
"fullcalendar": "^3.10.1",
|
||||||
"imask": "6.0.3",
|
"imask": "^6.0.3",
|
||||||
"jquery": "3.5.0",
|
"jquery": "^3.5.0",
|
||||||
"jqvmap": "1.5.1",
|
"jqvmap": "^1.5.1",
|
||||||
"nouislider": "14.2.0",
|
"nouislider": "^14.2.0",
|
||||||
"peity": "3.3.0",
|
"peity": "^3.3.0",
|
||||||
"popper.js": "1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"selectize": "0.12.6"
|
"selectize": "^0.12.6"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"**/**/node-gyp": "5.0.0"
|
"**/**/node-gyp": "^5.0.0"
|
||||||
},
|
},
|
||||||
"bundlesize": [
|
"bundlesize": [
|
||||||
{
|
{
|
||||||
"path": "./dist/css/tabler.css",
|
"path": "./dist/css/tabler.css",
|
||||||
"maxSize": "50 kB"
|
"maxSize": "55 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/css/tabler.min.css",
|
"path": "./dist/css/tabler.min.css",
|
||||||
|
|||||||
Reference in New Issue
Block a user