chore: update dependencies to latest versions
This commit is contained in:
parent
5fc516b988
commit
7ae0a7e84a
14
package.json
14
package.json
@ -27,12 +27,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://sans.pub",
|
"homepage": "https://sans.pub",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^0.11.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
"autoprefixer": "^10.2.5",
|
"autoprefixer": "^10.4.14",
|
||||||
"cssnano": "^4.1.10",
|
"cssnano": "^6.0.1",
|
||||||
"postcss": "^8.2.8",
|
"postcss": "^8.4.23",
|
||||||
"postcss-cli": "^8.3.1",
|
"postcss-cli": "^10.1.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^5.0.0",
|
||||||
"tailwindcss": "^2.0.4"
|
"tailwindcss": "^3.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3318
pnpm-lock.yaml
3318
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -17,6 +17,6 @@
|
|||||||
></script>
|
></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="font-sans">
|
<body class="font-sans">
|
||||||
<main>{{ content | safe }}</main>
|
<main>{{ content }}</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user