update plugins

This commit is contained in:
2024-06-06 16:18:09 +02:00
parent adc7d775dc
commit ef3f45c3b2
7 changed files with 1318 additions and 1915 deletions

View File

@@ -1,6 +1,6 @@
core:
grav:
version: 1.7.42.3
version: 1.7.46
schema: 1.7.0_2020-11-20_1
history:
- { version: 1.7.16, date: '2021-06-10 14:03:35' }
@@ -8,4 +8,14 @@ core:
- { version: 1.7.25, date: '2021-12-06 12:22:00' }
- { version: 1.7.31, date: '2022-03-15 08:48:47' }
- { version: 1.7.38, date: '2023-01-03 15:06:08' }
- { version: 1.7.42.3, date: '2023-09-19 10:47:33' }
- { version: 1.7.42.3, date: '2023-09-18 09:09:16' }
- { version: 1.7.42.3, date: '2023-09-18 09:10:29' }
- { version: 1.7.42.3, date: '2023-09-18 09:13:09' }
- { version: 1.7.42.3, date: '2023-09-18 09:14:38' }
- { version: 1.7.42.3, date: '2023-09-18 09:25:22' }
- { version: 1.7.42.3, date: '2023-09-18 09:55:36' }
- { version: 1.7.42.3, date: '2023-09-18 10:01:30' }
- { version: 1.7.42.3, date: '2023-09-18 10:01:48' }
- { version: 1.7.46, date: '2024-06-06 14:02:32' }
- { version: 1.7.46, date: '2024-06-06 14:03:41' }
- { version: 1.7.46, date: '2024-06-06 14:08:50' }

File diff suppressed because it is too large Load Diff

View File

@@ -1,21 +1,19 @@
{
"dependencies": {
"animates.css": "4.1.1"
},
"name": "lecampus",
"version": "1.0.0",
"description": "![](assets/quark-screenshots.jpg)",
"main": "gulpfile.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "node-sass -w scss -o css-compiled"
},
"repository": {
"type": "git",
"url": "https://figureslibres.io/gogs/kevin/lecampus.net.git"
"url": "https://figureslibres.io/gogs/kevin/leca mpus.net.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"node-sass": "^7.0.1"
"node-sass": "^8.0.0"
}
}

File diff suppressed because it is too large Load Diff