gd-bs 5.7.8 → 5.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "gd-bs",
3
- "version": "5.7.8",
4
- "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
- "main": "build/index.js",
6
- "typings": "src/index.d.ts",
7
- "scripts": {
8
- "all": "npm run clean && npm run generate-icons && npm run build && npm run build-icons && npm run prod && npm run prod-icons && npm run typings",
9
- "build": "tsc && npm run build-bs && webpack --mode=development && npm run post-build",
10
- "build-bs": "webpack --mode=production --config webpack.sass.js",
11
- "build-icons": "webpack --mode=development --config webpack.icons.js",
12
- "post-build": "node ./post-build",
13
- "clean": "node ./clean.js",
14
- "docs": "typedoc",
15
- "generate-icons": "node ./generateIcons",
16
- "package": "npm run all && npm run docs",
17
- "prod": "webpack --mode=production",
18
- "prod-icons": "webpack --mode=production --config webpack.icons.js",
19
- "typings": "dts-bundle --configJson dts-bundle.json"
20
- },
21
- "repository": {
22
- "type": "git",
23
- "url": "git+https://github.com/gunjandatta/gd-bs.git"
24
- },
25
- "keywords": [
26
- "Bootstrap",
27
- "TypeScript"
28
- ],
29
- "author": "Gunjan Datta <me@dattabase.com> (https://dattabase.com)",
30
- "license": "MIT",
31
- "bugs": {
32
- "url": "https://github.com/gunjandatta/gd-bs/issues"
33
- },
34
- "homepage": "https://dattabase.com/extras/bs",
35
- "dependencies": {
36
- "@popperjs/core": "^2.11.5",
37
- "bootstrap": "^5.1.3",
38
- "bootstrap-icons": "^1.9.1",
39
- "core-js": "^3.22.6",
40
- "tippy.js": "^6.3.7"
41
- },
42
- "devDependencies": {
43
- "@babel/core": "^7.18.0",
44
- "@babel/preset-env": "^7.18.0",
45
- "@types/node": "^16.11.36",
46
- "autoprefixer": "^10.4.7",
47
- "babel-loader": "^8.2.5",
48
- "css-loader": "^6.7.1",
49
- "dts-bundle": "^0.7.3",
50
- "html-loader": "^4.1.0",
51
- "postcss-loader": "^6.2.1",
52
- "sass": "^1.53.0",
53
- "sass-loader": "^12.6.0",
54
- "style-loader": "^3.3.1",
55
- "ts-loader": "^9.3.0",
56
- "typedoc": "^0.22.17",
57
- "typescript": "^4.7.4",
58
- "webpack": "^5.73.0",
59
- "webpack-cli": "^4.10.0"
60
- }
1
+ {
2
+ "name": "gd-bs",
3
+ "version": "5.8.1",
4
+ "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
+ "main": "build/index.js",
6
+ "typings": "src/index.d.ts",
7
+ "scripts": {
8
+ "all": "npm run clean && npm run generate-icons && npm run build && npm run build-icons && npm run prod && npm run prod-icons && npm run typings",
9
+ "build": "tsc && npm run build-bs && webpack --mode=development && npm run post-build",
10
+ "build-bs": "webpack --mode=production --config webpack.sass.js",
11
+ "build-icons": "webpack --mode=development --config webpack.icons.js",
12
+ "post-build": "node ./post-build",
13
+ "clean": "node ./clean.js",
14
+ "docs": "typedoc",
15
+ "generate-icons": "node ./generateIcons",
16
+ "package": "npm run all && npm run docs",
17
+ "prod": "webpack --mode=production",
18
+ "prod-icons": "webpack --mode=production --config webpack.icons.js",
19
+ "typings": "dts-bundle --configJson dts-bundle.json"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/gunjandatta/gd-bs.git"
24
+ },
25
+ "keywords": [
26
+ "Bootstrap",
27
+ "TypeScript"
28
+ ],
29
+ "author": "Gunjan Datta <me@dattabase.com> (https://dattabase.com)",
30
+ "license": "MIT",
31
+ "bugs": {
32
+ "url": "https://github.com/gunjandatta/gd-bs/issues"
33
+ },
34
+ "homepage": "https://dattabase.com/extras/bs",
35
+ "dependencies": {
36
+ "@popperjs/core": "^2.11.5",
37
+ "bootstrap": "^5.2.0",
38
+ "bootstrap-icons": "^1.9.1",
39
+ "core-js": "^3.24.0",
40
+ "tippy.js": "^6.3.7"
41
+ },
42
+ "devDependencies": {
43
+ "@babel/core": "^7.18.9",
44
+ "@babel/preset-env": "^7.18.9",
45
+ "@types/node": "^18.6.2",
46
+ "autoprefixer": "^10.4.7",
47
+ "babel-loader": "^8.2.5",
48
+ "css-loader": "^6.7.1",
49
+ "dts-bundle": "^0.7.3",
50
+ "html-loader": "^4.1.0",
51
+ "postcss-loader": "^7.0.1",
52
+ "sass": "^1.54.0",
53
+ "sass-loader": "^13.0.2",
54
+ "style-loader": "^3.3.1",
55
+ "ts-loader": "^9.3.1",
56
+ "typedoc": "^0.23.9",
57
+ "typescript": "^4.7.4",
58
+ "webpack": "^5.74.0",
59
+ "webpack-cli": "^4.10.0"
60
+ }
61
61
  }
