aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndré Jaenisch2022-10-01 16:26:38 +0200
committerGitHub2022-10-01 22:26:38 +0800
commit04e97b83115e7439d43c0ede5fe2d1b50d201c52 (patch)
tree073a20e9377c5197112327afd11d7a6f2cccb268 /package.json
parent726afe8a9e33128476e1dc85f262fe56f995d12c (diff)
Refactor from Vue2 to Vue3 (#20044)
Close #19902
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 37571c01c..c7add76aa 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"@claviska/jquery-minicolors": "2.3.6",
"@mcaptcha/vanilla-glue": "0.1.0-alpha-2",
"@primer/octicons": "17.5.0",
+ "@vue/compiler-sfc": "3.2.37",
"add-asset-webpack-plugin": "2.0.1",
"css-loader": "6.7.1",
"dropzone": "6.0.0-beta.2",
@@ -34,11 +35,10 @@
"tippy.js": "6.3.7",
"tributejs": "5.1.3",
"uint8-to-base64": "0.2.0",
- "vue": "2.6.14",
- "vue-bar-graph": "1.3.1",
- "vue-calendar-heatmap": "0.8.4",
- "vue-loader": "15.9.8",
- "vue-template-compiler": "2.6.14",
+ "vue": "3.2.37",
+ "vue-bar-graph": "2.0.0",
+ "vue-loader": "17.0.0",
+ "vue3-calendar-heatmap": "2.0.0",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"workbox-routing": "6.5.4",