1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00

Update dependencies (ApexCharts 6, TypeScript 7) and fix build warnings (#2717)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Paweł Kuna
2026-07-29 23:07:00 +02:00
committed by GitHub
parent 416ca63ca4
commit 46dbf6093b
9 changed files with 911 additions and 478 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
// @ts-check
import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx'
import { satteri } from '@astrojs/markdown-satteri'
import { fileURLToPath } from 'node:url'
// https://astro.build/config
@@ -33,7 +34,8 @@ export default defineConfig({
},
integrations: [mdx()],
markdown: {
smartypants: false,
// markdown-it in Eleventy did not produce typographic quotes — neither do we
processor: satteri({ features: { smartPunctuation: false } }),
shikiConfig: {
theme: 'github-dark',
},
+2 -1
View File
@@ -16,10 +16,11 @@
},
"dependencies": {
"@tabler/core": "workspace:*",
"astro": "^7.0.9",
"astro": "^7.1.3",
"shiki": "^4.3.1"
},
"devDependencies": {
"@astrojs/markdown-satteri": "^0.3.4",
"@astrojs/mdx": "^7.0.3",
"@tabler/preview": "workspace:*",
"@types/node": "^26.1.1",