package/pnpm-lock.yaml CHANGED
@@ -7,18 +7,18 @@ dependencies:
7
7
  devDependencies:
8
8
  '@babel/core': 7.18.9
9
9
  '@babel/preset-env': 7.18.9_@babel+core@7.18.9
10
- '@types/node': 16.11.45
10
+ '@types/node': 18.6.2
11
11
  autoprefixer: 10.4.7
12
12
  babel-loader: 8.2.5_c6d75f4dbec394724794fdd3c4eb4fbf
13
13
  css-loader: 6.7.1_webpack@5.74.0
14
14
  dts-bundle: 0.7.3
15
15
  html-loader: 4.1.0_webpack@5.74.0
16
- postcss-loader: 6.2.1_webpack@5.74.0
16
+ postcss-loader: 7.0.1_webpack@5.74.0
17
17
  sass: 1.54.0
18
- sass-loader: 12.6.0_sass@1.54.0+webpack@5.74.0
18
+ sass-loader: 13.0.2_sass@1.54.0+webpack@5.74.0
19
19
  style-loader: 3.3.1_webpack@5.74.0
20
20
  ts-loader: 9.3.1_typescript@4.7.4+webpack@5.74.0
21
- typedoc: 0.22.18_typescript@4.7.4
21
+ typedoc: 0.23.9_typescript@4.7.4
22
22
  typescript: 4.7.4
23
23
  webpack: 5.74.0_webpack-cli@4.10.0
24
24
  webpack-cli: 4.10.0_webpack@5.74.0
@@ -101,7 +101,7 @@ packages:
101
101
  '@babel/compat-data': 7.18.8
102
102
  '@babel/core': 7.18.9
103
103
  '@babel/helper-validator-option': 7.18.6
104
- browserslist: 4.21.2
104
+ browserslist: 4.21.3
105
105
  semver: 6.3.0
106
106
  dev: true
107
107
  engines:
@@ -1291,7 +1291,7 @@ packages:
1291
1291
  /@types/glob/5.0.30:
1292
1292
  dependencies:
1293
1293
  '@types/minimatch': 3.0.5
1294
- '@types/node': 16.11.45
1294
+ '@types/node': 16.11.46
1295
1295
  dev: true
1296
1296
  resolution:
1297
1297
  integrity: sha1-ECZAnFYlqGiQdGAoCNCCsoZ7ilE=
@@ -1307,10 +1307,14 @@ packages:
1307
1307
  dev: true
1308
1308
  resolution:
1309
1309
  integrity: sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=
1310
- /@types/node/16.11.45:
1310
+ /@types/node/16.11.46:
1311
1311
  dev: true
1312
1312
  resolution:
