Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Dec 23, 2024
1 parent 4650f2e commit 5e8cc55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/addons/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineAddon({

sv.devDependency('eslint', '^9.17.0');
sv.devDependency('@eslint/compat', '^1.2.4');
sv.devDependency('globals', '^15.13.0');
sv.devDependency('globals', '^15.14.0');
sv.devDependency('eslint-plugin-svelte', '^2.46.1');

if (typescript) sv.devDependency('typescript-eslint', '^8.18.1');
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/paraglide/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default defineAddon({

const paraglideOutDir = 'src/lib/paraglide';

sv.dependency('@inlang/paraglide-sveltekit', '^0.14.0');
sv.dependency('@inlang/paraglide-sveltekit', '^0.15.0');

sv.file('project.inlang/settings.json', (content) => {
if (content) return content;
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/tailwindcss/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default defineAddon({
const ext = typescript ? 'ts' : 'js';
const prettierInstalled = Boolean(dependencyVersion('prettier'));

sv.devDependency('tailwindcss', '^3.4.16');
sv.devDependency('tailwindcss', '^3.4.17');
sv.devDependency('autoprefixer', '^10.4.20');

if (prettierInstalled) sv.devDependency('prettier-plugin-tailwindcss', '^0.6.9');
Expand Down

0 comments on commit 5e8cc55

Please sign in to comment.