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

update bootstrap to 5.2.3 (#1388)

This commit is contained in:
Paweł Kuna
2022-11-28 20:06:40 +01:00
committed by GitHub
parent 8ec9a71b19
commit f1963c2599
3 changed files with 100 additions and 101 deletions
+4 -5
View File
@@ -1,11 +1,11 @@
name: Bundlewatch name: Bundlewatch
on: on:
pull_request: null
push: push:
branches-ignore: branches:
- "dependabot/**" - main
pull_request: - dev
workflow_dispatch:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2
@@ -41,4 +41,3 @@ jobs:
run: npm run bundlewatch run: npm run bundlewatch
env: env:
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}" BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
CI_BRANCH_BASE: main
+89 -89
View File
@@ -10,12 +10,12 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
"bootstrap": "~5.2.2" "bootstrap": "~5.2.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.20.2", "@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-replace": "^5.0.1",
"@rollup/pluginutils": "^5.0.2", "@rollup/pluginutils": "^5.0.2",
@@ -23,7 +23,7 @@
"@tabler/icons": "^1.114.0", "@tabler/icons": "^1.114.0",
"apexcharts": "^3.36.3", "apexcharts": "^3.36.3",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"autosize": "^5.0.1", "autosize": "^5.0.2",
"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",
@@ -58,7 +58,7 @@
"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.56.1", "sass": "^1.56.1",
"tinymce": "^6.2.0", "tinymce": "^6.3.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",
@@ -74,7 +74,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"apexcharts": "^3.36.3", "apexcharts": "^3.36.3",
"autosize": "^5.0.1", "autosize": "^5.0.2",
"choices.js": "^10.1.0", "choices.js": "^10.1.0",
"countup.js": "^2.3.2", "countup.js": "^2.3.2",
"dropzone": "^6.0.0-beta.2", "dropzone": "^6.0.0-beta.2",
@@ -86,7 +86,7 @@
"litepicker": "^2.0.12", "litepicker": "^2.0.12",
"nouislider": "^15.6.1", "nouislider": "^15.6.1",
"plyr": "^3.7.3", "plyr": "^3.7.3",
"tinymce": "^6.2.0", "tinymce": "^6.3.0",
"tom-select": "^2.2.2" "tom-select": "^2.2.2"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
@@ -172,21 +172,21 @@
} }
}, },
"node_modules/@babel/core": { "node_modules/@babel/core": {
"version": "7.20.2", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.5.tgz",
"integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", "integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.1.0", "@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6", "@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.20.2", "@babel/generator": "^7.20.5",
"@babel/helper-compilation-targets": "^7.20.0", "@babel/helper-compilation-targets": "^7.20.0",
"@babel/helper-module-transforms": "^7.20.2", "@babel/helper-module-transforms": "^7.20.2",
"@babel/helpers": "^7.20.1", "@babel/helpers": "^7.20.5",
"@babel/parser": "^7.20.2", "@babel/parser": "^7.20.5",
"@babel/template": "^7.18.10", "@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.1", "@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.2", "@babel/types": "^7.20.5",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
@@ -202,12 +202,12 @@
} }
}, },
"node_modules/@babel/generator": { "node_modules/@babel/generator": {
"version": "7.20.4", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.5.tgz",
"integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", "integrity": "sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/types": "^7.20.2", "@babel/types": "^7.20.5",
"@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/gen-mapping": "^0.3.2",
"jsesc": "^2.5.1" "jsesc": "^2.5.1"
}, },
@@ -549,14 +549,14 @@
} }
}, },
"node_modules/@babel/helpers": { "node_modules/@babel/helpers": {
"version": "7.20.1", "version": "7.20.6",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.6.tgz",
"integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", "integrity": "sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/template": "^7.18.10", "@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.1", "@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.0" "@babel/types": "^7.20.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@@ -577,9 +577,9 @@
} }
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
"version": "7.20.3", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz",
"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", "integrity": "sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==",
"dev": true, "dev": true,
"bin": { "bin": {
"parser": "bin/babel-parser.js" "parser": "bin/babel-parser.js"
@@ -1699,19 +1699,19 @@
} }
}, },
"node_modules/@babel/traverse": { "node_modules/@babel/traverse": {
"version": "7.20.1", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz",
"integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", "integrity": "sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.18.6", "@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.20.1", "@babel/generator": "^7.20.5",
"@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.19.0", "@babel/helper-function-name": "^7.19.0",
"@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.20.1", "@babel/parser": "^7.20.5",
"@babel/types": "^7.20.0", "@babel/types": "^7.20.5",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0" "globals": "^11.1.0"
}, },
@@ -1720,9 +1720,9 @@
} }
}, },
"node_modules/@babel/types": { "node_modules/@babel/types": {
"version": "7.20.2", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.5.tgz",
"integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "integrity": "sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-string-parser": "^7.19.4", "@babel/helper-string-parser": "^7.19.4",
@@ -2105,9 +2105,9 @@
} }
}, },
"node_modules/@rollup/plugin-commonjs": { "node_modules/@rollup/plugin-commonjs": {
"version": "23.0.2", "version": "23.0.3",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.2.tgz", "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.3.tgz",
"integrity": "sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg==", "integrity": "sha512-31HxrT5emGfTyIfAs1lDQHj6EfYxTXcwtX5pIIhq+B/xZBNIqQ179d/CkYxlpYmFCxT78AeU4M8aL8Iv/IBxFA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@rollup/pluginutils": "^5.0.1", "@rollup/pluginutils": "^5.0.1",
@@ -2905,9 +2905,9 @@
} }
}, },
"node_modules/autosize": { "node_modules/autosize": {
"version": "5.0.1", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/autosize/-/autosize-5.0.1.tgz", "resolved": "https://registry.npmjs.org/autosize/-/autosize-5.0.2.tgz",
"integrity": "sha512-UIWUlE4TOVPNNj2jjrU39wI4hEYbneUypEqcyRmRFIx5CC2gNdg3rQr+Zh7/3h6egbBvm33TDQjNQKtj9Tk1HA==", "integrity": "sha512-FPVt5ynkqUAA9gcMZnJHka1XfQgr1WNd/yRfIjmj5WGmjua+u5Hl9hn8M2nU5CNy2bEIcj1ZUwXq7IOHsfZG9w==",
"dev": true "dev": true
}, },
"node_modules/aws-sign2": { "node_modules/aws-sign2": {
@@ -3131,9 +3131,9 @@
} }
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.2.2", "version": "5.2.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz",
"integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==", "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -13346,9 +13346,9 @@
} }
}, },
"node_modules/tinymce": { "node_modules/tinymce": {
"version": "6.2.0", "version": "6.3.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.2.0.tgz", "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.3.0.tgz",
"integrity": "sha512-zLjbFrg0hbtJ6PxmZUjQY6zyIOM/mLrWGTvhBec7XwYwoW1E0xXMQzy2tgMTh3OvJpsclgqf2ZMjmwcv4Cludw==", "integrity": "sha512-UeOKdbDbBoAT2A8WQr/D4AqzqPloTY/B/zJXCGlPz5L4YOmwUCqXAFTxN1tkysRq994UIZZUJZezC7WmCDx5ag==",
"dev": true "dev": true
}, },
"node_modules/tmp": { "node_modules/tmp": {
@@ -14682,21 +14682,21 @@
"dev": true "dev": true
}, },
"@babel/core": { "@babel/core": {
"version": "7.20.2", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.5.tgz",
"integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", "integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@ampproject/remapping": "^2.1.0", "@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6", "@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.20.2", "@babel/generator": "^7.20.5",
"@babel/helper-compilation-targets": "^7.20.0", "@babel/helper-compilation-targets": "^7.20.0",
"@babel/helper-module-transforms": "^7.20.2", "@babel/helper-module-transforms": "^7.20.2",
"@babel/helpers": "^7.20.1", "@babel/helpers": "^7.20.5",
"@babel/parser": "^7.20.2", "@babel/parser": "^7.20.5",
"@babel/template": "^7.18.10", "@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.1", "@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.2", "@babel/types": "^7.20.5",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
@@ -14705,12 +14705,12 @@
} }
}, },
"@babel/generator": { "@babel/generator": {
"version": "7.20.4", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.5.tgz",
"integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", "integrity": "sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/types": "^7.20.2", "@babel/types": "^7.20.5",
"@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/gen-mapping": "^0.3.2",
"jsesc": "^2.5.1" "jsesc": "^2.5.1"
}, },
@@ -14964,14 +14964,14 @@
} }
}, },
"@babel/helpers": { "@babel/helpers": {
"version": "7.20.1", "version": "7.20.6",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.6.tgz",
"integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", "integrity": "sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/template": "^7.18.10", "@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.1", "@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.0" "@babel/types": "^7.20.5"
} }
}, },
"@babel/highlight": { "@babel/highlight": {
@@ -14986,9 +14986,9 @@
} }
}, },
"@babel/parser": { "@babel/parser": {
"version": "7.20.3", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz",
"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", "integrity": "sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==",
"dev": true "dev": true
}, },
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
@@ -15736,27 +15736,27 @@
} }
}, },
"@babel/traverse": { "@babel/traverse": {
"version": "7.20.1", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz",
"integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", "integrity": "sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.18.6", "@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.20.1", "@babel/generator": "^7.20.5",
"@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.19.0", "@babel/helper-function-name": "^7.19.0",
"@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.20.1", "@babel/parser": "^7.20.5",
"@babel/types": "^7.20.0", "@babel/types": "^7.20.5",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0" "globals": "^11.1.0"
} }
}, },
"@babel/types": { "@babel/types": {
"version": "7.20.2", "version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.5.tgz",
"integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "integrity": "sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-string-parser": "^7.19.4", "@babel/helper-string-parser": "^7.19.4",
@@ -16060,9 +16060,9 @@
"integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==" "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw=="
}, },
"@rollup/plugin-commonjs": { "@rollup/plugin-commonjs": {
"version": "23.0.2", "version": "23.0.3",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.2.tgz", "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.3.tgz",
"integrity": "sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg==", "integrity": "sha512-31HxrT5emGfTyIfAs1lDQHj6EfYxTXcwtX5pIIhq+B/xZBNIqQ179d/CkYxlpYmFCxT78AeU4M8aL8Iv/IBxFA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@rollup/pluginutils": "^5.0.1", "@rollup/pluginutils": "^5.0.1",
@@ -16640,9 +16640,9 @@
} }
}, },
"autosize": { "autosize": {
"version": "5.0.1", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/autosize/-/autosize-5.0.1.tgz", "resolved": "https://registry.npmjs.org/autosize/-/autosize-5.0.2.tgz",
"integrity": "sha512-UIWUlE4TOVPNNj2jjrU39wI4hEYbneUypEqcyRmRFIx5CC2gNdg3rQr+Zh7/3h6egbBvm33TDQjNQKtj9Tk1HA==", "integrity": "sha512-FPVt5ynkqUAA9gcMZnJHka1XfQgr1WNd/yRfIjmj5WGmjua+u5Hl9hn8M2nU5CNy2bEIcj1ZUwXq7IOHsfZG9w==",
"dev": true "dev": true
}, },
"aws-sign2": { "aws-sign2": {
@@ -16828,9 +16828,9 @@
} }
}, },
"bootstrap": { "bootstrap": {
"version": "5.2.2", "version": "5.2.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz",
"integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==", "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==",
"requires": {} "requires": {}
}, },
"boxen": { "boxen": {
@@ -24696,9 +24696,9 @@
"dev": true "dev": true
}, },
"tinymce": { "tinymce": {
"version": "6.2.0", "version": "6.3.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.2.0.tgz", "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.3.0.tgz",
"integrity": "sha512-zLjbFrg0hbtJ6PxmZUjQY6zyIOM/mLrWGTvhBec7XwYwoW1E0xXMQzy2tgMTh3OvJpsclgqf2ZMjmwcv4Cludw==", "integrity": "sha512-UeOKdbDbBoAT2A8WQr/D4AqzqPloTY/B/zJXCGlPz5L4YOmwUCqXAFTxN1tkysRq994UIZZUJZezC7WmCDx5ag==",
"dev": true "dev": true
}, },
"tmp": { "tmp": {
+7 -7
View File
@@ -119,9 +119,9 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.20.2", "@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-replace": "^5.0.1",
"@rollup/pluginutils": "^5.0.2", "@rollup/pluginutils": "^5.0.2",
@@ -129,7 +129,7 @@
"@tabler/icons": "^1.114.0", "@tabler/icons": "^1.114.0",
"apexcharts": "^3.36.3", "apexcharts": "^3.36.3",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"autosize": "^5.0.1", "autosize": "^5.0.2",
"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",
@@ -164,7 +164,7 @@
"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.56.1", "sass": "^1.56.1",
"tinymce": "^6.2.0", "tinymce": "^6.3.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",
@@ -173,11 +173,11 @@
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
"bootstrap": "~5.2.2" "bootstrap": "~5.2.3"
}, },
"peerDependencies": { "peerDependencies": {
"apexcharts": "^3.36.3", "apexcharts": "^3.36.3",
"autosize": "^5.0.1", "autosize": "^5.0.2",
"choices.js": "^10.1.0", "choices.js": "^10.1.0",
"countup.js": "^2.3.2", "countup.js": "^2.3.2",
"dropzone": "^6.0.0-beta.2", "dropzone": "^6.0.0-beta.2",
@@ -189,7 +189,7 @@
"litepicker": "^2.0.12", "litepicker": "^2.0.12",
"nouislider": "^15.6.1", "nouislider": "^15.6.1",
"plyr": "^3.7.3", "plyr": "^3.7.3",
"tinymce": "^6.2.0", "tinymce": "^6.3.0",
"tom-select": "^2.2.2" "tom-select": "^2.2.2"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {