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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2022-06-23 21:01:40 +0300
committerGitHub <noreply@github.com>2022-06-23 21:01:40 +0300
commit92c65853e765618288c8dfd79ccd35d63da19f48 (patch)
treed38b4a3a8a957d837a01e65004d0778462b7c0ad
parent3660a5526218ec0c819d655b393a87929ba19631 (diff)
⬆️ Upgrade Hugo to 0.101.0 (#113)v6.6.0
-rw-r--r--.github/workflows/e2e.yml2
-rw-r--r--config.toml2
-rw-r--r--package-lock.json14
-rw-r--r--package.json4
4 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 87a2933..c0c8fc6 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -41,7 +41,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: "0.94.2"
+ hugo-version: "0.101.0"
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
diff --git a/config.toml b/config.toml
index d9669b9..2bddd77 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
[module]
[module.hugoVersion]
min = "0.54.0"
- max = "0.94.2" \ No newline at end of file
+ max = "0.101.0" \ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 9dc15ee..d367a45 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7,7 +7,7 @@
"name": "hugo-theme-massively",
"license": "ISC",
"devDependencies": {
- "cypress": "^9.5.3",
+ "cypress": "^9.7.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.6.3"
}
@@ -568,9 +568,9 @@
}
},
"node_modules/cypress": {
- "version": "9.5.3",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.3.tgz",
- "integrity": "sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==",
+ "version": "9.7.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
+ "integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -2519,9 +2519,9 @@
}
},
"cypress": {
- "version": "9.5.3",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.3.tgz",
- "integrity": "sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==",
+ "version": "9.7.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
+ "integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",
diff --git a/package.json b/package.json
index 501692e..fbaa44c 100644
--- a/package.json
+++ b/package.json
@@ -26,8 +26,8 @@
},
"homepage": "https://github.com/curtiscde/hugo-theme-massively#readme",
"devDependencies": {
- "cypress": "^9.5.3",
+ "cypress": "^9.7.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.6.3"
}
-} \ No newline at end of file
+}