Merge pull request 'develop' (#161) from develop into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #161
This commit is contained in:
commit
00547a3cf5
1 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
@ -16,22 +16,22 @@
|
|||
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"browser-sync": "^2.27.11"
|
||||
"browser-sync": "^2.27.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^1.0.2",
|
||||
"@11ty/eleventy": "^2.0.0",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@node-minify/core": "^7.1.0",
|
||||
"@node-minify/crass": "^7.1.0",
|
||||
"@node-minify/html-minifier": "^7.1.0",
|
||||
"@node-minify/core": "^8.0.5",
|
||||
"@node-minify/crass": "^8.0.5",
|
||||
"@node-minify/html-minifier": "^8.0.5",
|
||||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
||||
"cpx": "^1.5.0",
|
||||
"eleventy-plugin-rev": "^1.0.2",
|
||||
"eleventy-sass": "^2.1.6",
|
||||
"glob": "^8.0.3",
|
||||
"minify": "^9.1.0",
|
||||
"eleventy-plugin-rev": "^1.1.1",
|
||||
"eleventy-sass": "^2.2.1",
|
||||
"glob": "^8.1.0",
|
||||
"minify": "^9.2.0",
|
||||
"postcss": "^8.4.21",
|
||||
"sass": "^1.57.1",
|
||||
"sass": "^1.58.3",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue