Skip to content

Commit 343e5eb

Browse files
update dependencies
1 parent 81950ef commit 343e5eb

File tree

2 files changed

+1909
-1328
lines changed

2 files changed

+1909
-1328
lines changed

package.json

+67-67
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
{
2-
"name": "svelte-form-helper",
3-
"version": "0.4.0",
4-
"type": "module",
5-
"keywords": [
6-
"svelte",
7-
"form",
8-
"forms",
9-
"validation",
10-
"valid",
11-
"submit",
12-
"state"
13-
],
14-
"files": [
15-
"dist"
16-
],
17-
"exports": {
18-
".": {
19-
"types": "./dist/index.d.ts",
20-
"import": "./dist/index.js",
21-
"svelte": "./dist/index.js"
22-
}
23-
},
24-
"module": "dist/index.js",
25-
"types": "dist/index.d.ts",
26-
"homepage": "https://captaincodeman.github.io/svelte-form-helper/",
27-
"repository": {
28-
"type": "git",
29-
"url": "https://github.com/captaincodeman/svelte-form-helper.git"
30-
},
31-
"author": {
32-
"name": "Simon Green",
33-
"email": "[email protected]",
34-
"url": "https://www.captaincodeman.com/"
35-
},
36-
"license": "MIT",
37-
"scripts": {
38-
"dev": "vite dev",
39-
"build": "vite build",
40-
"package": "tsup && publint",
41-
"prepublishOnly": "npm run package",
42-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
43-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
44-
},
45-
"peerDependencies": {
46-
"svelte": "^3.54.0 || ^4.0.0"
47-
},
48-
"devDependencies": {
49-
"@sveltejs/adapter-static": "^3.0.0",
50-
"@sveltejs/kit": "^2.0.0",
51-
"@sveltejs/vite-plugin-svelte": "^3.0.0",
52-
"@tailwindcss/forms": "^0.5.3",
53-
"autoprefixer": "^10.4.14",
54-
"postcss": "^8.4.24",
55-
"postcss-load-config": "^4.0.1",
56-
"publint": "^0.1.12",
57-
"svelte": "^4.0.0",
58-
"svelte-check": "^3.4.4",
59-
"svelte-highlight": "^7.3.0",
60-
"tailwindcss": "^3.3.2",
61-
"tslib": "^2.5.3",
62-
"tsup": "^7.0.0",
63-
"typescript": "^5.1.3",
64-
"vite": "^5.0.0"
65-
},
66-
"dependencies": {
67-
"highlight.js": "^11.8.0"
68-
}
2+
"name": "svelte-form-helper",
3+
"version": "0.4.1",
4+
"type": "module",
5+
"keywords": [
6+
"svelte",
7+
"form",
8+
"forms",
9+
"validation",
10+
"valid",
11+
"submit",
12+
"state"
13+
],
14+
"files": [
15+
"dist"
16+
],
17+
"exports": {
18+
".": {
19+
"types": "./dist/index.d.ts",
20+
"import": "./dist/index.js",
21+
"svelte": "./dist/index.js"
22+
}
23+
},
24+
"module": "dist/index.js",
25+
"types": "dist/index.d.ts",
26+
"homepage": "https://captaincodeman.github.io/svelte-form-helper/",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/captaincodeman/svelte-form-helper.git"
30+
},
31+
"author": {
32+
"name": "Simon Green",
33+
"email": "[email protected]",
34+
"url": "https://www.captaincodeman.com/"
35+
},
36+
"license": "MIT",
37+
"scripts": {
38+
"dev": "vite dev",
39+
"build": "vite build",
40+
"package": "tsup && publint",
41+
"prepublishOnly": "npm run package",
42+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
43+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
44+
},
45+
"peerDependencies": {
46+
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
47+
},
48+
"devDependencies": {
49+
"@sveltejs/adapter-static": "^3.0.1",
50+
"@sveltejs/kit": "^2.5.7",
51+
"@sveltejs/vite-plugin-svelte": "^3.1.0",
52+
"@tailwindcss/forms": "^0.5.7",
53+
"autoprefixer": "^10.4.19",
54+
"postcss": "^8.4.38",
55+
"postcss-load-config": "^5.0.3",
56+
"publint": "^0.2.7",
57+
"svelte": "^4.2.15",
58+
"svelte-check": "^3.7.0",
59+
"svelte-highlight": "^7.6.0",
60+
"tailwindcss": "^3.4.3",
61+
"tslib": "^2.6.2",
62+
"tsup": "^8.0.2",
63+
"typescript": "^5.4.5",
64+
"vite": "^5.2.10"
65+
},
66+
"dependencies": {
67+
"highlight.js": "^11.9.0"
68+
}
6969
}

0 commit comments

Comments
 (0)