Skip to content

Commit

Permalink
deps: update internal deps (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Oct 25, 2024
1 parent 9b7de5c commit f93bf97
Show file tree
Hide file tree
Showing 7 changed files with 760 additions and 676 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@svitejs/changesets-changelog-github-compact": "^1.1.0"
"@svitejs/changesets-changelog-github-compact": "^1.2.0"
},
"engines": {
"pnpm": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.27.1",
"@astrojs/svelte": "^5.7.1",
"astro": "^4.15.11",
"@astrojs/starlight": "^0.28.3",
"@astrojs/svelte": "^5.7.2",
"astro": "^4.16.7",
"css-tree": "^3.0.0",
"klona": "^2.0.6",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.12.3",
"svelte": "^4.2.19",
"svelte-cloudinary": "workspace:^",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
3 changes: 3 additions & 0 deletions packages/docs/src/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import type { Props } from '@astrojs/starlight/props'
import { getCldOgImageUrl } from 'svelte-cloudinary'
import { klona } from 'klona'
// @ts-expect-error Hack to stop Astro erroring
delete Astro.props.labels
const props = klona(Astro.props)
const title = props.entry.data.title
Expand Down
20 changes: 10 additions & 10 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/adapter-auto": "^3.3.0",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cloudinary": "^2.5.0",
"gooey": "^0.2.12",
"cloudinary": "^2.5.1",
"gooey": "^0.3.2",
"highlight.js": "^11.10.0",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"postcss-nesting": "^13.0.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"shiki": "^1.21.0",
"shiki": "^1.22.1",
"svelte": "^4.2.19",
"svelte-cloudinary": "workspace:^",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
2 changes: 0 additions & 2 deletions packages/playground/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
{
value: 'fill',
onChange(type) {
// @ts-expect-error needs narrowing to obj
props.crop!.type = type.value;
},
},
Expand All @@ -208,7 +207,6 @@
{
value: 'center',
onChange(gravity) {
// @ts-expect-error needs narrowing to obj
props.crop!.gravity = gravity.value;
},
},
Expand Down
16 changes: 8 additions & 8 deletions packages/svelte-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"svelte": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@sveltejs/package": "^2.3.5",
"@sveltejs/package": "^2.3.6",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@testing-library/svelte": "5.2.3",
"@types/node": "^22.7.4",
"@testing-library/svelte": "5.2.4",
"@types/node": "^22.7.9",
"desm": "^1.3.1",
"happy-dom": "15.7.4",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"publint": "^0.2.11",
"publint": "^0.2.12",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"unpic": "^3.18.0",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"types": "./dist/index.d.ts",
"type": "module",
Expand Down
Loading

0 comments on commit f93bf97

Please sign in to comment.