wave-ui 3.13.5 → 3.13.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "wave-ui",
3
- "version": "3.13.5",
3
+ "version": "3.13.6",
4
4
  "description": "An emerging UI framework for Vue.js (2 & 3) with only the bright side. :sunny:",
5
5
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
6
6
  "homepage": "https://antoniandre.github.io/wave-ui",
@@ -52,35 +52,35 @@
52
52
  "publish-doc": "npm run build && npm run build-bundle && git add . && git commit -m 'Publish documentation on Github.' && git push && git push --tag"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/core": "^7.24.5",
56
- "@babel/eslint-parser": "^7.24.5",
55
+ "@babel/core": "^7.24.7",
56
+ "@babel/eslint-parser": "^7.24.7",
57
57
  "@faker-js/faker": "^8.4.1",
58
58
  "@mdi/font": "^6.9.96",
59
59
  "@tsconfig/recommended": "^1.0.6",
60
60
  "@typescript-eslint/eslint-plugin": "^6.21.0",
61
61
  "@typescript-eslint/parser": "^6.21.0",
62
- "@vitejs/plugin-vue": "^5.0.4",
62
+ "@vitejs/plugin-vue": "^5.0.5",
63
63
  "@vue/compiler-sfc": "3.4.26",
64
64
  "autoprefixer": "^10.4.19",
65
- "axios": "^1.6.8",
65
+ "axios": "^1.7.2",
66
66
  "eslint": "^8.57.0",
67
- "eslint-plugin-vue": "^9.25.0",
67
+ "eslint-plugin-vue": "^9.26.0",
68
68
  "font-awesome": "^4.7.0",
69
69
  "gsap": "^3.12.5",
70
70
  "ionicons": "^4.6.3",
71
71
  "material-design-icons": "^3.0.1",
72
72
  "postcss": "^8.4.38",
73
- "pug": "^3.0.2",
73
+ "pug": "^3.0.3",
74
74
  "rollup-plugin-delete": "^2.0.0",
75
- "sass": "^1.76.0",
75
+ "sass": "^1.77.6",
76
76
  "simple-syntax-highlighter": "^3.0.2",
77
77
  "splitpanes": "^3.1.5",
78
78
  "standard": "^17.1.0",
79
- "typescript": "^5.4.5",
80
- "vite": "^5.2.11",
79
+ "typescript": "^5.5.2",
80
+ "vite": "^5.3.1",
81
81
  "vite-svg-loader": "^5.1.0",
82
- "vue": "^3.4.26",
83
- "vue-router": "^4.3.2",
82
+ "vue": "^3.4.30",
83
+ "vue-router": "^4.4.0",
84
84
  "vueperslides": "^3.5.1",
85
85
  "vuex": "^4.1.0"
86
86
  },
@@ -231,7 +231,6 @@ $outline-width: 2px;
231
231
  content: '';
232
232
  position: absolute;
233
233
  left: 0;
234
- top: 0;
235
234
  width: $small-form-el-size;
236
235
  height: $small-form-el-size;
237
236
  background-color: $switch-thumb-color;