1313
- integrity: sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ==
1313
+ integrity: sha512-x+sfpb2dMrhCQPL4NAGs64Z9hh0t72aP0dg+PuZidmPr/0Gj5ELQTjD/t46dq3DF/8ZvSHOaIyDIbAsdPshyVQ==
1314
+ /@types/node/18.6.2:
1315
+ dev: true
1316
+ resolution:
1317
+ integrity: sha512-KcfkBq9H4PI6Vpu5B/KoPeuVDAbmi+2mDBqGPGUgoL7yXQtcWGu2vJWmmRkneWK3Rh0nIAX192Aa87AqKHYChQ==
1314
1318
  /@types/node/8.0.0:
1315
1319
  dev: true
1316
1320
  resolution:
@@ -1523,8 +1527,8 @@ packages:
1523
1527
  integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
1524
1528
  /autoprefixer/10.4.7:
1525
1529
  dependencies:
1526
- browserslist: 4.21.2
1527
- caniuse-lite: 1.0.30001370
1530
+ browserslist: 4.21.3
1531
+ caniuse-lite: 1.0.30001373
1528
1532
  fraction.js: 4.2.0
1529
1533
  normalize-range: 0.1.2
1530
1534
  picocolors: 1.0.0
@@ -1636,18 +1640,18 @@ packages:
1636
1640
  node: '>=8'
1637
1641
  resolution:
1638
1642
  integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
1639
- /browserslist/4.21.2:
1643
+ /browserslist/4.21.3:
1640
1644
  dependencies:
1641
- caniuse-lite: 1.0.30001370
1642
- electron-to-chromium: 1.4.201
1645
+ caniuse-lite: 1.0.30001373
1646
+ electron-to-chromium: 1.4.204
1643
1647
  node-releases: 2.0.6
1644
- update-browserslist-db: 1.0.5_browserslist@4.21.2
1648
+ update-browserslist-db: 1.0.5_browserslist@4.21.3
1645
1649
  dev: true
1646
1650
  engines:
1647
1651
  node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
1648
1652
  hasBin: true
1649
1653
  resolution:
1650
- integrity: sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==
1654
+ integrity: sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==
1651
1655
  /buffer-from/1.1.2:
1652
1656
  dev: true
1653
1657
  resolution:
@@ -1672,10 +1676,10 @@ packages:
1672
1676
  dev: true
1673
1677
  resolution:
1674
1678
  integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
1675
- /caniuse-lite/1.0.30001370:
1679
+ /caniuse-lite/1.0.30001373:
1676
1680
  dev: true
1677
1681
  resolution:
1678
- integrity: sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==
1682
+ integrity: sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==
1679
1683
  /chalk/2.4.2:
1680
1684
  dependencies:
1681
1685
  ansi-styles: 3.2.1
@@ -1793,7 +1797,7 @@ packages:
1793
1797
  integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
1794
1798
  /core-js-compat/3.24.0:
1795
1799
  dependencies:
1796
- browserslist: 4.21.2
1800
+ browserslist: 4.21.3
1797
1801
  semver: 7.0.0
1798
1802
  dev: true
1799
1803
  resolution:
@@ -1905,10 +1909,10 @@ packages:
1905
1909
  hasBin: true
1906
1910
  resolution:
1907
1911
  integrity: sha512-EEAEuPRk8QyKhoN90NHTh+spSQujkkvOnKWUfuzpmC/fgryiWopL1SegSktx0UsoPfNidIGVDN7/AXpBDBv0WQ==
1908
- /electron-to-chromium/1.4.201:
1912
+ /electron-to-chromium/1.4.204:
1909
1913
  dev: true
1910
1914
  resolution:
1911
- integrity: sha512-87D0gEHbhLZgZxZl2e9/rC/I2BicPC/y9wR/cuaJSqvkgN41s5EImi89S7YExHc7F0OBXiKsABZt9mmb9bqFcQ==
1915
+ integrity: sha512-5Ojjtw9/c9HCXtMVE6SXVSHSNjmbFOXpKprl6mY/5moLSxLeWatuYA7KTD+RzJMxLRH6yNNQrqGz9p6IoNBMgw==
1912
1916
  /emojis-list/3.0.0:
