Skip to content

Commit

Permalink
chore: bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GauBen committed Jan 25, 2025
1 parent dfd39d7 commit 94aff4e
Show file tree
Hide file tree
Showing 8 changed files with 380 additions and 451 deletions.
4 changes: 2 additions & 2 deletions demos/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"modern-normalize": "^3.0.1",
"typescript": "^5.7.2",
"vite": "^6.0.5"
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}
14 changes: 7 additions & 7 deletions demos/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"formgator": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@sveltejs/kit": "^2.14.1",
"@playwright/test": "^1.50.0",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/node": "^22.10.2",
"@types/node": "^22.10.10",
"modern-normalize": "^3.0.1",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"typescript": "^5.7.2",
"vite": "^6.0.5"
"svelte": "^5.19.3",
"svelte-check": "^4.1.4",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}
2 changes: 1 addition & 1 deletion demos/sveltekit/src/routes/register/+page.server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { formfail, formgate } from "formgator/sveltekit";
import * as fg from "formgator";
import { formfail, formgate } from "formgator/sveltekit";

export const actions = {
default: formgate(
Expand Down
2 changes: 1 addition & 1 deletion demos/sveltekit/tests/example.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, test } from "@playwright/test";
import { fileURLToPath } from "node:url";
import { expect, test } from "@playwright/test";

test("correct form is accepted", async ({ page }) => {
await page.goto("/");
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"formgator": "workspace:*",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"scripts": {
"build": "tsx src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as ts from "typescript";
import * as fs from "node:fs";
import * as ts from "typescript";

const file = fs.readFileSync("../README.md", "utf-8");

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.11",
"@sveltejs/kit": "^2.14.1",
"@types/node": "^22.10.2",
"pkgroll": "^2.5.1",
"publint": "^0.2.12",
"@changesets/cli": "^2.27.12",
"@sveltejs/kit": "^2.16.1",
"@types/node": "^22.10.10",
"pkgroll": "^2.6.1",
"publint": "^0.3.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@sveltejs/kit": ">=2.0.0"
Expand Down
Loading

0 comments on commit 94aff4e

Please sign in to comment.