@uiengine/ui 3.3.18 → 3.3.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,7 +55,6 @@ _%>
55
55
  </defs>
56
56
  </svg>
57
57
  <div id="app"></div>
58
- <script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
59
58
  <script src="<%= basePath %>/_assets/scripts/runtime.000329b.js"></script>
60
59
  <script src="<%= basePath %>/_assets/scripts/vendor_other.91011de.js"></script>
61
60
  <script src="<%= basePath %>/_assets/scripts/vendor_vue.7f61b73.js"></script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@uiengine/ui",
3
3
  "description": "UIengine user interface.",
4
4
  "license": "MIT",
5
- "version": "3.3.18",
5
+ "version": "3.3.19",
6
6
  "author": "Dennis Reimann <mail@dennisreimann.de> (https://dennisreimann.de)",
7
7
  "homepage": "https://github.com/dennisreimann/uiengine",
8
8
  "bugs": "https://github.com/dennisreimann/uiengine/issues",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "7.26.0",
39
- "@uiengine/util": "3.3.18",
39
+ "@uiengine/util": "3.3.19",
40
40
  "color": "4.2.3",
41
41
  "cross-env": "7.0.3",
42
42
  "deepmerge": "4.3.1",
@@ -60,7 +60,7 @@
60
60
  "@vue/compiler-sfc": "3.5.12",
61
61
  "autoprefixer": "10.4.20",
62
62
  "babel-loader": "9.2.1",
63
- "caniuse-lite": "1.0.30001677",
63
+ "caniuse-lite": "1.0.30001684",
64
64
  "clipboard": "2.0.11",
65
65
  "compile-ejs-loader": "0.0.3",
66
66
  "copy-webpack-plugin": "12.0.2",
@@ -71,10 +71,10 @@
71
71
  "eslint-friendly-formatter": "4.0.1",
72
72
  "eslint-import-resolver-node": "0.3.9",
73
73
  "eslint-plugin-import": "2.31.0",
74
- "eslint-plugin-n": "17.12.0",
74
+ "eslint-plugin-n": "17.14.0",
75
75
  "eslint-plugin-node": "11.1.0",
76
76
  "eslint-plugin-promise": "7.1.0",
77
- "eslint-plugin-vue": "9.30.0",
77
+ "eslint-plugin-vue": "9.31.0",
78
78
  "eslint-webpack-plugin": "4.2.0",
79
79
  "file-loader": "6.2.0",
80
80
  "html-minifier": "4.0.0",
@@ -84,7 +84,7 @@
84
84
  "mocha": "10.8.2",
85
85
  "mocha-sinon": "2.1.2",
86
86
  "node-notifier": "10.0.1",
87
- "postcss": "8.4.47",
87
+ "postcss": "8.4.49",
88
88
  "postcss-import": "16.1.0",
89
89
  "postcss-loader": "8.1.1",
90
90
  "rimraf": "6.0.1",
@@ -103,5 +103,5 @@
103
103
  "webpack-cli": "5.1.4",
104
104
  "webpack-merge": "6.0.1"
105
105
  },
106
- "gitHead": "41b496acb312cb73ac203c9861fd90156bea8d41"
106
+ "gitHead": "9493144b225ac7bb3a019bd6f374a9639eb0209b"
107
107
  }