Ver código fonte

package/vuejs: bump to version 3.3.2

This is only a bugfix release, to fix the bugs introduced by the
recent 3.3 release.

List of fixes here:
https://github.com/vuejs/core/blob/main/CHANGELOG.md#332-2023-05-12

Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Claveirole 2 anos atrás
pai
commit
f868fd9e3d
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      package/vuejs/vuejs.hash
  2. 1 1
      package/vuejs/vuejs.mk

+ 1 - 1
package/vuejs/vuejs.hash

@@ -1,3 +1,3 @@
 # Locally computed
-sha256  c2e4197818c64d6ad9f344141a8adee354cbc321f63be7eef6802b4b02cf19f3  vue-3.3.1.tgz
+sha256  b4d0234f0806a723d79a89426c7dbb351cf6cf554c323cf2625a3e078a93d065  vue-3.3.2.tgz
 sha256  1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175  LICENSE

+ 1 - 1
package/vuejs/vuejs.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VUEJS_VERSION = 3.3.1
+VUEJS_VERSION = 3.3.2
 VUEJS_SOURCE = vue-$(VUEJS_VERSION).tgz
 VUEJS_SITE = https://registry.npmjs.org/vue/-
 VUEJS_LICENSE = MIT