1913
1917
  dev: true
1914
1918
  engines:
@@ -2045,10 +2049,6 @@ packages:
2045
2049
  dev: true
2046
2050
  resolution:
2047
2051
  integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
2048
- /fs.realpath/1.0.0:
2049
- dev: true
2050
- resolution:
2051
- integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
2052
2052
  /fsevents/2.3.2:
2053
2053
  dev: true
2054
2054
  engines:
@@ -2104,18 +2104,6 @@ packages:
2104
2104
  dev: true
2105
2105
  resolution:
2106
2106
  integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==
2107
- /glob/8.0.3:
2108
- dependencies:
2109
- fs.realpath: 1.0.0
2110
- inflight: 1.0.6
2111
- inherits: 2.0.4
2112
- minimatch: 5.1.0
2113
- once: 1.4.0
2114
- dev: true
2115
- engines:
2116
- node: '>=12'
2117
- resolution:
2118
- integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
2119
2107
  /globals/11.12.0:
2120
2108
  dev: true
2121
2109
  engines:
@@ -2298,7 +2286,7 @@ packages:
2298
2286
  integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
2299
2287
  /jest-worker/27.5.1:
2300
2288
  dependencies:
2301
- '@types/node': 16.11.45
2289
+ '@types/node': 16.11.46
2302
2290
  merge-stream: 2.0.0
2303
2291
  supports-color: 8.1.1
2304
2292
  dev: true
@@ -2642,7 +2630,7 @@ packages:
2642
2630
  node: '>=8'
2643
2631
  resolution:
2644
2632
  integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
2645
- /postcss-loader/6.2.1_webpack@5.74.0:
2633
+ /postcss-loader/7.0.1_webpack@5.74.0:
2646
2634
  dependencies:
2647
2635
  cosmiconfig: 7.0.1
2648
2636
  klona: 2.0.5
@@ -2650,12 +2638,12 @@ packages:
2650
2638
  webpack: 5.74.0_webpack-cli@4.10.0
2651
2639
  dev: true
2652
2640
  engines:
2653
- node: '>= 12.13.0'
2641
+ node: '>= 14.15.0'
2654
2642
  peerDependencies:
2655
2643
  postcss: ^7.0.0 || ^8.0.1
2656
2644
  webpack: ^5.0.0
2657
2645
  resolution:
2658
- integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==
2646
+ integrity: sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ==
2659
2647
  /postcss-modules-extract-imports/3.0.0_postcss@8.4.14:
2660
2648
  dependencies:
2661
2649
  postcss: 8.4.14
@@ -2841,7 +2829,7 @@ packages:
2841
2829
  dev: true
2842
2830
  resolution:
2843
2831
  integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
2844
- /sass-loader/12.6.0_sass@1.54.0+webpack@5.74.0:
2832
+ /sass-loader/13.0.2_sass@1.54.0+webpack@5.74.0:
2845
2833
  dependencies:
2846
2834
  klona: 2.0.5
2847
2835
  neo-async: 2.6.2
@@ -2849,7 +2837,7 @@ packages:
2849
2837
  webpack: 5.74.0_webpack-cli@4.10.0
2850
2838
  dev: true
2851
2839
  engines:
2852
- node: '>= 12.13.0'
2840
+ node: '>= 14.15.0'
2853
2841
  peerDependencies:
2854
2842
  fibers: '>= 3.1.0'
2855
2843
  node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
@@ -2866,7 +2854,7 @@ packages:
2866
2854
  sass-embedded:
2867
2855
  optional: true
2868
2856
  resolution:
2869
- integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
2857
+ integrity: sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==
2870
2858
  /sass/1.54.0:
2871
2859
  dependencies:
2872
2860
  chokidar: 3.5.3
@@ -3095,9 +3083,8 @@ packages:
3095
3083
  dev: true
3096
3084
  resolution:
3097
3085
  integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
3098
- /typedoc/0.22.18_typescript@4.7.4:
3086
+ /typedoc/0.23.9_typescript@4.7.4:
3099
3087
  dependencies:
