gd-bs 5.4.8 → 5.5.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/index.html CHANGED
@@ -1164,12 +1164,10 @@
1164
1164
  showFl: true
1165
1165
  }, {
1166
1166
  header: "Item 2",
1167
- content: "This is the content for item 2.",
1168
- showFl: true
1167
+ content: "This is the content for item 2."
1169
1168
  }, {
1170
1169
  header: "Item 3",
1171
- content: "This is the content for item 3.",
1172
- showFl: true
1170
+ content: "This is the content for item 3."
1173
1171
  }]
1174
1172
  });
1175
1173
  GD.Components.Pagination({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "5.4.8",
3
+ "version": "5.5.1",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -32,28 +32,28 @@
32
32
  },
33
33
  "homepage": "https://dattabase.com/extras/bs",
34
34
  "dependencies": {
35
- "@popperjs/core": "^2.11.4",
35
+ "@popperjs/core": "^2.11.5",
36
36
  "bootstrap": "^5.1.3",
37
- "bootstrap-icons": "^1.8.1",
38
- "core-js": "^3.21.1",
37
+ "bootstrap-icons": "^1.8.2",
38
+ "core-js": "^3.22.6",
39
39
  "tippy.js": "^6.3.7"
40
40
  },
41
41
  "devDependencies": {
42
- "@babel/core": "^7.17.8",
43
- "@babel/preset-env": "^7.16.11",
44
- "@types/node": "^16.11.26",
45
- "autoprefixer": "^10.4.4",
46
- "babel-loader": "^8.2.4",
42
+ "@babel/core": "^7.18.0",
43
+ "@babel/preset-env": "^7.18.0",
44
+ "@types/node": "^16.11.36",
45
+ "autoprefixer": "^10.4.7",
46
+ "babel-loader": "^8.2.5",
47
47
  "css-loader": "^6.7.1",
48
48
  "dts-bundle": "^0.7.3",
49
49
  "html-loader": "^2.1.2",
50
50
  "postcss-loader": "^6.2.1",
51
- "sass": "^1.49.9",
51
+ "sass": "^1.52.1",
52
52
  "sass-loader": "^12.6.0",
53
53
  "style-loader": "^3.3.1",
54
- "ts-loader": "^9.2.8",
55
- "typedoc": "^0.22.13",
56
- "webpack": "^5.70.0",
54
+ "ts-loader": "^9.3.0",
55
+ "typedoc": "^0.22.15",
56
+ "webpack": "^5.72.1",
57
57
  "webpack-cli": "^4.9.2"
58
58
  }
59
59
  }