Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed May 31, 2024
1 parent d84bfff commit ee0fe00
Show file tree
Hide file tree
Showing 5 changed files with 957 additions and 1,159 deletions.
5 changes: 1 addition & 4 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { componentMenu } from './src/utils/config-helpers';
import starlight from '@astrojs/starlight';
import svelte from '@astrojs/svelte';
import compress from '@playform/compress';
import type { AstroIntegration } from 'astro';
import { defineConfig } from 'astro/config';
process.env.BROWSER = 'chromium';

Expand Down Expand Up @@ -86,16 +85,14 @@ export default defineConfig({
title: 'Svelte Tweakpane UI'
}),
svelte({}),
// Borked types
// https://github.com/PlayForm/Compress/issues/355
compress({
CSS: true,
HTML: true,
Image: false,
JavaScript: true,
// Logger: false,
SVG: true
}) as AstroIntegration
})
],
server: {
open: true
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.23.1",
"@astrojs/starlight": "^0.23.2",
"@astrojs/svelte": "^5.4.0",
"astro": "^4.8.6",
"astro": "^4.9.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"sharp": "^0.33.4",
"svelte-tweakpane-ui": "link:.."
},
"devDependencies": {
"@playform/compress": "^0.0.4",
"@playform/compress": "^0.0.10",
"linkedom": "^0.18.0",
"linkinator": "^6.0.4",
"marked": "^12.0.2"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://ericmika.com"
},
"license": "MIT",
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
Expand Down Expand Up @@ -198,7 +198,7 @@
"build:13-build-docs": "pnpm run docs-build",
"check": "svelte-kit sync && svelte-check --ignore ./scratch --tsconfig ./tsconfig.json",
"check-watch": "svelte-kit sync && svelte-check --ignore ./scratch --tsconfig ./tsconfig.json --watch",
"clean": "git clean -fdX",
"clean": "git clean -fdX && rm ./pnpm-lock.yaml",
"docs-build": "pnpm -C ./docs run build",
"docs-dev": "pnpm -C ./docs run dev",
"docs-preview": "pnpm -C ./docs run preview",
Expand Down Expand Up @@ -241,37 +241,37 @@
"devDependencies": {
"@kitschpatrol/shared-config": "^4.6.6",
"@phenomnomnominal/tsquery": "^6.1.3",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.44.1",
"@stkb/rewrap": "^0.1.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.10",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.15",
"glob": "^10.4.1",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.7.0",
"publint": "^0.2.8",
"read-package-up": "^11.0.0",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-language-server": "^0.16.9",
"svelte2tsx": "^0.7.8",
"svelte-check": "^3.8.0",
"svelte-language-server": "^0.16.10",
"svelte2tsx": "^0.7.9",
"ts-morph": "^22.0.0",
"tslib": "^2.6.2",
"tsx": "^4.10.5",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"yaml": "^2.4.2"
},
"pnpm": {
"patchedDependencies": {
"@astrojs/[email protected].1": "patches/@[email protected].1.patch"
"@astrojs/[email protected].2": "patches/@[email protected].2.patch"
}
}
}
File renamed without changes.
Loading

0 comments on commit ee0fe00

Please sign in to comment.