3100
- glob: 8.0.3
3101
3088
  lunr: 2.3.9
3102
3089
  marked: 4.0.18
3103
3090
  minimatch: 5.1.0
@@ -3105,12 +3092,12 @@ packages:
3105
3092
  typescript: 4.7.4
3106
3093
  dev: true
3107
3094
  engines:
3108
- node: '>= 12.10.0'
3095
+ node: '>= 14.14'
3109
3096
  hasBin: true
3110
3097
  peerDependencies:
3111
- typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x
3098
+ typescript: 4.6.x || 4.7.x
3112
3099
  resolution:
3113
- integrity: sha512-NK9RlLhRUGMvc6Rw5USEYgT4DVAUFk7IF7Q6MYfpJ88KnTZP7EneEa4RcP+tX1auAcz7QT1Iy0bUSZBYYHdoyA==
3100
+ integrity: sha512-rvWci2KHwteVUufZjjtIy/4PIHiE66t4VW4Ob6pezV//GHZ9Px0CHE5iq032GZzKONJWnNb+EJsrQv32INRvxA==
3114
3101
  /typescript/4.7.4:
3115
3102
  dev: true
3116
3103
  engines:
@@ -3145,9 +3132,9 @@ packages:
3145
3132
  node: '>=4'
3146
3133
  resolution:
3147
3134
  integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
3148
- /update-browserslist-db/1.0.5_browserslist@4.21.2:
3135
+ /update-browserslist-db/1.0.5_browserslist@4.21.3:
3149
3136
  dependencies:
3150
- browserslist: 4.21.2
3137
+ browserslist: 4.21.3
3151
3138
  escalade: 3.1.1
3152
3139
  picocolors: 1.0.0
3153
3140
  dev: true
@@ -3243,7 +3230,7 @@ packages:
3243
3230
  '@webassemblyjs/wasm-parser': 1.11.1
3244
3231
  acorn: 8.8.0
3245
3232
  acorn-import-assertions: 1.8.0_acorn@8.8.0
3246
- browserslist: 4.21.2
3233
+ browserslist: 4.21.3
3247
3234
  chrome-trace-event: 1.0.3
3248
3235
  enhanced-resolve: 5.10.0
3249
3236
  es-module-lexer: 0.9.3
@@ -3300,25 +3287,25 @@ packages:
3300
3287
  resolution:
3301
3288
  integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
3302
3289
  specifiers:
3303
- '@babel/core': ^7.18.0
3304
- '@babel/preset-env': ^7.18.0
3290
+ '@babel/core': ^7.18.9
3291
+ '@babel/preset-env': ^7.18.9
3305
3292
  '@popperjs/core': ^2.11.5
3306
- '@types/node': ^16.11.36
3293
+ '@types/node': ^18.6.2
3307
3294
  autoprefixer: ^10.4.7
3308
3295
  babel-loader: ^8.2.5
3309
- bootstrap: ^5.1.3
3296
+ bootstrap: ^5.2.0
3310
3297
  bootstrap-icons: ^1.9.1
3311
- core-js: ^3.22.6
3298
+ core-js: ^3.24.0
3312
3299
  css-loader: ^6.7.1
3313
3300
  dts-bundle: ^0.7.3
3314
3301
  html-loader: ^4.1.0
3315
- postcss-loader: ^6.2.1
3316
- sass: ^1.53.0
3317
- sass-loader: ^12.6.0
3302
+ postcss-loader: ^7.0.1
3303
+ sass: ^1.54.0
3304
+ sass-loader: ^13.0.2
3318
3305
  style-loader: ^3.3.1
3319
3306
  tippy.js: ^6.3.7
3320
- ts-loader: ^9.3.0
3321
- typedoc: ^0.22.17
3307
+ ts-loader: ^9.3.1
3308
+ typedoc: ^0.23.9
3322
3309
  typescript: ^4.7.4
3323
- webpack: ^5.73.0
3310
+ webpack: ^5.74.0
3324
3311
  webpack-cli: ^4.10.0