1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Dependencies update (#1350)

This commit is contained in:
Paweł Kuna
2022-11-09 21:08:29 +01:00
committed by GitHub
parent 153500f04e
commit 33dbbd8197
3 changed files with 543 additions and 640 deletions

View File

@@ -5,7 +5,7 @@ on:
types: [ opened, reopened ] types: [ opened, reopened ]
env: env:
NODE: 14 NODE: 16
permissions: permissions:
contents: read contents: read

1155
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -117,20 +117,20 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.19.3", "@babel/core": "^7.20.2",
"@babel/preset-env": "^7.19.3", "@babel/preset-env": "^7.20.2",
"@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-replace": "^5.0.1",
"@rollup/pluginutils": "^4.2.1", "@rollup/pluginutils": "^5.0.2",
"@rollup/stream": "^2.0.0", "@rollup/stream": "^2.0.0",
"apexcharts": "^3.35.5", "apexcharts": "^3.36.3",
"autoprefixer": "^10.4.12", "autoprefixer": "^10.4.13",
"autosize": "^5.0.1", "autosize": "^5.0.1",
"browser-sync": "^2.27.10", "browser-sync": "^2.27.10",
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
"choices.js": "^10.1.0", "choices.js": "^10.1.0",
"chromatic": "^6.10.1", "chromatic": "^6.11.4",
"countup.js": "^2.3.2", "countup.js": "^2.3.2",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"dropzone": "^6.0.0-beta.2", "dropzone": "^6.0.0-beta.2",
@@ -153,18 +153,18 @@
"litepicker": "^2.0.12", "litepicker": "^2.0.12",
"nouislider": "^15.6.1", "nouislider": "^15.6.1",
"plyr": "^3.7.2", "plyr": "^3.7.2",
"postcss": "^8.4.17", "postcss": "^8.4.18",
"release-it": "^15.5.0", "release-it": "^15.5.0",
"rollup": "^2.79.1", "rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0", "rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.55.0", "sass": "^1.56.1",
"tinymce": "^6.2.0", "tinymce": "^6.2.0",
"tom-select": "^2.2.2", "tom-select": "^2.2.2",
"vinyl-buffer": "^1.0.1", "vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0", "vinyl-source-stream": "^2.0.0",
"yaml": "^2.1.3", "yaml": "^2.1.3",
"yargs": "^17.6.0" "yargs": "^17.6.2"
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
@@ -172,7 +172,7 @@
"bootstrap": "~5.2.2" "bootstrap": "~5.2.2"
}, },
"peerDependencies": { "peerDependencies": {
"apexcharts": "^3.35.5", "apexcharts": "^3.36.3",
"autosize": "^5.0.1", "autosize": "^5.0.1",
"choices.js": "^10.1.0", "choices.js": "^10.1.0",
"countup.js": "^2.3.2", "countup.js": "^2.3.2",