Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <patrick@westberliner.net>2022-05-10 22:02:26 +0300
committerPatrick <patrick@westberliner.net>2022-05-10 22:02:26 +0300
commitc00a4ec2c696dee729f9dfa747853b2fbbecbc5c (patch)
tree95dd935b91fe84bc3778392a7b63327a984fc650
parent9dca42ea4f6c2995192af4f21d14e24eeef0c679 (diff)
Version bump to NC24. Update node dependencies.v1.1.4
-rw-r--r--Changelog.md4
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json24
3 files changed, 18 insertions, 14 deletions
diff --git a/Changelog.md b/Changelog.md
index 5ef2921..93be7c7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,10 @@
Changelog
=========
+**1.1.4**
+- Updated info.xml > bump nextcloud support to version 24.
+- Updated node dependencies.
+
**1.1.3**
- Updated info.xml > bump nextcloud support to version 23.
- Updated node dependencies.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bb6dad8..3b3e0cd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
Select a algorithm and it will try to generate a hash.
If you want an other algorithm, just click on the reload button.
</description>
- <version>1.1.3</version>
+ <version>1.1.4</version>
<licence>agpl</licence>
<author>westberliner</author>
<types>
@@ -29,6 +29,6 @@
<screenshot>https://raw.githubusercontent.com/westberliner/checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
<php min-version="7.2" />
- <nextcloud min-version="20" max-version="23" />
+ <nextcloud min-version="20" max-version="24" />
</dependencies>
</info>
diff --git a/package.json b/package.json
index c38ed5f..5eed435 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "checksum",
"description": "Checksum app for Nextcloud",
- "version": "1.1.3",
+ "version": "1.1.4",
"author": "westberliner",
"license": "agpl",
"private": true,
@@ -12,10 +12,10 @@
"deploy": "rm -rf js/* && yarn install && yarn build && cd .. && tar -cvzf checksum.tar.gz -X checksum/.exclude checksum && cd checksum"
},
"dependencies": {
- "@nextcloud/axios": "^1.5.0",
- "@nextcloud/l10n": "^1.4.1",
- "@nextcloud/router": "^1.2.0",
- "@nextcloud/vue": "^3.6.0",
+ "@nextcloud/axios": "^1.10.0",
+ "@nextcloud/l10n": "^1.6.0",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^5.3.0",
"vue": "^2.6.12"
},
"devDependencies": {
@@ -23,22 +23,22 @@
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.12.11",
"@nextcloud/browserslist-config": "^1.0.0",
- "@nextcloud/eslint-config": "^4.0.0-alpha.0",
+ "@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/eslint-plugin": "^2.0.0",
- "@nextcloud/webpack-vue-config": "^3.0.0-alpha.0",
+ "@nextcloud/webpack-vue-config": "^5.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"core-js": "^3.8.1",
- "css-loader": "^5.1.0",
+ "css-loader": "^6.5.0",
"eslint": "^8.4.0",
- "eslint-config-standard": "^16.0.2",
+ "eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-vue": "^7.6.0",
+ "eslint-plugin-promise": "^6.0.0",
+ "eslint-plugin-vue": "^8.2.0",
"eslint-webpack-plugin": "^2.5.2",
"sass": "^1.32.8",
- "sass-loader": "^11.0.1",
+ "sass-loader": "^12.4.1",
"stylelint": "^13.11.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.19.0",