summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-02-23 11:56:13 -0800
committerChristopher Ng <chrng8@gmail.com>2023-02-23 11:56:13 -0800
commit12571079fc90d00dcc74b3a0f953b853a854b969 (patch)
tree6200f43aa43ecc3c61ed1cd17d21d83b6133d751 /package.json
parent00a7478d8df2007697d5caf2e0cb1c298afbb3fd (diff)
downloadnextcloud-server-12571079fc90d00dcc74b3a0f953b853a854b969.tar.gz
nextcloud-server-12571079fc90d00dcc74b3a0f953b853a854b969.zip
Bump @nextcloud/vue from 7.5.0 to 7.7.0
- Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index bc828ae6cb3..128c237f81c 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
- "@nextcloud/vue": "^7.5.0",
+ "@nextcloud/vue": "^7.7.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",
"autosize": "^5.0.1",
@@ -155,6 +155,7 @@
"karma-jasmine-sinon": "^1.0.4",
"karma-spec-reporter": "^0.0.35",
"karma-viewport": "^1.0.9",
+ "node-polyfill-webpack-plugin": "^2.0.1",
"puppeteer": "^15.5.0",
"regextras": "^0.8.0",
"sass": "^1.56.1",