@phun-ky/frameport 2.0.47 → 2.0.49

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.
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/frameport
3
3
  * A zero dependency package to effortlessly create responsive component previews in documentation using real media queries. Frameport dynamically generates iframes containing your HTML/CSS/JS, mimicking natural device viewports to test responsiveness, without any build steps or dependencies.
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander+frameport@phun-ky.net>
5
- * @version 2.0.47
5
+ * @version 2.0.49
6
6
  * @license
7
7
  * Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/dist/frameport.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/frameport
3
3
  * A zero dependency package to effortlessly create responsive component previews in documentation using real media queries. Frameport dynamically generates iframes containing your HTML/CSS/JS, mimicking natural device viewports to test responsiveness, without any build steps or dependencies.
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander+frameport@phun-ky.net>
5
- * @version 2.0.47
5
+ * @version 2.0.49
6
6
  * @license
7
7
  * Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/frameport",
3
- "version": "2.0.47",
3
+ "version": "2.0.49",
4
4
  "description": "A zero dependency package to effortlessly create responsive component previews in documentation using real media queries. Frameport dynamically generates iframes containing your HTML/CSS/JS, mimicking natural device viewports to test responsiveness, without any build steps or dependencies.",
5
5
  "keywords": [
6
6
  "documentation",
@@ -92,22 +92,22 @@
92
92
  "eslint": "^9.20.0",
93
93
  "eslint-config-phun-ky": "^1.0.26",
94
94
  "git-cz": "^4.9.0",
95
- "glob": "^11.0.3",
95
+ "glob": "^11.1.0",
96
96
  "global-jsdom": "^27.0.0",
97
97
  "jsdom": "^27.2.0",
98
98
  "prettier": "3.5.1",
99
- "putout": "^40.14.0",
99
+ "putout": "^40.15.0",
100
100
  "release-it": "^19.0.6",
101
101
  "remark-github": "^12.0.0",
102
102
  "remark-toc": "^9.0.0",
103
- "rollup": "^4.53.2",
103
+ "rollup": "^4.53.3",
104
104
  "rollup-plugin-dts": "^6.1.0",
105
105
  "rollup-plugin-typescript2": "^0.36.0",
106
106
  "stylus": "^0.64.0",
107
107
  "tslib": "^2.3.1",
108
108
  "tsx": "^4.20.6",
109
109
  "typedoc": "^0.28.14",
110
- "typedoc-plugin-frontmatter": "^1.0.0",
110
+ "typedoc-plugin-frontmatter": "^1.3.1",
111
111
  "typedoc-plugin-markdown": "^4.9.0",
112
112
  "typedoc-plugin-mdn-links": "^5.0.10",
113
113
  "typedoc-plugin-no-inherit": "^1.4.0",